Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • soil Friend
    #175804

    Hi there!

    My problem is, that i can´t hide the title of my article, although i change that in article-options. It´s only possible to change that in global configuration of articles…what could be the problem?

    best, soil

    Blaine Friend
    #447539

    It could be many things from the Global settings needing overriding to the article possibly being a menu item and those settings needing overriding to the fact the save button may not have been clicked.
    May i ask what version of Joomla you are suing?

    soil Friend
    #447576

    i use the newest version 2.5.4…i always click the save button…how can i solve the problem?

    shultman Friend
    #454215

    I have the same problem.

    It looks like the problem is caused by the template override,
    …/ja_portfolio/html/com_content/article/default.php

    If you disavle the override (rename com_content in the template), it is possible to hide the title.
    Funny is that the code that checks and displays the page title is identical in the original and the override file.


    <div class="item-page<?php echo $params->get('pageclass_sfx')?>">
    <?php if ($this->params->get('show_page_heading', 1)) : ?>
    <h1 class="componentheading">
    <?php echo $this->escape($this->params->get('page_heading')); ?>
    </h1>
    <?php endif; ?>

    However, it is unlikely that this is a solution as it probably causes other problems.
    It is just a point of direction.

    //Sune

    Saguaros Moderator
    #454826

    Dear Sune,

    I’ve checked your site and see that currently your site in Offline mode, please set it to Online and you will see the title disappear.
    [PHP]<?php if ($params->get(‘show_title’)|| $params->get(‘access-edit’)) : ?>[/PHP]
    Within Offline mode, when you login with admin account or other accounts which have priviledge to edit, it will show the title though you set it to Hide in menu item option.

    Hope you got the idea.

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

This topic contains 5 replies, has 4 voices, and was last updated by  Saguaros 12 years, 6 months ago.

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