Amy_Berry
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Maker by dFactory] [em-full-calendar] shows nothingsorry, “wp_head” and “get_header/footer” …
Either way, I emptied the template completly and it’s still not showing up at all. I only get an empty “<div id=”events-full-calendar”></div>”.
Maybe there is something missing to make it work. Any hints are appreciated, it would be a pitty not being able to use this plugin fully.
Forum: Plugins
In reply to: [Events Maker by dFactory] [em-full-calendar] shows nothingThanks for the fest answer. Hm, that’s indeed strange…
Yes, both wp_header() and wp_footer() are included (the php files as well.)
I guess I will try temporarily deleting parts of my theme to find the damaging code and will report back if I find a hint.
Forum: Plugins
In reply to: [Events Maker by dFactory] [em-full-calendar] shows nothingI just tried changing the theme and it worked in the default theme.
So apparently something in my theme…This is the page that is supposed to show the calendar:
http://www.xplosion-online.com/?page_id=1842Forum: Plugins
In reply to: [Plugin: Polylang] Display default language – Categories empty?Okay, I found a solution:
<?php global $wp_query; query_posts(array_merge($wp_query->query, array('post_type' => 'post', 'lang' => 'en', 'cat'=>'459'))) ?>I had to as for both the default language AND the category of that language. Pretty easy actually…