Events Made Easy › Forums › How do I … › [events_list] does not show all events
Tagged: events_list
- This topic has 5 replies, 2 voices, and was last updated 14 years, 1 month ago by Franky.
-
AuthorPosts
-
Mon 27 Sep 2010 at 10:02 #42109AnonymousInactive
Hi Franky
Probably I’m overlooking something, but I have some problems with [events_list] not showing all of my events, but strangely only 3 of them…
The widget-list does show all (see page and sidebar over here: http://jstofferis.be/buren/testkalender/ )
And i use the same format for both.
Also the calendar widget doesn’t work. No skipping to next and previous month is possible.
Thanks for your answer!
Jan
Mon 27 Sep 2010 at 10:20 #44840FrankyKeymasterHi Jan,
– [events_list] by default only shows 3 events, see the documentation for that. You’ll want to you the limit option, eg. [events_list limit=30] or [events_list limit=0] or possibly date scopes.
– For the calendar problem, it seems your wordpress doesn’t provide jquery? Maybe that’s a theme problem, as it should be present. Eg, on my site, wordpress generates this HTML code:
http://www.e-dynamics.be/wordpress/wp-includes/js/jquery/jquery.js?ver=1.4.2
So please do check out why you don’t seem to have jquery.
Mon 27 Sep 2010 at 12:45 #44841AnonymousInactiveThanx
– for your fast reply. And sorry for the dumb question.(limit=0)
– (jquery issues are really far to complicated for me) but i thing WP jquery is loading (animation on the dashboard works fine) http://jstofferis.be/buren/wp-includes/js/jquery/jquery.js?ver=1.4.2
*I have one plugin running that may have someting to do with it (http://post-highlights.hacklab.com.br/) but when i deactivate it, the calendar still doesn’t work…
* I’ve used this theme several times before, never had any jquery problems
But I do remember it sort of did work in the beginning (except it had to reload the whole page again and again): no ajax-functionality
If a solution isn’t obvious, anyway i’m doing a fresh install when building my site for real…
Jan
Mon 27 Sep 2010 at 13:18 #44842FrankyKeymasterWell, it seems you’re using a plugin that forces jquery from google to be used, see the sourcecode of your page. At the bottom I see this:
<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2′></script>
Putting that at the bottom causes lots of troubles. I recommend disabling all other plugins and using the default theme, see if it works then. After that, switch to your theme and test again. After that, start enabling one other plugin at a time and test again. The plugin doing this needs to be kicked 🙂
Tue 28 Sep 2010 at 07:00 #44843AnonymousInactivehi
thanks for your replies! I’ll check this out more thoroughly. It must be the contentslider doing this.
merci voor de tip! 🙂
Jan
Tue 28 Sep 2010 at 08:05 #44844FrankyKeymasterHehe … niet moeilijk om te raden dat ik Nederlands spreek he 😉
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.