-
AuthorPosts
-
April 5, 2012 at 9:44 am #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
Blaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
April 5, 2012 at 8:52 pm #447539It 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?April 6, 2012 at 8:55 am #447576i use the newest version 2.5.4…i always click the save button…how can i solve the problem?
shultman
Friend
shultman
- Join date:
- September 2006
- Posts:
- 56
- Downloads:
- 118
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 6 times in 1 posts
May 22, 2012 at 9:34 am #454215I have the same problem.
It looks like the problem is caused by the template override,
…/ja_portfolio/html/com_content/article/default.phpIf 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
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 25, 2012 at 3:29 am #454826Dear 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.
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by Saguaros 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum