• Resolved dominoevers

    (@dominoevers)


    Hi there

    I am using Divi Mega Pro menu plugin, and when I install the Brands for WooCommerce, it hides the menu.

    Please help me with my problem?

    Best Regards
    Kim Domino Evers

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Could you please tell the steps to reproduce the issue or maybe create a short video?

    Regards,
    Dima

    Thread Starter dominoevers

    (@dominoevers)

    Hi there

    If you go to: https://sport112.qki.dk/ – you can se the error.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    As I see the issue is because of the brands filter here – https://sport112.qki.dk/skader-og-pleje/stoette/

    did you add something to description of the filter? Filters are trying to load tippy Javascript used by a mega menu. This creates a conflict.

    Regards,
    Dima

    Thread Starter dominoevers

    (@dominoevers)

    Hi there

    I know it’s the Brand plugin, because if I disable it, the site menu works. If I disable the filter in the sidebar, the site still not works. Only if I disable the whole Brand Plugin the site works again.

    Can I do some workaround the tippy Javascript?

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Please open your child theme functions.php file and add this

    
    function ua8g23gr6g23gt7g48gt() {
    	if ( isset( BeRocket_tooltip_display::$load_tippy ) ) {
    		BeRocket_tooltip_display::$load_tippy = false;
    	}
    }
    add_action('wp_footer', "ua8g23gr6g23gt7g48gt", 8);
    

    Regards,
    Dima

    Thread Starter dominoevers

    (@dominoevers)

    Yeah!

    Thanks ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Compability problem’ is closed to new replies.