Closed DanThemes closed 9 years ago
Same question here...
Get the new version. It supports option tree. Give it a spin and let me know.
Hi,
I think the content.xml is empty or missing. You will need to generate your own or use this one wptest.io
I presume it is working. I'll close this now.
Everything is working correctly but theme options are not importing. Please help
Working after adding these two line after line 407 in radium-importer.php
$data = unserialize($data); update_option( ot_options_id(), $data );
Hey,
Thanks for this plugin, it works great. Is there any way to generate a compatible "theme_options.txt" for the OptionTree?