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 setting the slideshow in all pages
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Problem setting the slideshow in all pages

Problem setting the slideshow in all pages 02 Jul 2015 10:26 #6974

PHP Version 5.3.29
Web Server Apache/2.2
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.4.2 Stable

Hi, when I try to set the module assignment to "On all pages" I just see the slideshow module in home page....why?

Thanks,

Davide

  • Posts:2
  • rodomda
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Problem setting the slideshow in all pages 03 Jul 2015 03:35 #6981

Which template do you use?

joomfreak
The following user(s) said Thank You: rodomda

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

Re: Problem setting the slideshow in all pages 03 Jul 2015 08:04 #6987

JF Taman

  • Posts:2
  • rodomda
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Problem setting the slideshow in all pages 06 Jul 2015 02:45 #6992

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

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.77 seconds
Friday 19 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.