Home Forums WoodMart support forum I can’t search for all products

I can’t search for all products

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #400167

    modestferraro
    Participant

    Hi, if I search with a word in aprticolare not all the pdorotti come out: what can I do? thank you.

    #400210

    Luke Nielsen
    Keymaster

    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

    #400223

    modestferraro
    Participant

    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.

    #400367

    Luke Nielsen
    Keymaster

    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

    #400368

    modestferraro
    Participant

    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.

    #400472

    Luke Nielsen
    Keymaster

    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

    #400609

    modestferraro
    Participant

    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?

    #400635

    Luke Nielsen
    Keymaster

    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

Viewing 8 posts - 1 through 8 (of 8 total)