Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #29517

    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.

    #140865

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

    #163466

    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

    #163530

    Hi!

    Since v2.1 you just need to click a button on the theme option page (Enfold > General Settings)

    Regards,
    Peter

    #163541

    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

    #163542

    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

    #163666

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘AUTOMATIC UPDATE UNDESIRABLE’ is closed to new replies.