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

Problem with slideshow after multilanguage
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Problem with slideshow after multilanguage

Problem with slideshow after multilanguage 08 Sep 2015 13:22 #7365

Hi
strange problem
after activation of the site in multiple languages disappeared slideshow on home
extension Slideshow configurated in all languages
how to solve?

thanks advance

  • Posts:10
  • xanter
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Problem with slideshow after multilanguage 09 Sep 2015 02:53 #7369

You can edit templates/jf_taman/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
Last Edit: 09 Sep 2015 02:54 by isupport.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.57 seconds
Saturday 20 April 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.