-
AuthorPosts
-
daveburstein Friend
daveburstein
- Join date:
- December 2013
- Posts:
- 125
- Downloads:
- 227
- Uploads:
- 22
- Thanks:
- 43
- Thanked:
- 12 times in 2 posts
October 29, 2015 at 8:58 pm #720170Folks
The titles disappeared on my home page in Purity, as I wrote below a few days ago. To try to solve the problem, I copied the site using Akeeba to my test server, http://jbdb.org/jatest. There, I switched the purity template for ja appolio and the titles reappeared. To make things more confusing on other menu items the title appear in purity.
I deleted and reinstalled Purity but that didn’t solve anything. I also disabled what I had been working on, a set of modules to go in positions 1-4, but that didn’t help. Not long before the problem occured, I had upgraded purity to 1.15. I believe I set all the title options correctly to show.
I know it’s more likely I’m doing something worng than actually found an anomaly, But I can’t find the problem and would appreciate help. I designed some content for Purity’s positions and would like to go back to using it.
Thanks
Dave BursteinNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 30, 2015 at 8:07 am #720373Hi,
If there is any position on your site where the module doesn’t show title, you can apply following way:
For example
Open templates/purity_iii/tpls/blocks/header.php file
find and change
<jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
to
<jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="T3Xhtml" />
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 30, 2015 at 8:07 am #753331Hi,
If there is any position on your site where the module doesn’t show title, you can apply following way:
For example
Open templates/purity_iii/tpls/blocks/header.php file
find and change
<jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
to
<jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="T3Xhtml" />
Regards
daveburstein Frienddaveburstein
- Join date:
- December 2013
- Posts:
- 125
- Downloads:
- 227
- Uploads:
- 22
- Thanks:
- 43
- Thanked:
- 12 times in 2 posts
October 31, 2015 at 12:10 am #720547Ninja Lead
Thank you for helping here. Unfortunately, this wasn’t the fix. I made the code change in “/tpls/blocks/header.php” in template “purity_iii” which as you can see hasn’t returned the titles in http://jbdb.org/jatest/. These are articles on the home page with the menuitem set to “Featured Articles.” I just tried switching the menuitem to a category blog and titles appeared. Can we figure why this problem occurs when I use Featured Articles? I have set options -> show title to show.
Since I have articles in multiple categories I can’t use category blog here.
On the live site, I have a temporary workaround so I’m not on deadline. But I’d like to get this fixed so my site is on a consistent template. I’m pm’ing the login which is also on the first message.<?php if ($this->getParam(‘navigation_collapse_enable’, 1) && $this->getParam(‘responsive’, 1)) : ?>
<?php $this->addScript(T3_URL.’/js/nav-collapse.js’); ?>
<button type=”button” class=”navbar-toggle” data-toggle=”collapse” data-target=”.t3-navbar-collapse”>
<i class=”fa fa-bars”></i>
</button>
<?php endif ?><?php if ($this->countModules(‘head-search’)) : ?>
<!– HEAD SEARCH –>
<div class=”head-search<?php $this->_c(‘head-search’)?>”>
<jdoc:include type=”modules” name=”<?php $this->_p(‘head-search’) ?>” style=”T3Xhtml” />
</div>
<!– //HEAD SEARCH –>daveburstein Frienddaveburstein
- Join date:
- December 2013
- Posts:
- 125
- Downloads:
- 227
- Uploads:
- 22
- Thanks:
- 43
- Thanked:
- 12 times in 2 posts
October 31, 2015 at 12:10 am #753385Ninja Lead
Thank you for helping here. Unfortunately, this wasn’t the fix. I made the code change in “/tpls/blocks/header.php” in template “purity_iii” which as you can see hasn’t returned the titles in http://jbdb.org/jatest/. These are articles on the home page with the menuitem set to “Featured Articles.” I just tried switching the menuitem to a category blog and titles appeared. Can we figure why this problem occurs when I use Featured Articles? I have set options -> show title to show.
Since I have articles in multiple categories I can’t use category blog here.
On the live site, I have a temporary workaround so I’m not on deadline. But I’d like to get this fixed so my site is on a consistent template. I’m pm’ing the login which is also on the first message.<?php if ($this->getParam(‘navigation_collapse_enable’, 1) && $this->getParam(‘responsive’, 1)) : ?>
<?php $this->addScript(T3_URL.’/js/nav-collapse.js’); ?>
<button type=”button” class=”navbar-toggle” data-toggle=”collapse” data-target=”.t3-navbar-collapse”>
<i class=”fa fa-bars”></i>
</button>
<?php endif ?><?php if ($this->countModules(‘head-search’)) : ?>
<!– HEAD SEARCH –>
<div class=”head-search<?php $this->_c(‘head-search’)?>”>
<jdoc:include type=”modules” name=”<?php $this->_p(‘head-search’) ?>” style=”T3Xhtml” />
</div>
<!– //HEAD SEARCH –>Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 2, 2015 at 4:37 am #720914I fixed the problem directly on your site with solution below
+ Copy plugins/system/t3/base-bs3/html/layouts/joomla/content/item_title.php file
+ Paste it into templates/purity_iii/html/layouts/joomla/content/ folder
Now you can see the title of article is showing on your site
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 2, 2015 at 4:37 am #753454I fixed the problem directly on your site with solution below
+ Copy plugins/system/t3/base-bs3/html/layouts/joomla/content/item_title.php file
+ Paste it into templates/purity_iii/html/layouts/joomla/content/ folder
Now you can see the title of article is showing on your site
1 user says Thank You to Ninja Lead for this useful post
May 23, 2016 at 1:49 pm #933773Can you please fix this in your releases? I had to apply this in 1.16 and search 6 hours for this problem.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by Ninja Lead 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum