How can I make the scrolling animation faster? I’ve tried to change values in the js-files, but I was not really successfull. I am familiar with php and javascript, you can write me coding-issues, thanks very much!!
]]>Hello
Great plugin! But I cannot get the lite version carousel to show 4 or 5 products. I’ve tried many, many times, I just don’t get it.
Example of my site I’m putting together: https://coolautostuff.com
Should I upgrade to get the 4 or 5 carousel products showing?
Thank you
Kevin
Hi,
in your plugin in the file ….. have a this code :
* Add span to View Cart woocommerce
*/
$('body').on('click', '.add_to_cart_button', function() {
$(document).ajaxComplete(function() {
$('.added_to_cart').each(function() {
$('.added_to_cart').html('<span class="psfw-span">View Cart</span>');
});
});
});
but written like this creates problems with multilengual site.
/*
* Add span to View Cart woocommerce
*/
$('body').on('click', '.add_to_cart_button', function() {
$(document).ajaxComplete(function() {
$('.added_to_cart').each(function() {
$('.added_to_cart').html('<span class="psfw-span">'+wc_add_to_cart_params.i18n_view_cart+'</span>');
});
});
});
Thank you and best regards
]]>Hello,
Is it possible to create filters based on a custom attribute with a dynamic value that varies from the product currently displayed?
For example:
I have a “T-Shirt” product with Attribute – Color and Value – Blue.
– The slider will only display blue T-shirts under this product…
I would like to apply the same method to the deepest level category.
For example:
The product is in the category “Clothes > Men > T-Shirts”.
– The slider will only display Man T-Shirts under this product…
Thanks.
]]>Hi –
The free version of the plugin 1.1.2 has broken with WP 5.6.2 + WC 5.0.0
Looks like it’s an uncaught exception error: jquery.min.js?ver=3.5.1:2 jQuery.Deferred exception: Cannot read property ‘indexOf’ of undefined TypeError: Cannot read property ‘indexOf’ of undefined
Any ideas?
TIA
Dave
]]>Hi there,
this is a really nice, simple slider which would be perfect for our needs. We see however that there is a compatibility issue with the latest version of WooCommerce. The slider prevents users from submitting certain forms (such as Select Options on the catalog page and the credential entry form on My Account).
Do you plan to update this to work with WC 4.9.x?
Thank you,
Al
Hello! I using Product Slider For WooCommerce Lite plugin and have question. Sometimes when I enter my page, slider is cutted ( here photo : https://imgur.com/a/ocbTJAl ). Sometimes it is good, sometimes is cutted. Where is the problem?
P.S I using Astra theme.
]]>Hi,
Great plugin ??
Is it possible to to Constantly show the slider arrows even without the user pointing to the slider?
Thanks.
]]>How can I make the scrolling animation faster?
]]>Is it possible to translate the plugin using PO / MO files?
I didn’t find the POT file.
Is it possible to prevent links on the image and title from opening in a new tab?
Thanks.
]]>Installed this on our website (right side bar, position 1). While displaying a product,there is unwanted text (caption id=) Please refer https://digitalsplendid.net/5176-2/.
Help regarding addressing this issue solicited.
]]>I’m trying to access the documentation for this plugin, but get the error “Bad IP listed RPL” with both Firefox and Brave browsers.
Please make sure that your site is working properly.
(What I’m looking for is help on how to control the height of the viewport for the images in the slider. Your plugin allows me to enter the width but seems to decide the height on some ‘random’ basis and puts this in inline CSS.)
Thanks,
Peter