FrankM1 / radium-one-click-demo-install

Once Click Install for Wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

theme_options.txt example

pixedelic opened this issue · comments

Sorry, may I see an example of how Radium's "theme_options.txt" is made? What's its structure? I use a framework made by me and I'm not sure to understand how this file should be compiled to be rightly imported.

I haven't tested your script yet, but as a ThemeForest author I really appreciate the fact you shared it, thank you so much.

Manuel :-)

Hi,

The theme_options.txt is the file generated by exporting theme options using redux, nhp or options framework. It is auto generated. You can look into those framework's source code to see how the file is created.

Thank you so much... doesn't Redux create a php file? However, I'll check. Thank you so much!

Alright. Redux generates a json file with the theme options nowadays.