How to remove the word 'Articles' ?

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Jul 11, 2011 6:11 pm
Hi,

For some reason when I click on the articles that a being pulled by News Show Pro, It has a title above the article title, saying 'Articles'. See photo below.

How do I remove this? I'm searched high and low.

Cheers.
User avatar
Fresh Boarder

Konrad M
Tue Jul 12, 2011 6:12 am
Hi
Can you give us url to your site ?
User avatar

GK User
Tue Jul 12, 2011 1:02 pm
Please check whether this text is not from Joomla category not NSP module, in menu item settings you can disable heading for pages.
User avatar
Platinum Boarder

GK User
Wed Jan 25, 2012 5:01 pm
I have the same issue in 1.7/2.5 with the myfolio theme.

please let me know how I can remove that??
User avatar
Senior Boarder

Konrad M
Thu Feb 02, 2012 12:44 pm
thomasjojo can you send us link to your site with this issue ?
User avatar

GK User
Mon Feb 06, 2012 8:58 am
Konrad M wrote:thomasjojo can you send us link to your site with this issue ?


here:

http://cpanel1.proisp.no/~medisfao/dk/i ... st333.html

and here:

http://cpanel1.proisp.no/~medisfao/inde ... -emailform

this are 2 webs, based on same template Myfolio, just tweaked the css as u see.

I really need to get rid of the Articles text.
User avatar
Senior Boarder

Konrad M
Mon Feb 06, 2012 9:03 am
Try add to override.css
Code: Select all
.item-page h1 {
display:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Feb 06, 2012 12:27 pm
Thanks, that works.

ps: can you try explain why this happen, please?
User avatar
Senior Boarder

Konrad M
Mon Feb 06, 2012 2:46 pm
This word is generated by joomla in h1 tag. I give you code which hide this h1 tag.
User avatar

GK User
Mon Feb 06, 2012 3:10 pm
This heading can be disable in article settings (when it is title) or this menu item options.
User avatar
Platinum Boarder

GK User
Mon Feb 06, 2012 5:18 pm
Konrad M wrote: I give you code which hide this h1 tag.


That I do know ;-)
User avatar
Senior Boarder

GK User
Mon Feb 06, 2012 5:20 pm
bkrztuk wrote:This heading can be disable in article settings (when it is title) or this menu item options.


That is already done, but this affected a search result, clicked. There must be something in the template thou, that dont hide this joomla generated h1 ?
User avatar
Senior Boarder


cron