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):
http://160.153.93.170/landscaping/
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!
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.