1. Timer
  2. Commercial Templates
  3. Thursday, 30 March 2023
  4.  Subscribe via email
Hi Ciaran!

Is it possible to add a Module-Top4/position to the "Colette" template? I am creating a custom built "one pager" page and I have hidden the content / sidecol positions, but I need an extra row in one of the Top / Bottom / Base module positions. Thanks for your reply!
Accepted Answer Pending Moderation
0
Votes
Undo
Do you know that you can stack more than one module into one module position. Certainly easier than adding a module position.

Rolf
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, I know, but in this case a separate module slot would be needed for design reasons (different background colour).
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

As an option this is not available however I guess you can create the positions manually. Note that these changes will be lost if you ever update your template. I havent tested the following so try at your own risk :)

Add the following to line 161 of your templates index.php...

<?php if (j51BlockExists($this, 'bottom-4')) { ?>
<div id="container_bottom3_modules" class="jarallax" style="background-position: 50% 0">
<?php if($particle_block == "bottom4") {echo $particles;} ?>
<div class="wrapper960">
<?php j51Block($this, 'bottom-4'); ?>
</div>
</div>
<?php }?>


And replace your templateDetails.xml with the attached (unzip).

Ciaran
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran!

Thank you for your help! It works perfectly! ;) You saved my weekend! Thank you so much!;)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!