With All-In-One Product Slider, there are no pictures of products. And the arrow does not work when i click on.
The slider just appear correctly in the preview sliders.
I use Divi builder, and i never have problems with shortcodes.
Thanks for your help.
Open
Last updated: August 19, 2024
Log in to comment on this feature request.
Of course: https://bayard-nizet.be/
If you need to connect, say it. Thanks a mit
Please send me url to checck. You can send support email.
Thank you for pictures. CSS works well. I have a last problem with arrow: when I click on, there is no effect. And on mobile, is it not possible to change direction with fingers ?
There may css conflict. Please add below css to your theme and your problem will solved.
You can add css by going Login to Wp-Admin –> Appearance –> Themes –> CLick Customize button on active Theme –> Go last option “Additional CSS” and paste below css.
Clear cache and check your problem will solved.
.item-box .picture a:before {
padding-top: unset !important;
}
.item-box .picture a img{
display: block;
position: inherit !important;
width: auto !important;
height: auto !important;
}