Home Forums WoodMart support forum Abnormal Content Display

Abnormal Content Display

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

    Grelo Zhang
    Participant

    After enabling the PayPal payment plug-in, many elements and content on the website display abnormally. I tried turning off some functions, but it still did not solve the abnormal website display. Only by disabling the PayPal payment plug-in can the website return to normal display effects.

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

    Artem Temos
    Keymaster

    Hello,

    Please, disable all plugins that are not related to our theme. 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

    #514815

    Grelo Zhang
    Participant

    I have disabled it as you requested, you can log in, thank you

    #514821

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

    Grelo Zhang
    Participant

    Thank you very much, the answer is very useful

    #514851

    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)

The topic ‘Abnormal Content Display’ is closed to new replies.