markhamilton
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Is it a conflict with another plugin?Hey weblizar,
Inserting it into your page with echo do_shortcode(); seems to fail:
http://160.153.93.170/Here’s the same template but the shortcode is placed in the page content (within the loop):
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Is it a conflict with another plugin?I’ve reinstalled the plugin and it’s working now. Thanks for the offer of support, I’ll post if I run into any issues!
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Is it a conflict with another plugin?Hey,
I am having an issue with the plugin too. I noticed on your site there is a javascript error (jQuery is missing). I think the plugin isn’t queuing its scripts properly.
This gets the scripts to get embedded in the site, which is a slight improvement:
function my_jquery_enqueue() { wp_enqueue_script( 'slider', '/wp-content/plugins/ultimate-responsive-image-slider/js/jquery.sliderPro.js', array( 'jquery' ) ); } add_action( "wp_enqueue_scripts", "my_jquery_enqueue", 11 );I don’t have any other plugins but this plugin still isn’t functional for me. Hopefully the author fixes this soon.