-
AuthorPosts
-
October 25, 2016 at 2:12 pm #703785
Hi Kriesi-Team,
I use a child of the Enfold theme for my website. For this website, to release a bunch of improvements on specific dates, I use two servers with their own WP installation and their own theme. The first server is the development server, the second is the live server.
I wrote a script which transfers all resources, like WP database and all files, to the live server. The script also replaces all urls to linked resources to the target server. The script works very well. But the only thing that does not work is updating the theme settings.
The theme setting of the Enfold theme get lost after transferring all file to the live server. I only can export the theme setting before running the script and import the setting file after the script completed manually. But I would like to update the theme setting automatically via script. Is there any way to integrate importing the theme settings via script?Thanks for your support.
October 25, 2016 at 7:40 pm #703938Hey Christoph,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoOctober 25, 2016 at 10:36 pm #704025Hi Nikko,
thanks for your answer. I understand that this is no feature at the moment. But is it possible to create a workaround to set the theme setting by manipulating the WP database and/or the files in the file system directly? Do you have any documentation which explains in which DB fields and files the theme settings are stored?
Best, Christoph
October 29, 2016 at 6:57 am #705480Hi,
Unfortunately we don’t have any wordaround atm, also our full documentation is found here: http://kriesi.at/documentation/enfold/
The theme settings should be stored in wp_options table and the option name is avia_options_enfold. Hope this helps :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.