Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #549553

    Hi,

    Will the the the code added to the functions.php file stay when I update to the latest Enfold?

    http://www.airlinestaffrates.com

    Thanks
    Charlotte

    #549568

    Hello there!

    You should make a backup because you will loose the customization in your functions.php

    Here is how to avoid this in the future: Using a Child Theme

    Good luck!

    #549569

    Ok, thanks.

    BUT
    This was added before in the functions.php file and it is still there after I upgraded to the last version:
    /*
    * add option to edit elements via css class
    */
    // add_theme_support(‘avia_template_builder_custom_css’);

    So I haven´t lost it…

    #549766

    Hi!

    It is part of functions.php file but it is commented out = disabled.
    If you would like to enable it, please remove // in the code so it looks like following

    /*
    * add option to edit elements via css class
    */
    add_theme_support(‘avia_template_builder_custom_css’);


    @agentur-sks
    Thanks :)

    Cheers!
    Yigit

    #549772

    Aha… ok, thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Updating to the latest Enfold’ is closed to new replies.