Hi,
I’ve got a display issue with the carousel.
As you can see here : https://snipboard.io/3aDhFO.jpg the first slide’s content is not centered like the other ones.
Could you please help me to fix this ?
It’s one my homepage (section : “Meilleures ventes et coup de coeur”) : https://shorturl.at/6Se7y
Thank you.
Best regards,
Julien
]]>I don’t see any images when I using the plugin
]]>Hello
I am testing the plugin on local and noticed that there are some problems:
5. Pre and next navigation buttons are not shown. You should tap once for them to appear.
6. I also think that it’s better the title of each slide be more near the slider
I have provided an screenshot for better understanding:
]]>Hi,
Can’t change header tags?
Thanks
]]>I also have the YITH Wishlist plugin installed. I am using the following code to limit what product categories show the wishlist. It works in all other parts of the store except the carousel. Can you help me edit it?
/*Exclude Wishlist on Specific Categories */
if ( ! function_exists( 'yith_wcwl_show_add_to_wishlist_button' ) ) {
function yith_wcwl_show_add_to_wishlist_button( $show ) {
global $product;
$excluded_categories = array(
'installation','you_buy_we_install', 'gazebos', 'quote-services', 'basketball-goals', 'playsetservices', 'gazebos', 'trampolines', 'shed-services', 'pergolas',
);
$product_categories = wp_get_post_terms( $product->get_id(), 'product_cat' );
$product_categories = $product_categories ? wp_list_pluck( $product_categories, 'slug' ) : array();
if ( array_intersect( $excluded_categories, $product_categories ) ) {
return false;
}
return $show;
}
add_filter( 'yith_wcwl_show_add_to_wishlist', 'yith_wcwl_show_add_to_wishlist_button', 10, 1 );
}
php?>
]]>
Hello.
My website is archfriendly.com/shop
I am thinking to buy the premium version of YITH WooCommerce Product Slider Carousel… pre-sale chat told me to try first the free version and I did, it’s added. But now I want to move my shortcode to the top of the page and filling all the width of the page, the widgets are blocking the space I guess.
They told me to contact there for fix a solution because I don’t understand very well the widgets, if the slider fits good I will buy the pro version.
I want to keep the 3 widgets, they are so useful… but how can I push them a bit down so the slider has all the space? thanks.
]]>How do I make the navigation button not disappear and only appear on hover?
]]>Would it be possible to make a slider without the product descriptions coming out? Just with the image and the name?
]]>Hi,
Need to add the product url to the product image . Currently the product URL added for the product title only, the product image is not clickable. How can I add the product URL to the image also.. In the attached image, there is a section for “best sellers”, there I used this carousel slider.
]]>Hi
is there a way to remove font awesome like this example?
https://gist.github.com/brianleejackson/0e11148e30a650d5a8022e5ae6f030f9
]]>Right now I’m formatting the plugin and noticed that when I adjust the browsers window size the slider items suddenly become huge and grow to 20Kpixels at a certain point. Definitely not expected behavior. Is there an error in my sites CSS that are conflicting or is this a plugin isse?
]]>Hi
this plugin doesn’t show my products or slide them. could you please recommend a solution? the page with slider: https://edpars.com/test/
thanks
I am experiencing an issue where I have the responsive settings configured to display 4 items on desktop and 2 on mobile. And then on each individual slider I have the number of items set to 4.
On Chrome mobile on Android or in dev tools in Chrome on desktop, the slider only recognizes the mobile setting of 2 items on the first carousel on the page. Every subsequent carousel squishes 4 items into each carousel, making the titles stretch down the page and making the carousel useless.
I have tested with 1.0.38 and yesterday purchased 1.0.47 and the results are the same.
Ironically the carousels display correctly on Firefox and Safari mobile browsers.
Please advise how to resolve this issue.
My images a re not showing up but they are in the preview
]]>Hi, how i can change the Text color of the regular price and the size of the promotional price?
I tried use this css om my fuctions.php
.single_product_container .product_other_info{
text-align: center; !important
}
.single_product_container .product_other_info .product_name{
min-height: 73px;
text-transform: uppercase;
font-size: 24px; !important
padding-top: 15px;
}
but didnt work.
]]>Can I use it to show categories I want to show?
]]>Hi,
I have selected the “on sale” filter but the slider also shows other products at full price …where am I wrong?
Thaks
Hi,
Thanks for this great plugin! I wonder if there is a way to use larger images from the product in the slider instead of thumbnail images?
Thanks in advance!
]]>I’ve tried several carousels and yours is the ONLY one which works as expected so I’ll probably buy it because I have several categories on site and I need more than one! Bravo!!! I have only one question. Can you please take a look at the https://dev.funkydesign.net/blum/ and you will notice that 3D book images in carousel are slightly smaller then others at that page. Can you please tell me how to fix that, I am pixel perfect type, sorry ?? Maybe you can provde some CSS for this? Thank you!
]]>Hello, i got the issue that the carousel is not centered, i see that de owl-item has a margin-right:20px, but if i put it to 0px, it change nothing and the owl-item is to the left, how can i fix this? is this a bug or something?
]]>Hi. The productslider works perfectly for me, but all the information that I put below does not appear on the pages.
I mean, for example, the default information included in the proteo theme. (The default ad for the glasses and the 20% discount.)
The information appears on a tablet and mobile, but not on a personal computer …
On PC or Mac I can see it scaling the browser window, but from the outset it remains invisible the first time you access it.
Please help me. At first it worked fine with no problems.
(Excuse my poor english, sorry)
]]>Hi,
I created a div to wrap the product images in the carousel.
Since the actual images have various weights, I’m trying to create a constant height for this wrapper. The jquery below work for normal products, but not on the carousel. any idea how I can achieve this?
Another solution would be if I can bottom align each product.
Thank you
jQuery(document).ready(function(){
jQuery('.products').each(function(){
var highestBox = 0;
jQuery('.product-img-wrapper', this).each(function(){
if(jQuery(this).height() > highestBox) {
highestBox = jQuery(this).height();
}
});
jQuery('.product-img-wrapper)',this).height(highestBox);
});
});
]]>
I want to change the products of the slider but I do not get the option
]]>Hi, I’m getting a warning logged for the usage of media_buttons_context on line 211 of the /yith-woocommerce-product-slider-carousel/includes/class.yith-woocommerce-product-slider.php file. Apparently this should now be media_buttons instead. Will there be an update to fix this? Thanks.
]]>HI,
Can’t find any class or id for it then can’t change his css :/
There is a solution for that ?
And i would like to make it show permanently and not only on hoover and on mobile too.
Thank you very much
]]>Hello,
The slider doesn’t show any products when elasticpress (elasticsearch) is enabled. It says no products found. If elasticpress is disabled, the query finds products and slider works fine.
Regards
]]>i had a problrm on my website, my pages will redirect to some unknown urls when click on everywhere of website,
so let’s look at last action i did before this problem:
YITH WooCommerce Badge Management
from wordpress repository!
i checked several times my website and i have the problem anytime.
then i deactivated the plugin and check for several times,
issue solved!
again i activated it and the issue happend again.
anyone with similar exp?
]]>Hi, the plugin not work well. The slider not show the title of product and it’s price. Any solution?
]]>Hello,
I use the premium version of this plugin and do receive this error:
YITH WooCommerce Product Slider Carousel Premium: Das Paket konnte nicht installiert werden. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Do you know why and how I can solve it?
]]>Hi we get this errors on our home page where the product carousel should be: https://prntscr.com/m2e9cd
]]>