I notice your plugin is closed… is this permanent or will the plugin return here?
Guido
]]>I want the carousel to auto-scroll and it does that, whether or not auto-scroll is on or off (that’s an issue for some people). Note that “wa_wps_auto”:”false” (or true) shows up properly on the page source.
I set auto-scroll to on so that Timeout would work. Timeout was 3000 and working ok (with auto-scroll off), but changing the timeout to 7000 had no effect (whether auto-scroll is on or off). The page source shows the 7000 setting, but it is clearly not using it.
Is there a fix?
I’m using Woo 3.5.7, Slider 1.5 and WP 5.1.1
]]>I have set a custom placeholder image via your settingspage, but it doesn’t display. Instead of this image, the default placeholder image is being displayed.
When I inspect file “woocommerce-product-slider” (+/- string 830-840) I notice this value stays empty always:
$first_img = $options['default_img'];
Can you please fix this?
Guido
]]>Hello! Is there a way to create a slider and order the products to show the best sellers?
]]>Hi,
There’s a problem with the product slider, it always auto scroll. Even if I unchecked it to settings..
]]>Hi,
Because there was an issue with another plugin I found out there’s a jQuery conflict regarding the datepicker:
admin-script.js?ver=5.1.1:4 Uncaught TypeError: jQuery(...).datepicker is not a function
As far as I understand it’s located in file admin-script:
//date picker start and end date
jQuery( "#start_date" ).datepicker();
Guido
]]>Hi!
In 1.3 I used this:
#wa_wps_slider_title4652{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px;
}
And it worked well but after i updated to 1.5 I can’t use custom css.
Hello,
I have just upgrated Woo Product Slider from v1.3 to v1.5, however WordPress notify an error and disabled the plugin.
Please your help with this issue.
Thank you and regards,
Marcelo Vergara
]]>The complement is excellent, I have used it in the past without problems
not everything is wonderful now I try to use it with the constructor elementor I enter the short code in the corresponding block in the main page
within the view of the constructor the functions are displayed very well slides without problem etc, all well
but on the site
I thought it was propagation wait a prudent time but it was not like that
Any suggestions?
]]>Can you fix the deprecated warning in next update?
PHP Deprecated: Function create_function() is deprecated in D:\www\my-domain\www\wp-content\plugins\woocommerce-product-slider\includes\class-wa-wps-widget.php on line 71
And can you also take a look at my previous topic?
Thanks!
Guido
]]>HI,
My pictures, title and buttons all line up and are centered nicely.
But they are slammed to the right.
I have set the “left” setting for the “Align the items in slider” option,; but the items in slider are still slammed to the right.
Any ideas?
Thank you.
]]>I have another slider located at the bottom of my website page and when I click on add to cart on the $100,000 test product item it goes straight to cart without refreshing the site page, but when I click on add to cart from your slider it refreshes the page? Is it possible to have it add product to the cart without the page refreshing?
]]>Hi,
I’m getting this error on page where slider exists:
{type: "deprecated", message: "Function create_function() is deprecated", file: "wp-content/plugins/woocommerce-product-slider/includes/class-wa-wps-widget.php", line: 71, stack: Array(1),?…}
Any suggestions on how to resolve this?
Thanks for any help!
]]>Hi, I want the slider to pick product images from the product gallery images & not the featured image of the product like your first & last image of the post. Can this be done.
Regards
]]>Hola, como puedo cambiar la fuente del titulo del producto?
]]>I am using it on widget vertically. I want to set it to load products as the page scroll down. What’s the exact setting & configuration I need to choose?
For example, default to display 5 products on page and no limit on the products to show up when the page scroll down. How to set this?
Besides, any responsive function? As the number of products show on mobile view should be different.
]]>Products marked to be hidden are still being displayed. The query should check that for an option “show hidden products”. I’ve harded coded this on shortcoderender.php.
$args = array(
'post_type' => 'product',
'orderby' => get_post_meta( $post_id, 'wps_order_by', true ),
'order' => get_post_meta( $post_id, 'wps_order', true ),
'posts_per_page' => $wps_number_of_total_products,
'tax_query' => array (array(
'taxonomy' => 'product_visibility',
'field' => 'name',
'terms' => 'exclude-from-catalog',
'operator' => 'NOT IN', )),
);
]]>
The blank space when you place more than 1 slider together is to big, how can i fix it an make it look better?
Check on https://uneven.es
Thanks.
]]>Hi and thank you for your plugin.
I have a problem with the Number of items to be shown in the page.
Even if I set a value above 3, it always makes me see 3 items at a time.
How can I solve?
Thanks so much
]]>The slider works on all sub pages as well as in the main/home page and sub pages in the mobile version. For some reason, the slider will not slide on the home page. It just appears as a single static product (right below the search option in the sidebar) Any thoughts on how to make it slide on the home page?
]]>Hi,
would you like to have the German translation of your great plugin?
Please tell me.
I cannot get the images to show up. It was working before, but all my settings were erased.
]]>Hi,
It’s nice you’ve updated the stable tag to 4.9.1 two weeks ago, but please also fix the issues mentioned in my previous topic. It’s like you’ve added parts of the pro version in the free version by mistake.
Besides this there are a few (minor) notices when debugging is turned on, such as:
Notice: Undefined variable: slider_options in … \wp-content\plugins\woocommerce-product-slider\woocommerce-product-slider-pro.php on line 838
Guido
]]>Hello,
The slider won’t respond to the mouse when it intends to drag the images or to the fingers on a cell phone.
Any solutions?
Kind regards,
Augustin
]]>Hi
Currently I see the products which are out of stock in the slider.
Can I configure the slider that it doesn’t shows the out of stock prosucts?
PHP message: PHP Catchable fatal error: Object of class WP_Error could not be converted to string in woocommerce-products-slider/templates/wcps-tag.php on line 22
]]>I’ve installed the update & created a new slider, but no matter what I put into the “Number of items to be shown in the page” box, it will only show one item in the slider. Also, why are the arrows now underneath the slider instead of on either side? It looked much nicer before. I will be reverting to the old version until this gets fixed…
]]>Hiya,
Great little plugin! I do have a question though. Is there a setting(s) that would help the speed of page load. It seems to really be bogging down on pages with the slider activated.
Thanks ??
Sarah
]]>Hi,
I have set a paceholder image via your settingspage, but this one and the default placeholder doesn’t display.
When I inspect the source code I notice the path to your default placeholder is wrong (pro version):
my-domain/wp-content/plugins/woocommerce-product-slider-pro/assets/images/default-image.jpg
Can you please fix this?
Guido
]]>Hi there…
I’d like to know if is possible to show users like company that have a specific type of packag and if is possible to get more than one slider on the same page.
Regards,
Osvaldo.
]]>