FrankM1 / radium-one-click-demo-install

Once Click Install for Wordpress
Other
113 stars 64 forks source link

OptionTree integration #8

Closed DanThemes closed 9 years ago

DanThemes commented 9 years ago

Hey,

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

sabuz commented 9 years ago

Same question here...

FrankM1 commented 9 years ago

Get the new version. It supports option tree. Give it a spin and let me know.

sabuz commented 9 years ago

image

FrankM1 commented 9 years ago

Hi,

I think the content.xml is empty or missing. You will need to generate your own or use this one wptest.io

FrankM1 commented 9 years ago

I presume it is working. I'll close this now.

sabuz commented 9 years ago

Everything is working correctly but theme options are not importing. Please help

sabuz commented 9 years ago

Working after adding these two line after line 407 in radium-importer.php

$data = unserialize($data); update_option( ot_options_id(), $data );