This topic has 8 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Any reason why the expandable section doesn’t stay open (https://prnt.sc/ixovho)?
http://expertcontentwriting.com/deluxe-publishing/
Thank you!
Hello,
Could you please provide temporary wp-admin access so we can take a closer look?
Regards
sure… below…
Hello,
Please update WPBakery Page Builder plugin to latest version – https://www.8theme.com/download-plugins/
Regards
I did –> https://prnt.sc/iycqpr
but it didn’t help. It is still broken.
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
I can do that but here’s my concern; what happens when the theme or wbbakery gets updated?
will this create a conflict?
Hello,
This fix will be added in next theme update.
Regards
You must be logged in to reply to this topic.Log in/Sign up