[Plugin: Events Manager] Navigation menu item name changes
-
Hi. I’m using the premium Headway Themes and when I click on a date in the events calendar which returns multiple events, all my menu item names change to the date of the event, e.g. I click on 11 May 2012, and all menu item names change to ‘Events – 11 May 12’.
I’m moving from the Events Made Easy plugin to yours, and remember five months ago when that plugin was updated a similar problem occurred. Here is the solution which might be of some help:
Yes, I was able to reproduce it. Seems to be something with the filter for the_title I use. I think I found the solution but need to test it out this evening.
If you want to test it, replace the line 755 in eme_events.php, from:
if (in_the_loop() && eme_is_events_page()) {
to:$events_page_id = get_option('eme_events_page' ); $events_page = get_page ( $events_page_id ); $events_page_title = $events_page->post_title; if (($data == $events_page_title) && in_the_loop() && eme_is_events_page()) {I’m not really a coder so wouldn’t know where to start on your files.
If I visit anywhere else on the site, including single events, everything is fine.
Thanks and all the best. Gavin.
The topic ‘[Plugin: Events Manager] Navigation menu item name changes’ is closed to new replies.