ghostyzx
Forum Replies Created
-
I’m using only one slideshow in a page, set using a shortcode, eg:
[FA_Lite id=”7713″]
No css or js files are included at all in the footer this way, the result being just a list of articles in plain html.I have tried to do some extensive debugging, but I haven’t found much.
The variable $FA_SLIDERS_PARAMS appears to be set correctly in function FA_display_slider(). But when FA_load_footer is called, $FA_SLIDERS_PARAMS is empty.
Something is messing up the global variables… I have no idea what.I have over 40 plugins activated… most important being BudyPress, All in One SEO Pack, Gravity Forms, NewStatPress, MapPress Easy Google Maps, SimpleMap, WP Socializer.
wp_footer() is called in the theme.
There seems to be a problem with the “$FA_SLIDERS_PARAMS” variable, it is always empty when the function FA_load_footer is called.
I’m using WP 3.3.1My current workaround is to use automatic placement, but commenting the code that actualy displays the content in featured_articles_slideshow(). This way I can get the shortcode to be displayed where I want it.