Thread Starter
wollew
(@wollew)
Thank you for your replay.
I don’t have Elementor. I have solved the problem for my Child Theme by export and import direktly in the mysql Database:
UPDATE wp_options SET option_value = (SELECT option_value FROM wp_options WHERE option_name LIKE ‘theme_mods_oceanwp’)
WHERE option_name like ‘theme_mods_oceanwp-child-theme-master’