This topic has 16 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
After the latest update, our child theme is not recognized by your theme. We are unsure on what the issue is. We’ve created a cloned version of the Teakini site. After the update made using the Envanto Toolkit plugin, the updated theme no longer recognized the child theme.
Please advise,
Etienne
We are also experiencing some formatting errors on the checkout page, which were not happening until the update.
Hello,
The credentials are incorrect.
Please check them. Also please provide us with FTP login details.
Thank you.
Regards,
Eva Kemp.
Sorry about that. Here you go.
Hello,
Have you updated the theme to 1.2 version?
Please do this and update Woocommerce plugin as well after that.
Thank you.
Regards,
Eva Kemp.
I went to Themeforest, downloaded your 1.2 theme for WooPress, downloaded “easy theme and plugin updates”, uploaded the new theme, updated WooCommerce and the issues are still occurring. However, when I go to Theme options, it says that the version of my theme is 1.1 and not 1.2. I have repeated the process 3 times.
Issues still occurring:
Theme is not recognizing child theme
Checkout cart format is all messed up
Hello,
I’ve cleared cache of the site via FTP and disabled cache plugin.
Now Checkout page is working fine:
http://imgur.com/YjuWC70
Please clear your browser cache or check with another browser.
You have 1.1 version in Theme Options, because you’re using child theme and it has 1.1 version written in style.css file in woopress-child folder.
Thank you.
Regards,
Eva Kemp.
Yes it seems that the check out page is working fine now, but the child theme edits are still not being reflected.
Thanks for resolving the checkout page issue.
Is there any new insight on this matter?
Hello,
Could you please specify what the exact modifications aren’t taking effect?
Thank you.
Regards,
Eva Kemp.
None of them are taking effect ever since the theme update. If you login and go to appearance>editor you will see nothing is taking effect.
Hello,
I’ve edited the code in functions.php file of the child theme.
Please check your site now.
Regards,
Eva Kemp.
Yes it looks like that resolved the issue. Thank you so much. Can you tell me what you added to the functions.php file of the child theme? This is simply a cloned site and I would like to add it to the master.
Thanks,
Etienne
Hello,
I’ve added this code in functions.php file:
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
Thank you.
Regards,
Eva Kemp.
Thank you very much.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘After Latest Update, Child Theme is not Recognized’' has been successfully resolved, and the topic is now closed for further responses