Shape 5

Joomla Templates => New Vision - Club => : cspgsl April 17, 2015, 06:00:57 AM



: Display text line under module title
: cspgsl April 17, 2015, 06:00:57 AM
At http://dnbookkeepingsolutions.ca/services is it possible to add a line under the Our Services title that says, "Click a link for more information"  ?

If so, how would I add that?

Thanks


: Re: Display text line under module title
: mikenicoll April 19, 2015, 11:24:23 PM
Hello,

No unfortunately Joomla doesn't have an option for sub-text on the heading titles. You would have to add it via the content itself below the header.


: Re: Display text line under module title
: cspgsl April 20, 2015, 04:14:49 AM
Thanks Mike
Seeing as how it is a Articles - Category list, I tried to add it to the code in index.php. I can get it either above the title or below the list of articles but not below the title "Our Services".

Is this even possible or am I in the wrong ballpark?

:
<?php s5_module_call('left_top','round_box'); ?>
</div>
<?php ?>
<?php if($s5_pos_left == "published") { ?>
<div id="s5_left_wrap" class="s5_float_left" style="width:<?php echo $s5_left_width ?>px">
Click on an item to learn more
<?php s5_module_call('left','round_box'); ?>
</div>
<?php ?>
<?php if($s5_pos_left_inset == "published") { ?>
<div id="s5_left_inset_wrap" class="s5_float_left" style="width:<?php echo $s5_left_inset_width ?>px">
<?php s5_module_call('left_inset','round_box'); ?>
</div>


: Re: Display text line under module title
: mikenicoll April 20, 2015, 04:47:15 PM
Hello,

No that isn't the correct way to do that unfortunately. You would need to be altering the core joomla files not the template files.