-
Olivier RebiereParticipant
Hello,
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
InvYorParticipantI 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 RebiereParticipantThank you InvYor, I will dig in the CSS…
Have a sparkling week π
Olivier RebiereParticipantWell, could’nt solve the issue !
Do you have any clue, someone ?
Thank you π
murisonParticipantI 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?
rodolmhParticipantSame problem here.
I will appreciate any workaround or solution.Regards,
- This reply was modified 9 years, 6 months ago by rodolmh.
BrowsergirlParticipantTry 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 RebiereParticipantWell 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 TaraKeymasterIt appears you have the Archive Location function hooks in both the After Header and Content hook. Remove it from one of them.
Olivier RebiereParticipantI 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.