Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter artgrrl

    (@artgrrl)

    Well, as I wrote in my first post, because I have my “Events” page template selected as my “Events Page” in the EME settings, shortcodes aren’t working (as noted by the plugin). I can’t figure out how to show all events (past and future) without using a shortcode. Any other thoughts? Thanks for your patience and help!

    Thread Starter artgrrl

    (@artgrrl)

    Changing the single events format doesn’t have any effect on my single event. My theme is currently using “page-events.php” for what seems to be both the main events listing and the single event listing since they both use the same “events” slug. This is the code in question from the page-events.php file:

    <div class="events-list">
       <?php eme_get_events_list("limit=5&scope=all&order=DESC"); ?>
    </div>

    I’m guessing the template is just using that code on both the full listing and single event pages no matter what my settings say?

    If that’s the case, how do I use the eme_is_single_event_page() you mention? I found it in the functions file but I’m not sure how to implement it into the template. Sorry, kind of clueless when it comes to PHP! Is it some kind of “if / else” statement?

    Thread Starter artgrrl

    (@artgrrl)

    Thanks for the quick reply and for the link to 2.0.9. Really appreciate it.

    Here’s the dev site with version 2.0.10 of the plugin activated. When I deactivate the plugin the slideshow works fine.

    Please let me know if you need anything else.

    Sidenote: I didn’t have the tabbed sidebar activated on the dev site – it’s just the slideshow that’s using jQuery.

Viewing 3 replies - 1 through 3 (of 3 total)