Hi,
I would like to add a new position on JA Mood - Default template. I have search documentation and follow the step,but I didn't find related files in template directory.
Can you help to add this position?
Thanks
Hi goodtognci
Edit your file /templates/ja_mood/tpls/default.php and change it as follow
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas --> <?php $this->loadBlock('header') ?> <?php $this->loadBlock('masthead') ?> <?php $this->loadBlock('mainbody') ?> <?php $this->loadBlock('spotlight-1') ?> <----- This block is showing new positions <?php $this->loadBlock('navhelper') ?> <?php $this->loadBlock('footer') ?> </div>
Regards
I have inserted your code but why the module does not display on frontpage? URL: https://tvpluz.gcc.org.hk/gnci-channels/lifesogood.html Module ID: 198
goodtognci Kindly check as your admin panel link is redirecting to homepage henceforth inaccessible to take closer look
Please send me your IP address for Firewall white list.
goodtognci Please send me your IP address for Firewall white list.
You may kindly whitelist - I.P Address - 203.89.98.39 - Country -India
IP has been added.Please try again
goodtognci
You assigned module to spotlight-1 position ? positions available for default are position-1 , position-2 and position- 3 there is no spotlight-1 position that is a block name.
goodtognci You may check now. Ref: Screenshot as new module position name - position-1 had to be manually added for specific module to reflect. Ref: Screenshot
I get it! Thanks