Tagged: 

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

    Hi,

    questions to child theme. According to your link you recommend a child theme.
    #https://kriesi.at/documentation/enfold/child-theme/#toggle-id-7

    a) Why is a child theme not included in the whole download package of envato?
    b) Why is in the child theme no code to connect the enfold with enfold-child
    c) Here is a former php code that normally works in enfold. Did you change the workflow and coding??

    functions.php of child theme of an existing installation

    
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    }
    

    Thanks Sven

    #1175442

    d) And why is it not possible to deactivate the child-theme without issues? Never had this before.

    After the deactivation and deinstallation of the child theme via backend everything that was set (the whole look) disappered!
    The styling and content of the classic enfold is now in frontend visible.
    But not what is really set in backend…

    d) UPDATE = Solved!
    Enfold theme optons: delete old CSS- und JS-files? => check
    And delete content in widgets.

    #1175767

    Hi,

    1. You can download a clean child theme from the link you posted.

    2 & 3. You don’t need any additional code.

    Best regards,
    Rikard

    #1176221

    Hi

    Ok. It didn´t work in this case. I´ve done this often before.
    Please look the credentials.

    Thanks

    #1176539

    Hi,

    Thanks for that, I’m not sure what you need help with though? You don’t even have a child theme installed on your site?

    Best regards,
    Rikard

    #1176610

    Hi,

    no deleted the child theme because it doesn´t work. Send you the datas to look at website. Normally I work with child themes.

    Thanks Sven

    #1177979

    Hi,

    Thank you for the update.

    Are you importing the parent theme options after activating the child theme? What is not working when you activate it? Please upload the child theme folder in the themes directory so that we can test it. Don’t forget to create a restore point or a backup just in case.

    Best regards,
    Ismael

    #1178015

    Hi,

    What does this mean?

    Are you importing the parent theme options after activating the child theme?

    Thanks

    #1178267

    Hi,

    It means that you should import the parent theme settings under Enfold->Import/Export. If the settings don’t apply immediately then please try to toggle a theme setting then save. Also make sure that the old CSS and JS files are deleted under Enfold->Performance.

    Best regards,
    Rikard

    #1178601

    Hi,

    thanks. Sounds pretty complicated. As far as I know the child theme installation, it was easy: install the child theme. Finished. And work with it.
    ??

    Best regards Sven

    #1178613

    Hi,

    It’s not really that complicated. After the child theme activation, go to the Enfold > Import/Export panel and click the Import Parent Theme Settings button. Wait for the page to update or refresh and it’s done. Please review the documentation below for more info.

    // https://kriesi.at/documentation/enfold/backup-theme-settings/#import-parent-theme-settings

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.