Hi, I'm trying tp link the site logo to a different link but cannot find any discussion on this.
Next, I seem to be having a problem placing a module in a different position as a lot of the mosules in this theme JA Law firm have sections as positions. I want to put 2 modules side by side in place of latest news ( which features the blogs )
Link logo to a page
Hi bigbroso
In the header block:
At approx line 64, you will see this line of code:
<a href="<?php echo JUri::base() ?>" title="<?php echo strip_tags($sitename) ?>">
then simply change the href with the link you wish.
<a href="your_desired_link_here" title="<?php echo strip_tags($sitename) ?>">
About the modules, could you share the admin account of your site and screenshot of how you want to achieve?
saguaros
thanks Saguaros, please where is the header block located.
The admin account for this one is http://www.footballcoachingcardiff.co.uk/Coachingclinics and I want to put 2 modules in the position of latest from the News ( something with the kind od division like how you have footer1, footer 2 etc )
bigbroso The admin account for this one is http://www.footballcoachingcardiff.co.uk/Coachingclinics and I want to put 2 modules in the position of latest from the News ( something with the kind od division like how you have footer1, footer 2 etc )
This template supports spotlights block, you can add into the layout you're using.
I assume that you're using default layout as demo site, you can open the file:
/templates/ja_lawfirm/tpls/default.php
Load the spotlight-2 block as below:
<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('sections') ?>
<?php $this->loadBlock('mainbody') ?>
<?php $this->loadBlock('spotlight-2') ?>
<?php $this->loadBlock('navhelper') ?>
<?php $this->loadBlock('footer') ?>
</div>
Now, navigate to Backend > Extensions > Templates > Layout tab:
Then you can assign modules to: position-5 and position-6 as you wish.
Thank you so much. One more thing please, if I wanted to place positions 5 and 6 in another position let's say above contact info module what's the best way as the ordering position does not show a list in the positions 5 and 6 modules