• Resolved adnoid

    (@adnoid)


    On a site that I just upgraded to the newest version, on almost all pages, the H1 title of the page is “Events for November 2022”. But, this is on almost all pages that aren’t showing events. When I disable the plugin, the titles go back to what they are supposed to be.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Chika Ibeneme

    (@chikaibeneme)

    Hi @adnoid 
    
    Thanks for reaching out.
    
    This might be because of your theme settings.
    
    Can you check your theme's customizer if you have a setting called "show archive title" or something to that effect, disable it,  and let me know if you're still experiencing this issue, please?
    • This reply was modified 2 years ago by Chika Ibeneme. Reason: correction
    Thread Starter adnoid

    (@adnoid)

    Hi @chikaibeneme

    Thank you for your reply. I have scoured my theme builder and can’t find anything like what you mentioned. My theme builder is BeTheme (https://muffingroup.com/betheme/) and even tried looking up what you mentioned in their forums but came up empty-handed. Any other help that you can provide?

    Thank you very much!

    Plugin Support Chika Ibeneme

    (@chikaibeneme)

    Hi @adnoid,

    Thanks for getting back to me.

    It seems to be coming from the theme, it can be disabled with the following CSS snippet:

    #Subheader {
        display: none !important;
    }

    Are there other theme settings that allow you to disable the “subheader”? Are you looking to disable it outright?

    nicko2u

    (@nicko2u)

    I have tried the same code to fix this issue and all it does is hide the header entirely. If I add this instead
    #Subheader h1.title {display: none;}

    it shows the header but still not the correct page title.

    Plugin Support Abz

    (@abzlevelup)

    Hi @nicko2u, perhaps you have a different markup. For me to help you better, I should be able to see the page. Could you share the direct URL to the page you’re having issues with? I’d like to check and see what we could do here.

    Please do not share any credentials, this is for us to follow the WordPress Forum Guidelines.

    Looking forward to helping you with this one.

    Best,
    Abz

    Plugin Support Abz

    (@abzlevelup)

    Hi @adnoid,

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Events Calendar seems to take over all Page Titles’ is closed to new replies.