• Resolved bazzarillo

    (@bazzarillo)


    Dear support

    I am having multiple issues with PEP in combination with the divi wordpress theme, but this is the most pressing one as I can’t solve it myself.

    When using the DIVI wordpress builder to style a Product page the PEP-“add to cart” Button appears outside of the Builder area. There already is one Ticket concerning the builder, but the solution you’ve provided there did not work for me.

    Neither adding the Divi-Woocommerce Cart-Module nor adding the PEP shortcode work, so I really do not know how to approach this problem.

    Best,
    Mirco

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WisdmLabs

    (@wisdmlabs)

    Hey @bazzarillo

    I have assigned the information to our development team, I will get back to you soon with an update ??

    Plugin Author WisdmLabs

    (@wisdmlabs)

    Hey @bazzarillo

    the solution provided here https://www.ads-software.com/support/topic/having-divi-problems/ is for the PE Free plugin. You are using the premium version, WISDM Product enquiry Pro.

    To resolve this issue, Please `Add the following code in your theme’s or child theme’s functions.php file:

    if (in_array('product-enquiry-pro/product-enquiry-pro.php', apply_filters('active_plugins', get_option('active_plugins')))) {
        add_filter('quoteup_display_quote_button', 'quoteup_hide_default_enq_btn');
    
        function quoteup_hide_default_enq_btn()
        {
            return false;
        }
    }
    Thread Starter bazzarillo

    (@bazzarillo)

    Amazing, thanks, that solved the issue!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DIVI Builder not compatible with PEP’ is closed to new replies.