VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

multilanguage site
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: multilanguage site

Re: multilanguage site 17 Mar 2017 22:22 #10072

Hi, I have studied and I' ve solved all my problems but I can't see the jf slideshow yet. I assegned the jf slideshow to the right menu' but nothing. It's the only module I can't see in this multilanguage site. Before my change I cuold see the jf slideshow.
Thank you

Re: multilanguage site 21 Mar 2017 02:27 #10080

Hi,
Try to edit template file index.php, modify:
 
<?php if ($menu->getActive() == $menu->getDefault()) : ?>
<div id="jf-slideshow">
...
</div>
<?php endif; ?>
 

to:
 
<?php if($this->countModules('slideshow')) : ?>
<div id="jf-slideshow">
...
</div>
<?php endif; ?>
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: multilanguage site 22 Mar 2017 12:33 #10085

Ok, I,ve done. But it doesn't work yet. Was it a test? because now finally it cames off the menu from the showcase but unfortunately I can not see the slideshow yet. It's strange becouse if I change the position in the slideshow module and put it for example in the footer or in the search I can see it. what happens?
This image is hidden for guests. Please log in or register to see it.

thank you
Daniele

Re: multilanguage site 22 Mar 2017 16:33 #10086

Hi, I've solved!!!!
I went to get the code from the original default template and I've noticed it was missing this part of code. I do not know how it diseappered.

Thank you very much
  • Page:
  • 1
  • 2
Time to create page: 0.90 seconds
Friday 29 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.