page title disappeared

GK User
Mon Jan 05, 2015 11:39 am
I do not know how, but it disappeared ... where you set to put it back?
User avatar
Expert Boarder

teitbite
Mon Jan 05, 2015 12:29 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon Jan 05, 2015 12:32 pm
send it
User avatar
Expert Boarder

teitbite
Tue Jan 06, 2015 10:57 am
Hi

That's odd. I thought it hide behind some other element or something like that, but it's not in code at all. Looks like I will need an access to joomla panel to figure it out.
User avatar
Moderator

GK User
Tue Jan 06, 2015 5:35 pm
first of all thank you for your availability.
:( I realized that I had caused the problem by inserting in the override files:

h2, .componentheading {

display: none;
}


because I needed to remove the title of subcategories of k2. See image.
there is other way to delete the subtitle categories in k2?
I don't find it in the category setting of k2...
tnx
User avatar
Expert Boarder

GK User
Tue Jan 06, 2015 5:42 pm
image
User avatar
Expert Boarder

teitbite
Wed Jan 07, 2015 9:23 pm
Hi

I think best way would be to edit /html/com_k2/templates/default/category.php and there remove the line responsible for showing this:

Code: Select all
                  <h2><?php echo JText::_('K2_CHILDREN_CATEGORIES'); ?></h2>

User avatar
Moderator

GK User
Thu Jan 08, 2015 12:10 pm
tnx ... yes is better!

I had temporarily deleted from the ini file the text ;-)
User avatar
Expert Boarder


cron