Tagged: automatic update
Kriesi, how can I disable the automatic update of the ENFOLD theme? Automatic Updates of ENFOLD theme are giving me problems and extra work because remove the mark from my client and settings and put the brand enfold the website without any notice. Need to address urgently.
Hi,
add following code to the theme functions.php file – I’d recommend to insert it into the child theme functions.php or at the very beginning of the parent theme functions.php after the <?php opening tag.
add_theme_support('avia_manual_updates_only');
It looks like it worked with that line inserted:)
I currently don’t use child theme. How can I enable child theme and transfer all settings from main theme to child?
Matej
Hi!
Since v2.1 you just need to click a button on the theme option page (Enfold > General Settings)
Regards,
Peter
Hum… I’m using 2.2 but I don’t have that option…
What is the correct procedure to upgrade the template, just FTP the new folder over the old one or delete the old one and copy new?
Matej
Hi dude,
must i rename the files in my childtheme, before i click the button “import parent theme”.
for example – my childthemefiles got the same name like in the parenttheme ? i don`t want that they overwrite!
maybe rename style.css in customstyle.css?
Thanks
carsten
Hi!
Watch this video for a how-to of getting started with your own Child Theme:
Note that there is a download for the child theme from Kriesi below the video: http://kriesi.at/files/enfold-child.zip
Best regards,
Devin