Hey there, I’ve just installed the Woo Shop Slider plugin, and I find it to be exactly what I would need. You can see my site’s front page has a slider – https://appareloflaughs.co.uk . The thing that I need help with is when the page loads the whole slider is taken up with one product image, but once I’ve moved around the window size, it suddenly clicks into place and becomes the slider that I would like it to be with the other products at either side.
Image of what its like on page load.
Image of slider after window size adjusted.
Any help would be greatly appreciated.
]]>Hi, I am using WPB WooCommerce Products Slider – 2.0.6.7 and with this shortcode in home: [wpb-product-slider posts=”4″] it gives this error: No Products Found
But the website is composed of 144 products.. I am using php version 7.0.31 and wordpress 4.9.8
]]>The plugin works well even in PHP7.2, but to change any settings it must be running under PHP5.6. Changes are not saved under PHP7.2, and give error 500
]]>My problem is that wooslider is loading after the page content, which creates a poor user experience. Take a look at https://olivetreemortuary.biz
I want the slider to load at the same time as the content below it, creating a seamless experience.
I’m using wooslider as a full-width slider on my homepage. I created a Storefront child theme and added the following to functions.php in implement the slider:
/**
* Adds wooslider into the storefront_before_content action in the parent themes header.php file.
*/
function wpshock_storefront_homepage_slider() {
// if not the StoreFront Homepage Page Template return false
if ( ! is_page_template( ‘template-fullwidth.php’ ) ) {
return false;
}
// Output the WooSlider Shortcode via the do_shortcode() function.
echo do_shortcode( ‘ .[wooslider slide_page=”homepage-slider” slider_type=”slides” overlay=”none” thumbnails=”default” link_slide=”true” display_content=”false” imageslide=”true” order=”ASC” order_by=”menu_order” size=”full”] ‘ );
}
add_action( ‘storefront_before_content’, ‘wpshock_storefront_homepage_slider’, 5 );
I’ve searched and searched for a solution. I’m hoping you can help.
]]>Hi,
this plugin is compatible with theme Avada? (https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226)
Thk u
]]>How do I add a slider to my theme header? I do not see any widgets. Do I have to hard code something in my theme files?
]]>I know there are several slider types. What sliders are in the free version please?
]]>