Installed plugin, clicked Tools/Advanced Export, result is an empty page.
]]>When theme settings are in options array it does not export settings
]]>Hello,
Can you please add support for the child theme too? We noticed that the child theme options are not exported.
Thanks.
]]>Hi, the plugin does not export customizer setting and if I use the below code….
add_action(‘advanced_export_all_options’,’prefix_add_all_options’);
function prefix_add_all_options(){
return true;
}
…then when imported, it also changes the siteURL and homeURL, passwords and email as well.
How to only export the customizer settings like colors set, font-selected, container width etc.
]]>I tried using this plugin to export 85 posts and their media. This plugin just can’t seem to handle it, or it’s something else. It’s from a local server, too.
My htaccess rules:
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300