Event Calendar page showing wrong title

Home Forums Calendar Products Community Events Event Calendar page showing wrong title

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1082348
    Rick Richardson
    Participant

    I’ve tried all of the fixes listed on this page:

    The Calendar Page is Showing the Event Title

    I either get no title, or it’s still showing an event title. I even went so far as to switch to default page template, and modify my header file with the suggested code. This problem appeared after the last update.

    #1083732
    Brook
    Participant

    Howdy quickrick,

    Thanks for giving those a go! I would love to help you with this.

    To be upfront we actually don’t support themes that call the_title() outside of the loop. Typically the problem you’re experiencing is caused by this. Doing that is a violation of WP standards, and the reason is because it causes problems such as yours with no real way for a plugin (ours included) to fix it.

    That said we still do our utmost to help. It will require modifying your theme though. The last part of the guide you linked to (here it is again) tells your to modify where the_title() is output in your theme. Likely you will find itnside of header.php or archive.php. When you tried wrapping that in conditionals, what happened? Nothing? If so, what happens if you comment out/hide that piece of code. If the incorrect title doesn’t disappear, then you’re not looking at the right the_title(). Somewhere else in your theme it is calling the_title() again, or perhaps get_the_title().

    Alternatively it is possible that your parent theme has corrected this in a more recent version, and that theme will be compatible with our latest version. You could try updating it. But it looks to me like this might be a more complex method as your theme seems to be heavily modified.

    Does that all make sense? Please let me know.

    Cheers!

    – Brook

     

    #1089183
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event Calendar page showing wrong title’ is closed to new replies.