-
Olivier Rebiere
ParticipantHello,
After a recent upgrade of the excellent Enlightenment theme a few days ago, the title appears twice on a category page (see here : http://olivierrebiere.com/3-minute-solution/).
I suspect a conflict with the Yoast SEO plugin, but could’nt figure out what is going wrong…
So finally I came here to ask for some insights !
Thank you si multumesc anticipat π
Olivier
InvYor
ParticipantI had the same issue – not the best way of course but a work around is to do an exact path in your css to the div that contains the second title and do display:none;
That’s the work around I’ve currently used and has not caused any issues. Bit of a pain if you have lots of categories but a short term fix until it can be resolved in a more appropriate fashion.
Olivier Rebiere
ParticipantThank you InvYor, I will dig in the CSS…
Have a sparkling week π
Olivier Rebiere
ParticipantWell, could’nt solve the issue !
Do you have any clue, someone ?
Thank you π
murison
ParticipantI am now having the same problem. It is driving me nuts! Until this gets fixed, my workaround is to use a space character for the category and archives titles, so that no title appears, and then use the dropdown lists option. The dropdown list is self-explanatory to users, so there is no confusion. But if you want titles for archives and category, this is an unacceptable solution.
Any word on when this problem might get fixed?
rodolmh
ParticipantSame problem here.
I will appreciate any workaround or solution.Regards,
- This reply was modified 9 years, 9 months ago by rodolmh.
Browsergirl
ParticipantTry this:
/* Removing titles */ .category .archive-title .prefix { display: none; } .archive-title { display: none; } .category .page-title { display: none; } .page-title .prefix { display: none; } .page-title { display: none; }
Olivier Rebiere
ParticipantWell thank you Browsergirl !
This last modification works for me :/*
Removing category titles and descriptions
*/.category .page-title {
display: none;
}.category .archive-description {
display: none;
}Daniel Tara
KeymasterIt appears you have the Archive Location function hooks in both the After Header and Content hook. Remove it from one of them.
Olivier Rebiere
ParticipantI do not understand Daniel. Where to look on the Theme options in order to remove the “archive location hook”?
Multumesc,
Olivier
Tagged: category title, enlightenment, twice
You must be logged in to reply to this topic.