Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #941309

    I’ve created a site with the Enfold Theme, and would now like to activate a Child Theme. (I didn’t release previously that I should have done it) Will this have an effect on all the work I have done on my site? I have not customised the style.css or other core files. I’ve only used the editor.

    #941572

    Hey mycolourisred,

    Here is the info on how to do it

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #941767

    Hi

    Thank you. But it doesn’t answer my query, which was whether it would impact any of the work I had already done on my site. I have not customized the style.css or other core files.

    Thanks in advance.

    #941786

    Hi,
    Glad to hear you want to use a child theme, you will find this is a good move once you decide to make any custom modifications to the theme.
    To answer your question, adding a child theme will not have any impact on your site.
    You will want to take a couple of steps, 1: please export your theme settings at: Enfold Theme Options > Import/Export > Export Theme Settings File
    2: once you install your child theme, please import your parent theme settings at:
    Enfold Theme Options > Import/Export > Import Settings from your Parent Theme
    Then you’ll need to re-set your menu options and any other WordPress theme specific options that are tied to which theme you are using.
    Finally, sometimes it is necessary to save your theme options one more time, to encourage the settings to be saved and activated in the /wp-content/uploads/dynamic_avia/ folder.

    Best regards,
    Mike

    #949506

    Hi Enfold team,

    While using GTM and updating the enfold theme I realized that the GTM code gets written over in the header.php file since I did not create a child theme.

    Unfortunately I have spent the last few months finalizng our website and now am concerned that if I create a child theme will I lose all the customization done on the parent theme.

    I have read the above thread as well as the following links:
    https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme

    I have a few questions:
    1. Should the first step towards setting up a child theme be exporting the theme settings onto my laptop ?
    2. How will the content on my webage and layout move to the child theme?
    3. Should I be using the plugin as recommended in the codex link for this purpose?

    Guidance would be helpful.
    Thanks
    Garima

    #949509

    Hi,
    To answer your question, Please use our pre-built child theme
    You will want to take a couple of steps, 1: please export your theme settings at: Enfold Theme Options > Import/Export > Export Theme Settings File to your computer, this is just for backup.
    2: Once you install your child theme, please import your parent theme settings at:
    Enfold Theme Options > Import/Export > Import Settings from your Parent Theme
    Then you’ll need to re-set your menu options.
    Finally, sometimes it is necessary to save your theme options one more time, to encourage the settings to be saved and activated in the merged /wp-content/uploads/dynamic_avia/ folder, a simple way to do this is to go to General Styling > Quick CSS field and place a space in the field so the theme options “Save all changes” button is clickable.

    Best regards,
    Mike

    #949537

    Hi Mike,
    Thanks for your reply.

    So are you suggesting I go as per the video suggests of uploading the child theme functions.php and style.css files to the wordpress site instead of using the plugin?

    Thanks

    Garima

    #949587

    Hi MIke,

    I used the Child Theme Configurator plugin to create a child theme successfully.

    However, while everything else seems to be working perfectly the contact form 7 that I was using on the signup section and in the popup on the home page is not working. I have checked the contact form and everything seems to be in order.

    I would really appreciate your guidance on the above.

    Thanks

    Garima

    #949759

    Hi,
    It looks like the error you are getting is “wpcf7-form failed novalidate” Perhaps this will help: CF7 FAQ about Configuration Validator
    If you are still having trouble, Please open a new thread so we can assist, we will want to have admin login, but as this is not your thread your login info will not be private.
    In your new thread please provide admin login info and detail your issue.

    Best regards,
    Mike

    #949886

    Hi MIke,

    Thanks for your reply.
    I have managed to fix the issue. Just needed to insert the following snippet in functions.php and resertup the WPmailSMTP plugin.
    function change_cf_from() {
    return ” (Email address hidden if logged out) “;
    }
    add_filter(‘avf_form_from’, ‘change_cf_from’, 10);

    Thanks for your support.
    Garima

    #949925

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Child theme’ is closed to new replies.