Home Forums WoodMart support forum Product display error

Product display error

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

    octieu92019
    Participant

    When I create a new product, there is always blank space displayed on the main page. How can I delete it?

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

    Artem Temos
    Keymaster

    Hello,

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

    Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
    WoodMart core
    WooCommerce
    Elementor/WPBakery page builder

    Thank you in advance

    #517098

    octieu92019
    Participant

    ok, I sent it in a private message

    #517140

    Artem Temos
    Keymaster

    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');
    #517353

    octieu92019
    Participant

    Thank you very much, I have fixed that error

    #517383

    Artem Temos
    Keymaster

    You are welcome. Feel free to contact us if you have any further questions.

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