-
AuthorPosts
-
romolo Friend
romolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 11, 2015 at 3:33 pm #683264Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 14, 2015 at 8:20 am #683729Hi,
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 14, 2015 at 8:20 am #748468Hi,
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
-
AuthorPosts
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