Changed Module Positions

  • dimarini
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 10 months ago #15406 by dimarini
Hello,
As it is shown in the pic bellow, the module positions of CAROUSEL and ADVERT group are changed.
How could I change the order of the modules as it is shown on the module position picture shown bellow and given in the docs?
And, why it happens?


Attachments:

Please Log in to join the conversation.

More
12 years 10 months ago #15416 by ivan.milic
You need to modify index.php of template. Move:
Code:
<?php if ($uppermodules) { ?> <div class="footer_wrap"> <div class="wrap"> <div class="upper"> <?php if($showadvert[1]) { ?> <div class="modulerow<?php echo $uppermodules; ?>"><div id="a1"><jdoc:include type="modules" name="advert1" style="xhtml" /></div></div> <?php } if($showadvert[2]) { ?> <div class="modulerow<?php echo $uppermodules; ?>"><div id="a2"><jdoc:include type="modules" name="advert2" style="xhtml" /></div></div> <?php } if($showadvert[3]) { ?> <div class="modulerow<?php echo $uppermodules; ?>"><div id="a3"><jdoc:include type="modules" name="advert3" style="xhtml" /></div></div> <?php } if($showadvert[4]) { ?> <div class="modulerow<?php echo $uppermodules; ?>"><div id="a4"><jdoc:include type="modules" name="advert4" style="xhtml" /></div></div> <?php } ?> <div class="clr"></div> </div> </div> </div> <?php } ?>

above:
Code:
<div id="carousel_wrap"> <div class="content_main_shadow"> <div class="carousel_module"> <jdoc:include type="modules" name="carousel" style="none" /> </div> </div> </div> <?php } ?> <div class="header_line"></div>
The following user(s) said Thank You: dimarini

Please Log in to join the conversation.

More
12 years 8 months ago #17528 by jpuskas
Dear Ivan, support staffs, please help me figure out how can i configurar the module: inset? i would like to insert pictures in the module but i cant find where is it possible to modify?
I did paste the hot gallery where the module inset is, but it crashes the page, and the pictures are coming up in random mode instead being fixed. I would like to be able to set the pictureson every different site.

bit.ly/HX9bIa

Thanks for the help infront.

Please Log in to join the conversation.

More
12 years 8 months ago #17532 by ivan.milic
How do you mean you pasted???? You need to configure module in module manager to show that images.

Please Log in to join the conversation.

More
12 years 8 months ago - 12 years 8 months ago #17533 by jpuskas
Well, than the question would be: is it right that i insert into to the module position ^inset^ the hotgallerz module, so the inset pics alwys are on a random rotation?can i not have a fixed picture in the inset? if yes,how? and why is it happening that the text drops down as the inset comes in elfuturo.eu/index.php/noticias ?
thanks
Last edit: 12 years 8 months ago by jpuskas.

Please Log in to join the conversation.

More
12 years 8 months ago #17543 by ivan.milic
If you want fixed image you can put custom HTML module with only image element in it's content.

Please Log in to join the conversation.

Time to create page: 0.180 seconds
Powered by Kunena Forum