Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1332385
    copdc
    Participant

    I added the following to my functions.php in x-child. Then the dashboard and site did not load. Only white screens. Removed from functions.php and still white screens thus no login screen, etc. Locked out.

    add_filter(‘ups_sidebar’, ‘force_bbpress_sidebar’, 20);

    function force_bbpress_sidebar ( $sidebar ) {
    return x_is_bbpress() ? ‘MY_SIDEBAR_ID’ : $sidebar;
    }

    FTP follows

    #1332388
    copdc
    Participant
    This reply has been marked as private.
    #1332422
    copdc
    Participant
    This reply has been marked as private.
    #1332427
    copdc
    Participant
    This reply has been marked as private.
    #1332490
    copdc
    Participant

    I resolved this for the time being. You may close this request. Thx

    #1332514
    Joao
    Moderator

    Thanks for letting us know,

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1332385 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>