Category page title appearing twice

Viewing 12 posts - 1 through 12 (of 12 total)
  • #21147
    Olivier Rebiere
    Participant

    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

    #21148
    InvYor
    Participant

    I 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.

    #21149
    Olivier Rebiere
    Participant

    Thank you InvYor, I will dig in the CSS…

    Have a sparkling week πŸ™‚

    #21195
    Olivier Rebiere
    Participant

    Well, could’nt solve the issue !

    Do you have any clue, someone ?

    Thank you πŸ™‚

    #21212
    murison
    Participant

    I 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?

    #21218
    rodolmh
    Participant

    Same problem here.
    I will appreciate any workaround or solution.

    Regards,

    • This reply was modified 8 years, 11 months ago by rodolmh.
    #21249
    nullide
    Participant

    I am having the same problem.

    #21360
    Browsergirl
    Participant

    Try 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;
    }
    #21364
    Olivier Rebiere
    Participant

    Well thank you Browsergirl !
    This last modification works for me :

    /*
    Removing category titles and descriptions
    */

    .category .page-title {
    display: none;
    }

    .category .archive-description {
    display: none;
    }

    #21423
    Daniel Tara
    Keymaster

    It appears you have the Archive Location function hooks in both the After Header and Content hook. Remove it from one of them.

    #22894
    Olivier Rebiere
    Participant

    I do not understand Daniel. Where to look on the Theme options in order to remove the “archive location hook”?

    Multumesc,

    Olivier

    #22895
    Olivier Rebiere
    Participant

    Found it! Removed from Category template πŸ™‚

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.