Expandable Section - by gurhan - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: gurhan
    gurhan
    Participant
    March 28, 2018 at 20:03

    Any reason why the expandable section doesn’t stay open (https://prnt.sc/ixovho)?

    http://expertcontentwriting.com/deluxe-publishing/

    Thank you!

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 29, 2018 at 07:45

    Hello,

    Could you please provide temporary wp-admin access so we can take a closer look?

    Regards

    Avatar: gurhan
    gurhan
    Participant
    March 29, 2018 at 08:16

    sure… below…

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 29, 2018 at 09:38

    Hello,

    Please update WPBakery Page Builder plugin to latest version – https://www.8theme.com/download-plugins/

    Regards

    Avatar: gurhan
    gurhan
    Participant
    March 30, 2018 at 06:56

    I did –> https://prnt.sc/iycqpr

    but it didn’t help. It is still broken.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2018 at 13:32

    Hello,

    Please add this code in functions.php file of child theme:

    function et_dequeue_ult_styles() {
        $force_ultimate_styles = etheme_get_option('force_addons_css');
        if ($force_ultimate_styles ) {
            wp_dequeue_style( 'style_ultimate_expsection' );
            wp_deregister_style( 'style_ultimate_expsection' );
        }
    }
    add_action( 'wp_print_styles', 'et_dequeue_ult_styles' );
    
    function et_dequeue_ult_scripts() {
        $force_ultimate_styles = etheme_get_option('force_addons_css');
        if ( $force_ultimate_styles ) {
            wp_dequeue_script( 'jquery_ultimate_expsection' );
            wp_deregister_script( 'jquery_ultimate_expsection' );
        }
    }
    add_action( 'wp_print_scripts', 'et_dequeue_ult_scripts' );

    Regards

    Avatar: gurhan
    gurhan
    Participant
    March 31, 2018 at 07:12

    I can do that but here’s my concern; what happens when the theme or wbbakery gets updated?

    will this create a conflict?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 2, 2018 at 08:14

    Hello,

    This fix will be added in next theme update.

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.