-
Author
-
May 21, 2017 at 23:59 #162210maxlevelParticipant
After updating the Kleo theme to 4.2.5 the child theme stopped working. Only white pages are shown. It works with the Kleo theme but not with the child. Any idea what could be the reason?
May 22, 2017 at 15:59 #162291LauraModeratorHello, do you have any custom function at the child theme or edited theme files there?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 24, 2017 at 19:02 #162603maxlevelParticipantThe problem was the additional text in the functions.php file that the kleo support forum suggested to include in order to make BuddyPress work on WPEngine. I deleted the code, and now it works.
Could you check if this is an outdated code (the error message occurred for the first row) and if there is a current one to use:
/* =================== Kleo Make Buddypress compatible with WPengine ==========================*/
add_action( ‘wp_enqueue_scripts’, ‘load_buddypress_js’ );
function load_buddypress_js () {
if (bp_is_group() || is_page( ‘activity’ )) {
wp_enqueue_script(‘buddypress_query’,plugins_url() . ‘/buddypress/bp-core/js/jquery-query.min.js’,array(“jquery”));
wp_enqueue_script(‘buddypress_members’,plugins_url() . ‘/buddypress/bp-core/js/widget-members.min.js’,array(“jquery”));
wp_enqueue_script(‘buddypress_cookie’,plugins_url() . ‘/buddypress/bp-core/js/jquery-cookie.min.js’,array(“jquery”));
wp_enqueue_script(‘buddypress_scroll’, plugins_url() . ‘/buddypress/bp-core/js/jquery-scroll-to.min.js’, array(“jquery”));
wp_enqueue_script(‘buddypress_js’,get_template_directory_uri() . ‘/buddypress/js/buddypress.min.js’,array(“jquery”));
}
}(Note: Until now I could always enable or disable BuddyPress without getting the error.)
Thanks,
RudolfMay 26, 2017 at 01:46 #162702LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 29, 2017 at 17:33 #162901RaduModeratorHi,
The snippet’s no longer needed at this time
You can delete it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 10, 2017 at 22:37 #163936maxlevelParticipantThe Kleo documentation still recommends to put that snippet in the functions.php file. That should be removed.
Thanks for telling me though!June 13, 2017 at 16:49 #164170RaduModeratorWE will update the documentation
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.