Thread Starter
David
(@topsquirrel)
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….
Thread Starter
David
(@topsquirrel)
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.