Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • daveburstein Friend
    #720170

    Folks

    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 Burstein

    Ninja Lead Moderator
    #720373

    Hi,

    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 Moderator
    #753331

    Hi,

    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 Friend
    #720547

    Ninja 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 Friend
    #753385

    Ninja 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 Moderator
    #720914

    I 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

    Ninja Lead Moderator
    #753454

    I 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

    biosin Friend
    #933773

    Can you please fix this in your releases? I had to apply this in 1.16 and search 6 hours for this problem.

    Ninja Lead Moderator
    #933937

    @biosin: I will send the message to the development team and they will update it next version.

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

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