By Johann Birnstiel on Tuesday, 26 April 2016
Posted in General Issues
Likes 0
Views 389
Votes 0
On the Frontpage of our Webssite the title of the Articles are not shown. Where is the Option to turn the Titles on again?
Hi Johann,

Hm, it seems like your current template is declaring any <h2> tag with <a> tag within to always hidden by default. The code can be found from the /templates/softtailor-folgeseite/css/template.css at line 970:
#siteContentBox_wrapper h2 a {
display: none;
}


As a temporary fix, I've enforce the title to always show by using css inside your /components/com_easyblog/themes/nickel/blog/latest/default.main.php . It is better if you can consult with your template provider regarding on the css code above so that it will not affecting other components that using <h2> tags and <a> tags.

Hope these help.
·
Wednesday, 27 April 2016 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Johann,

You can take a look on the settings from backend > easyblog > settings > layout > listings > show post title set to "Yes" and see how it goes.
·
Tuesday, 26 April 2016 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

Thank you for answering, but I had already checked that and it is still turned on after double Checking.

EDIT for Clarification: The Problem persists.
·
Tuesday, 26 April 2016 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Johann,

Can you pass me your joomla backend and FTP access so we can have a better look on the issue here?
·
Tuesday, 26 April 2016 19:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

I've added the login details to my Dashboard - Site Details.


Any help would be appreciated.

Thanks and best regards,
Johann
·
Wednesday, 27 April 2016 14:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

thank's a lot for your excellent support!!

I'll get in touch with my template developer, as you recommended.

Best regards,
Johann
·
Wednesday, 27 April 2016 22:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now.
·
Wednesday, 27 April 2016 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post