Tagged: child theme
-
AuthorPosts
-
January 17, 2020 at 2:16 pm #1175433
Hi,
questions to child theme. According to your link you recommend a child theme.
#https://kriesi.at/documentation/enfold/child-theme/#toggle-id-7a) 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
January 17, 2020 at 2:36 pm #1175442d) 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.January 18, 2020 at 7:57 am #1175767Hi,
1. You can download a clean child theme from the link you posted.
2 & 3. You don’t need any additional code.
Best regards,
RikardJanuary 20, 2020 at 8:34 am #1176221Hi
Ok. It didn´t work in this case. I´ve done this often before.
Please look the credentials.Thanks
January 21, 2020 at 4:07 am #1176539Hi,
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,
RikardJanuary 21, 2020 at 9:11 am #1176610Hi,
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
January 24, 2020 at 5:07 am #1177979Hi,
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,
IsmaelJanuary 24, 2020 at 8:16 am #1178015Hi,
What does this mean?
Are you importing the parent theme options after activating the child theme?
Thanks
January 25, 2020 at 8:27 am #1178267Hi,
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,
RikardJanuary 27, 2020 at 9:01 am #1178601Hi,
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
January 27, 2020 at 9:26 am #1178613Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.