[Plugin: Events Manager] Messing with navigation
-
I’m working with the Events Manager plugin. We have:
wp_nav_menu(array('theme_location' => 'footer_menu'));in the footer.php file. on ALL events pages (the index, single event, etc.) all of the footer nav menu text is replaced with the current page title. The links themselves are fine, but the text for the links are all changed. So if I’m on the “Events” page, I have 6 links that all point to different URLs, but the link text all say “Events.” If I’m on the “oralty-in-james-joyce-conference” page, all the link text in the footer says “Orality in James Joyce Conference”. it’s really weird.
ANyone know why it’s doing this?
No, it’s not a conflicting plugin, nor is it my theme. (Already did the revert to default theme and turned off all other plugins. Still does it with the default theme and nothing else on but Events Manager.)
-
What an odd thing. Turms out it *was* my theme. in my page.php file, I had the loop set to ignore the “while” portion – something I’ve done for a very long time on the page template (because you’re only pulling one single post, there’s really no need for “while”). However, as soon as I put the “while” part back in, the names of the links popped back into place.
Bizarre.
having the same problem right now – this used to work before I moved my site to a new URL, very bizarre indeed. Your fix isn’t working for me though, since I haven’t touched the loop one bit 🙂
Used theme is WhiteHousePro 3 btw.
DonSailieri – did you find a fix for this? I’m having the same exact issue.
Problem solved: (thanks Marcus)
“try changing the title rewrite settings in Events > Settings > Events Page”
http://ww.wp.xz.cn/support/topic/em-causing-navigation-problems?replies=4
thx for sharing this
The topic ‘[Plugin: Events Manager] Messing with navigation’ is closed to new replies.