Return to previous version
-
Hello,
Just updated the new header/footer but I want to go back to the previous appearence.
How to do it?Thank you in advance!
-
Hi,
If you mean that if you want to use the old footer and header builder in the backend, here’s a code snippet you can use:
$modules = get_option('sydney-modules');
$modules['hf-builder'] = false;
update_option('sydney-modules', $modules);You can use the Code Snippets plugin to run this code. You only need to run it once, so you can delete it after the header/footer is updated. Here’s a detailed guide on adding code snippets: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/
Hi,
If are asking about giong back to old header and footer builder in the backend, here’s a code snippet you can use:
$modules = get_option('sydney-modules');
$modules['hf-builder'] = false;
update_option('sydney-modules', $modules);You can use the Code Snippets plugin to run this code. You only need to run it once, so you can delete it after the header/footer is updated. Here’s a detailed guide on adding code snippets: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/
I have the same problen! And I also got a automatic warning email from WordPress explaining the problem, which I don't understand. It says I should contact my webhotel, which I did, and they rolled back and undid my update.
En error of type E_ERROR occured on row 149 in this file: /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-content/themes/sydney/inc/modules/hf-builder/components/header/button/customize-options.php. Felorsak: Uncaught Error: Attempt to assign property "transport" on null in /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-content/themes/sydney/inc/modules/hf-builder/components/header/button/customize-options.php:149
Stack trace:
#0 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-content/themes/sydney/inc/modules/hf-builder/class-header-footer-builder.php(477): require()
#1 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-content/themes/sydney/inc/modules/hf-builder/class-header-footer-builder.php(398): Sydney_Header_Footer_Builder->header_customizer_options(Object(WP_Customize_Manager))
#2 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-includes/class-wp-hook.php(324): Sydney_Header_Footer_Builder->customizer_options(Object(WP_Customize_Manager))
#3 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#4 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#5 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-includes/class-wp-customize-manager.php(947): do_action('customize_regis...', Object(WP_Customize_Manager))
#6 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-includes/class-wp-hook.php(324): WP_Customize_Manager->wp_loaded('')
#7 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#8 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#9 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-settings.php(749): do_action('wp_loaded')
#10 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-config.php(102): require_once('/www/webvol2/oo...')
#11 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-load.php(50): require_once('/www/webvol2/oo...')
#12 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-admin/admin.php(35): require_once('/www/webvol2/oo...')
#13 /www/webvol2/oo/bgctw54dl02xg0s/rimfors.se/public_html/wp-admin/customize.php(13): require_once('/www/webvol2/oo...')
#14 {main}
thrownOk!!! Works perfectly!!!
The topic ‘Return to previous version’ is closed to new replies.
