Scroller above Designation?

More
10 years 5 months ago #42700 by dreamdest
Is there any way to make the scroller appear above the designation?

Thanks again!

Please Log in to join the conversation.

More
10 years 5 months ago #42705 by ivan.milic
Did you try too swap their positions

Please Log in to join the conversation.

More
10 years 5 months ago #42710 by dreamdest
The hot scroller ordering only lets me pick 1. Hot scroller




and the designation ordering lets me choose designation or Joomla gallery, neither of which moves the module....



Attachments:

Please Log in to join the conversation.

More
10 years 5 months ago - 10 years 5 months ago #42717 by ivan.milic
I meant module position scroller is in 'scroller' postion, and designation is in 'user1' postion
EDIT:
Just tough again on this maybe easiest solution is to edit index.php


just swap in code:
Code:
<?php if ($showuser1) { ?> <div class="gallery"> <jdoc:include type="modules" name="user1" style="xhtml" /> </div> <div class="clr"></div> <?php } ?> <?php if ($showscroller) { ?> <div class="scroller_module"> <jdoc:include type="modules" name="scroller" style="none" /> </div> <div class="clr"></div> <?php } ?>

to:
Code:
<?php if ($showscroller) { ?> <div class="scroller_module"> <jdoc:include type="modules" name="scroller" style="none" /> </div> <div class="clr"></div> <?php } ?> <?php if ($showuser1) { ?> <div class="gallery"> <jdoc:include type="modules" name="user1" style="xhtml" /> </div> <div class="clr"></div> <?php } ?>
Last edit: 10 years 5 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.154 seconds
Powered by Kunena Forum