I can’t search for all products
-
Hi, if I search with a word in aprticolare not all the pdorotti come out: what can I do? thank you.
Hello,
In the settings of the search (WoodMart -> Header builder -> Search) you can increase the number of products that will be displayed in the search results.
https://prnt.sc/m6YbSg2VNWSH
Please let us know if there is anything further we can assist you with!
Kind Regards
OK thanks. Furthermore, when inserting the gallery element, the arrows on the sides do not appear to navigate it, what can I do? If possible, can you make the correct setting yourself? thank you.
Hello,
Could you please somewhere define this element and send me a link? So I can check what is wrong there.
I await your response.
Kind Regards
I am going to give you the link of the site with the access data, I have problems with the initial slides of the home, you do not see the arrows and I would like to put it in full screen. Thank you.
Hello,
Please, first of all, create your custom class for this gallery via its settings -> Advanced -> Class CSS (more detail in the below screenshot).
https://prnt.sc/vt1elnQp905S
After it, let me know and I will prepare a custom code for you.
Kind Regards
I did not understand how it works, you can see the slider in a strange way both from desktop and mobile, in the end they are simply images with arrows and each image has its own link. Could you help me?
Hello,
With the help of the below code, you can show arrows from both sides. Enter it into the “Custom CSS for desktop” area in Theme Settings -> Custom CSS.
.custom-carousel [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
left: 0;
}
.custom-carousel [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
right: 0;
}
https://gyazo.com/e7608054533a286ce1f0eaaacb62043e
Kind Regards