Home Forums WoodMart support forum Issue with Editar Products (grid or carousel)

Issue with Editar Products (grid or carousel)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #516608

    tamayo.ramiro.er
    Participant

    Hi, I’m having an issue with this feature in the Woodmart theme, the problem is that the first product isn’t showing in the grid, don’t know why is this happening, when I click in the arrow to see the next product the product shows without any problem, this is only happening, with the first product in the grid.

    If you review my site you will notice the problem in the grids all along the home page.

    I’ll attach some screenshots of the problem hope you can help me with this.

    Attachments:
    You must be logged in to view attached files.
    #516674

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    add_action('woocommerce_paypal_payments_loop_start_messages_renderer_hook', '__return_empty_string');
    add_action('woocommerce_paypal_payments_home_messages_renderer_hook', '__return_empty_string');

    Kind Regards

    #517703

    tamayo.ramiro.er
    Participant

    Hi! Thank you so much for your help, just one thing I’m not a programmer and I don’t know how to add that code snippet, but I can do it if you provide the specific steps that I should take, please can you help me with this specific guide?, another question I went to the themes tab in WordPress but I didn’t find the child theme, or this is something that just will be found in the backend of the site? Thank you so much in advance for your help, patience, and guidance.

    #518105

    Artem Temos
    Keymaster

    Hello,

    If you missed the child theme installation step in our setup wizard you can install it manually as per our documentation. https://xtemos.com/docs-topic/setup-child-theme/
    After this, you just need to open the functions.php file in the child theme folder on your server, add the code we provided and save it. Let us know if it works for you.

    Kind Regards

    #518468

    tamayo.ramiro.er
    Participant

    Hi,

    Thank you so much for your help, I have installed the child theme, and the issue fixed itself is it that normal?? haha but now everything is working perfectly… or at least the things that I have checked, thank you so much for your help.

    #518558

    Artem Temos
    Keymaster

    Maybe you did something else to fix the problem. Anyway, keep testing and let us know if the issue appears again.

    Kind Regards

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