Browsing to the events calendar page then also shows the blog menu item as activ

Home Forums Calendar Products Events Calendar PRO Browsing to the events calendar page then also shows the blog menu item as activ

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1099442
    James
    Participant
    #1100024
    Brook
    Participant

    Howdy James,

    I would love to help you with this.

    If you add the following CSS to one of your themes CSS files, it should correct it:

    body.post-type-archive-tribe_events #menu-item-3255 a {
    background: #fff;
    color: #336600 !important;
    }

    As for why this is happening, your theme must have a small bug. I have seen this from time to time. Instead of checking if the current page is the blog archive, it just checks if it is an archive page. So any archive page from any post type, including custom ones like Events, will cause it to highlight the blog page. The fix is just to be a bit more specific in what pages should trigger the highlight. You might report this to the theme author.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    #1106288
    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 ‘Browsing to the events calendar page then also shows the blog menu item as activ’ is closed to new replies.