This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #162210
     maxlevel
    Participant

    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?

    #162291
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #162603
     maxlevel
    Participant

    The 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,
    Rudolf

    #162702
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #162901
     Radu
    Moderator

    Hi,

    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 solution
    #163936
     maxlevel
    Participant

    The Kleo documentation still recommends to put that snippet in the functions.php file. That should be removed.
    Thanks for telling me though!

    #164170
     Radu
    Moderator

    WE 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
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?