Exclude carusel from software template

More
14 years 10 months ago #8275 by bobgen
Is possible and how to exclude carusel module position, or deactivate them?

Please Log in to join the conversation.

More
14 years 10 months ago #8279 by milos
Yes, simply unpublish or delete Hot Joomla Carousel module (on position 'carousel') in the module manager.

Please Log in to join the conversation.

More
14 years 10 months ago #8280 by milos
Sorry, perhaps there's a bug. Please edit file /templates/hot_software/index.php. Find this part:
Code:
<div id="carousel_wrap"> <div class="carousel_module"> <jdoc:include type="modules" name="carousel" style="none" /> </div> </div>
and change it with
Code:
<div id="carousel_wrap"> <?php if ($showcarousel) { ?> <div class="carousel_module"> <jdoc:include type="modules" name="carousel" style="none" /> </div> <?php } ?> </div>

Please Log in to join the conversation.

More
14 years 10 months ago #8282 by bobgen
With changing code all is OK. Thank you.

Please Log in to join the conversation.

Time to create page: 0.185 seconds
Powered by Kunena Forum