Events Made Easy › Forums › Generic › locations_map category issue with new update
- This topic has 14 replies, 2 voices, and was last updated 13 years, 10 months ago by Franky.
-
AuthorPosts
-
Mon 31 Jan 2011 at 10:22 #42494AnonymousInactive
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
Mon 31 Jan 2011 at 10:35 #46578FrankyKeymasterThis 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:
Mon 31 Jan 2011 at 17:36 #46579AnonymousInactiveThat’s weird…It was working fine until I did the update…Adding the evenful fixed the issue…Thank you
Mon 31 Jan 2011 at 17:56 #46580AnonymousInactiveAm 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???
Mon 31 Jan 2011 at 18:57 #46581FrankyKeymasterNow 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):
Mon 31 Jan 2011 at 21:09 #46582AnonymousInactivelol thanks =)
Tue 1 Feb 2011 at 08:27 #46583AnonymousInactiveOne 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
Tue 1 Feb 2011 at 08:32 #46584FrankyKeymasterI 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.
Tue 1 Feb 2011 at 10:09 #46585AnonymousInactiveIn 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
Tue 1 Feb 2011 at 10:51 #46586FrankyKeymasterSo 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
Tue 1 Feb 2011 at 10:53 #46587AnonymousInactiveYou’re so amazing =) I’ll be sending over a donation this week…You are very supportive of this plugin…I really appreciate it
Tue 1 Feb 2011 at 11:00 #46588AnonymousInactiveAnd just confirming I made the changes and that fixed it! Thanks thanks thanks thanks!!
Tue 1 Feb 2011 at 11:02 #46589FrankyKeymasterI’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
Tue 1 Feb 2011 at 11:04 #46590AnonymousInactivethanks…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 😛
Tue 1 Feb 2011 at 14:18 #46591FrankyKeymasterWell, the previous fix wasn’t complete. See here for the new fix:
-
AuthorPosts
- The forum ‘Generic’ is closed to new topics and replies.