Shape 5

Joomla Templates => Curb Appeal - Club => : veterv May 08, 2018, 05:09:57 AM



: Custom_5 module Title
: veterv May 08, 2018, 05:09:57 AM
Hello,

How to make the Custom_5 module title appear ("Show Title - Show" does not work)?

Thank you in advance


: Re: Custom_5 module Title
: mikek May 08, 2018, 07:14:50 AM
Hello,

Most custom positions are designed to not have a title, if you need one you would need to modify the template's index.php file and look for:

<?php s5_module_call('custom_5','notitle'); ?>

and change to:

<?php s5_module_call('custom_5','round_box'); ?>

However, that may change the look of the module itself as it adds extra elements and classes with that call.


: Re: Custom_5 module Title
: veterv May 08, 2018, 07:44:02 AM
Thank you very much for a quick response!  :) :)


: Re: Custom_5 module Title
: veterv May 08, 2018, 08:25:40 AM
Mikek,

I made the change, it looks good, but there is too much space left.
How to delete it?


: Re: Custom_5 module Title
: mikek May 09, 2018, 08:32:22 AM
Hello,

Please post a url.