Tagged: , , , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #43608
    Anonymous
    Inactive

    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.

    #49065
    Franky
    Keymaster

    Bad theme I guess … is it an open source theme I can try?

    #49066
    Anonymous
    Inactive

    It’s the premium headway themes – http://headwaythemes.com/ – I’m using. You reckon there might be some conflict?

    #49067
    Franky
    Keymaster

    It 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.

    #49068
    Anonymous
    Inactive

    Hi, 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:

    http://metalhangar18.com/eventsorg?event_id=166

    #49069
    Franky
    Keymaster

    Is that theme supported for 3.2.x? Because I see there that it is a theme for 3.0.x?

    #49070
    Anonymous
    Inactive

    Hi 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.

    #49071
    Anonymous
    Inactive

    Hi, 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.

    #49072
    Franky
    Keymaster

    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()) {

    See if that fixes it for you

    #49073
    Anonymous
    Inactive

    Hi Franky. That change in code seems to have fixed it. Many thanks.

    #49074
    Anonymous
    Inactive

    Hi Franky.

    It’s working here too. Thank you very much for your quick reaction by fixing the problem

    #49075
    Franky
    Keymaster

    Great, so I’ll update the code this evening. Then checking an outstanding RSVP issue and I can release a small bugfix release.

    #49076
    Franky
    Keymaster
Viewing 13 posts - 1 through 13 (of 13 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top