Events Made Easy Forums Generic locations_map category issue with new update

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #42494
    Anonymous
    Inactive

    Hi,

    Just did the update and it seemed to have broke my existing formating for locations_map in the locations section. I am using [locations_map width=200 category=5] and now it doesn’t just show the locations of just the #5 category…it lists all the locations with events.

    Love the plugin!

    Thanks!

    Jon

    #46578
    Franky
    Keymaster

    This is not a bug, you forgot to add “eventful=1” (or true) to your shortcode:

    [locations_map width=200 eventful=1 category=5]

    I’ve clarified the doc a bit on this, but it never changed logic:

    http://www.e-dynamics.be/wordpress/?cat=38

    #46579
    Anonymous
    Inactive

    That’s weird…It was working fine until I did the update…Adding the evenful fixed the issue…Thank you

    #46580
    Anonymous
    Inactive

    Am I doing something wrong?

    I use [events_list paging=1 limit=0 category=5 scope=today] and it shows all the events not just category 5 – If I remove limit=0 it only shows category 5 but then the paging isn’t working…err what am I doing wrong???

    #46581
    Franky
    Keymaster

    Now this is a bug 🙂

    Fixed in trunk, if you want you can apply the fix to your own code (one line in eme_events.php):

    http://plugins.trac.wordpress.org/changeset/339313

    #46582
    Anonymous
    Inactive

    lol thanks =)

    #46583
    Anonymous
    Inactive

    One more issue I found…The other fixed the bug I was having…but now while using the events list on a location page…When I click next day…It directs me to a page listing every upcoming event…it doesn’t go to the next day on the locations page…I believe because it goes to /?eme_offset=1 without specifying the actual location

    -jon

    #46584
    Franky
    Keymaster

    I indicated that already: paging should be used for 1 shortcode per page only

    Describe the shortcode(s) used on your page, so I can test and see what’s going on.

    #46585
    Anonymous
    Inactive

    In the widget I am using [events_list limit=0 scope=today]

    in the locations page I am using [events_list paging=1 category=5 limit=0 scope=today]

    url: http://beta.miamigaynews.com/events/?location_id=13

    If you click Next day it goes to a weird page

    THANK YOU

    #46586
    Franky
    Keymaster

    So in fact, you’re using the [events_list] shortcode inside the [locations] shortcode …

    Wasn’t supported until now 🙂

    See this fix: http://plugins.trac.wordpress.org/changeset/339471

    #46587
    Anonymous
    Inactive

    You’re so amazing =) I’ll be sending over a donation this week…You are very supportive of this plugin…I really appreciate it

    #46588
    Anonymous
    Inactive

    And just confirming I made the changes and that fixed it! Thanks thanks thanks thanks!!

    #46589
    Franky
    Keymaster

    I’ll be adding an option “location_id=this_location” to [events_list], so when used within a location, you can then show just that locations events, without having to look for the location ID

    #46590
    Anonymous
    Inactive

    thanks…side note…I’d love it on the widget if we could specify the scope…otherwise I had to do the manual text widget…just saying 😛

    #46591
    Franky
    Keymaster

    Well, the previous fix wasn’t complete. See here for the new fix:

    http://plugins.trac.wordpress.org/changeset/339565

Viewing 15 posts - 1 through 15 (of 15 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top