- Posts: 76
- Thank you received: 0
Exclude carusel from software template
-
bobgen
Inactive member -
Topic Author
- Member
-
Less
More
13 years 10 months ago #8275
by bobgen
Exclude carusel from software template was created by bobgen
Is possible and how to exclude carusel module position, or deactivate them?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
13 years 10 months ago #8279
by milos
Replied by milos on topic Re: Exclude carusel from software template
Yes, simply unpublish or delete Hot Joomla Carousel module (on position 'carousel') in the module manager.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
13 years 10 months ago #8280
by milos
Replied by milos on topic Re: Exclude carusel from software template
Sorry, perhaps there's a bug. Please edit file /templates/hot_software/index.php. Find this part:
and change it with
Code:
<div id="carousel_wrap">
<div class="carousel_module">
<jdoc:include type="modules" name="carousel" style="none" />
</div>
</div>
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.
Time to create page: 0.159 seconds