• Resolved Lschreyer

    (@lschreyer)


    I discovered that my menu designer in the backend of WP is invisible when I enable the Paypal Plus plugin.
    I use the latest version.

    The whole menu edit page is partly shown, the left sidebar with “pages” is visible, but does not react to mouse clicks. The menu itself is invisible.
    Other parts of the page do also not react to mouse actions.

    If I disable the plugin everything is fine, if I enable it, the menu is gone.
    If I go to live preview the menu is shown, only the appearance>menus page is damaged.

    Any idea on how this can be fixed?
    I need Paypal Plus, so I cannot disable the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Lschreyer

    (@lschreyer)

    I analyzed the source of the poge with and without activeted paypal plus plugin.
    If activated the creation of the page stops in the “Woocommerce Endpoint” section.

    This is the end of the source:

    <li class="control-section accordion-section   woocommerce_endpoints_nav_link" id="woocommerce_endpoints_nav_link">
    <h3 class="accordion-section-title hndle" tabindex="0">
     WooCommerce-Endpunkte							
     <span class="screen-reader-text">Zum ?ffnen dieses Bereichs Eingabetaste drücken</span>
    </h3>
    <div class="accordion-section-content ">
    <div class="inside">

    no more text after this

    Thread Starter Lschreyer

    (@lschreyer)

    Ah, I got it, it was a section in my functions.php which caused the error, too bad it only got called when paypal plus plugin was activated. So I wrongly supposed that it was due to the plugin.

    I do a call to get_billing_country() which created this error.

    Sorry to bother you, best to delete this thread.

    Plugin Support Andreas W.

    (@aweissinpsyde)

    Thank you for your info ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Menu designer invisible when plugin is activated’ is closed to new replies.