Events Made Easy › Forums › Bug fixed or feature request implemented › Main menu has messed up
- This topic has 12 replies, 3 voices, and was last updated 13 years ago by Franky.
-
AuthorPosts
-
Mon 14 Nov 2011 at 22:26 #43608AnonymousInactive
Hi. I can’t seem to fathom this out. I deleted the old plugin and installed and activated the new Events Made Easy plugin. Now my main menu is messed up. On this page Events is listed numerous times http://www.youruttoxeter.com/events/2011-11-14/
If one clicks any of the entries, the name of the entry is then shown in the menu several times, e.g. http://www.youruttoxeter.com/events/346/mutual-support-group/
I thought I’d leave it live for you to have a look. Many thanks for your help.
Tue 15 Nov 2011 at 07:40 #49065FrankyKeymasterBad theme I guess … is it an open source theme I can try?
Tue 15 Nov 2011 at 11:02 #49066AnonymousInactiveIt’s the premium headway themes – http://headwaythemes.com/ – I’m using. You reckon there might be some conflict?
Tue 15 Nov 2011 at 13:03 #49067FrankyKeymasterIt might be … since I can’t try it (premium), I advise you to first try out the default theme and any other theme you like. If those work, you can then contact headway with the issue at hand.
Tue 15 Nov 2011 at 14:46 #49068AnonymousInactiveHi, I have a such problem with menu. A use ATOM theme (free, Open source) – http://www.freecmstheme.com/atom-wp-theme/
Here is list of events:
http://metalhangar18.com/events
And there is problem:
Tue 15 Nov 2011 at 15:16 #49069FrankyKeymasterIs that theme supported for 3.2.x? Because I see there that it is a theme for 3.0.x?
Tue 15 Nov 2011 at 17:38 #49070AnonymousInactiveHi Franky. I’ve been onto support for Headway Themes and Grant, one of the co-founders is happy to work with you to get the plugin to work with the framework. His email is grant@headwaythemes.com. Thanks.
Wed 16 Nov 2011 at 08:09 #49071AnonymousInactiveHi, that theme is for 3.0.x, but it worked just fine with 3.2.x. until events plugin name changed. In the single event page, every menu item seems to get it’s name from event’s name.
Wed 16 Nov 2011 at 09:08 #49072FrankyKeymasterYes, 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()) {See if that fixes it for you
Wed 16 Nov 2011 at 12:11 #49073AnonymousInactiveHi Franky. That change in code seems to have fixed it. Many thanks.
Wed 16 Nov 2011 at 15:09 #49074AnonymousInactiveHi Franky.
It’s working here too. Thank you very much for your quick reaction by fixing the problem
Wed 16 Nov 2011 at 15:39 #49075FrankyKeymasterGreat, so I’ll update the code this evening. Then checking an outstanding RSVP issue and I can release a small bugfix release.
Wed 16 Nov 2011 at 21:46 #49076FrankyKeymasterfixed in trunk: http://plugins.trac.wordpress.org/changeset/463883
-
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.