Home › Forums › WoodMart support forum › Issue with Editar Products (grid or carousel)
Issue with Editar Products (grid or carousel)
- This topic has 5 replies, 2 voices, and was last updated 1 year, 8 months ago by
Artem Temos.
-
AuthorPosts
-
November 29, 2023 at 2:52 am #516608
tamayo.ramiro.erParticipantHi, 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.November 29, 2023 at 10:14 am #516674
Artem TemosKeymasterHello,
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
December 1, 2023 at 6:39 pm #517703
tamayo.ramiro.erParticipantHi! 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.
December 4, 2023 at 10:31 am #518105
Artem TemosKeymasterHello,
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 thefunctions.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
December 5, 2023 at 1:34 am #518468
tamayo.ramiro.erParticipantHi,
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.
December 5, 2023 at 10:30 am #518558
Artem TemosKeymasterMaybe you did something else to fix the problem. Anyway, keep testing and let us know if the issue appears again.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register