WPIntell

Source evidence

sudoSlider not loading

Post gallery slider · support · 2013-05-16T11:57:00+00:00

complaintsentiment
highseverity
0.96relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 31 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
David unresolved
Hi, The slideshow isn’t showing. Investigating with Firebug, I see the plugin DIV and LI structure but sudoSlider doesn’t appear to be loading. Where should I look please? FYI I’m using Themeid Responsive theme and have Category Grid View Gallery Plugin active – that uses a lightbox to show the post content but doesn’t slideshow the post gallery which is why I’m also using Post Gallery Slider. http://wordpress.org/extend/plugins/post-gallery-slider/ By the way, example is here http://fresh.squirrelhouse.biz/?page_id=73 Thanks Same problem here, the plugin uses shortcodes, for php tags which not all servers accept. After removing them, I still cant get it to work…. I like the plugin, the idea is really good but I couldn’t get the slideshow to work and got nowhere with any of the other plugins either so I downloaded JQuery Cycle (Cycle2 also works fine)and put it here… /plugins/category-grid-view-gallery/js/jquery.cycle.js I enqueued the script in theme/functions.php add_action('wp_print_scripts', 'wp_cycle2_scripts'); function wp_cycle2_scripts() { if(!is_admin()) wp_enqueue_script('cycle', WP_CONTENT_URL.'/plugins/category-grid-view-gallery/js/jquery.cycle.js', array('jquery'), '', true); } This worked straight away after I did a CSS change to set the height of the slideshow container (can’t recall the div) to greater than zero. I’ve also hacked the Category Grid View Gallery Plugin and renamed it to keep my mods.

Comments

3 shown
David 2013-05-16T15:50:00+00:00

By the way, example is here http://fresh.squirrelhouse.biz/?page_id=73 Thanks

pefferen 2013-05-24T08:17:00+00:00

Same problem here, the plugin uses shortcodes, for php tags which not all servers accept. After removing them, I still cant get it to work….

David 2013-05-24T10:22:00+00:00

I like the plugin, the idea is really good but I couldn’t get the slideshow to work and got nowhere with any of the other plugins either so I downloaded JQuery Cycle (Cycle2 also works fine)and put it here… /plugins/category-grid-view-gallery/js/jquery.cycle.js I enqueued the script in theme/functions.php add_action('wp_print_scripts', 'wp_cycle2_scripts'); function wp_cycle2_scripts() { if(!is_admin()) wp_enqueue_script('cycle', WP_CONTENT_URL.'/plugins/category-grid-view-gallery/js/jquery.cycle.js', array('jquery'), '', true); } This worked straight away after I did a CSS change to set the height of the slideshow container (can’t recall the div) to greater than zero. I’ve also hacked the Category Grid View Gallery Plugin and renamed it to keep my mods.