Activity

  • Jamie replied to the topic Profile Links in Mobile in the forum BuddyBoss 3.0 10 years, 1 month ago

    For the login/logout within an iframe or thickbox window issue, I found the instructions to fix…

    You have to do it after each WordPress upgrade – but it works:

    1) open wp-includes/default-filters.php
    2) find “frame”
    3) you’ll find two lines:

    add_action( ‘login_init’, ‘send_frame_options_header’, 10, 0 );
    add_action( ‘admin_init’, ‘send_frame_options_header’, 10, 0 );

    4) comment those lines out, upload the file again and it will work, after the cache has been refreshed.

    – Please note – my other issue with the opening/closing the menus on touch devices is still an issue and need help – don’t really know what to search for to find a fix.