Events Made Easy Forums How do I … Events Page Menu Replaced by Event Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42251
    Anonymous
    Inactive

    When I view an event in single page view, the menu item for the events page (in my case ‘Calendar’) gets replaced by the title of the event being viewed. I checked this solution, but it didn’t work for me. I also checked the known issues page and couldn’t find anything useful.

    Problem shown here: (click on an event)

    http://www.toddadel.com/blog/calendar

    Anybody have any solutions? Thanks! Any help is much appreciated.

    #45447
    Franky
    Keymaster

    This should not happen anymore, unless you use a very odd theme. But even then, the solution here should work:

    – make the “Events” page hidden again (or whatever you choose to be the Events page, see the Settings in Events), as a result it won’t show up in the menu anymore

    – create a new events page (with wathever title in it) and use the shortcode [events_list] to show the events (for the parameters to this shortcode, see http://www.e-dynamics.be/wordpress)

    – add that new page to your custom menu

    #45448
    Anonymous
    Inactive

    Yes, this is the method I’m using. I must have an odd theme. My ‘Calendar’ page is using the shortcode: [events_list limit=999]

    Still doesn’t work. Any ideas? Could it have to do with how my theme is generating the menu?

    <div id="nav">

      <?php if(is_front_page() ){ $extra_class="current_page_item";} else { $extra_class=" ";} ?>

      <li class="<?php echo $extra_class; ?>">"><span class="left-side">Home </span><span class="right-side"></span>

      <?php wp_list_pages('sort_column=menu_order&title_li=&link_before=<span class="left-side">&link_after=</span><span class="right-side"></span>' ); ?>

    </div>

    #45449
    Franky
    Keymaster

    I’m wondering why you don’t use the wordpress way of doing this:

    http://templatic.com/news/wordpress-3-0-menu-management

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top