FrankM1 / radium-one-click-demo-install

Once Click Install for Wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OptionTree integration

DanThemes opened this issue · comments

Hey,

Thanks for this plugin, it works great. Is there any way to generate a compatible "theme_options.txt" for the OptionTree?

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 );