Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • romolo Friend
    #683264

    Hi we have noticed module titles aren’t displaying on custom HTML modules which are placed in the following positions, home-1 and article-bottom. We can confirm we do have module titles set to “show” and if we move a custom HTML module to a different position such as “sidebar-2” the module title will suddenly appear.

    Please investigate and advise, thanks

    Ninja Lead Moderator
    #683729

    Hi,

    I tried to find article-bottom position on your site but I could not see it. About the module title in home-1 position, you can use this way to show it

    + Open templates/ja_charity/acm/events/tmpl/featured.php file

    find and change

    <div id="<jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Section" />

    to

    <div id="<jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Xhtml" />

    + Open templates/ja_charity/tpls/blocks/mainbody-home-1.php file

    find and change

    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Section" />

    to

    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Xhtml" />

    + Open templates/ja_charity/tpls/blocks/mainbody-home-2.php file

    find and change

    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="raw" />

    to

    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Xhtml" />

    and apply the same with article-bottom position

    Regards

    Ninja Lead Moderator
    #748468

    Hi,

    I tried to find article-bottom position on your site but I could not see it. About the module title in home-1 position, you can use this way to show it

    + Open templates/ja_charity/acm/events/tmpl/featured.php file

    find and change

    <div id="<jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Section" />

    to

    <div id="<jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Xhtml" />

    + Open templates/ja_charity/tpls/blocks/mainbody-home-1.php file

    find and change

    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Section" />

    to

    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Xhtml" />

    + Open templates/ja_charity/tpls/blocks/mainbody-home-2.php file

    find and change

    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="raw" />

    to

    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="T3Xhtml" />

    and apply the same with article-bottom position

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum