Viewing 2 replies - 1 through 2 (of 2 total)
  • It is a styling conflict with themes which can be solved by a tiny edit of the CSS of the plugin.

    In your dashboard, select Plugins > Editor. In the editor, select the plugin. In the plugin, select buddypress-sliding-login-panel/style.css

    Look for this line near the top:

    #iRToppanel{ position:absolute;top:0;left:0; width:100%;z-index:999

    and just increase the z-index to something like 3000 to bring it to the front.

    #iRToppanel{ position:absolute;top:0;left:0; width:100%;z-index:3000

    Thread Starter llud

    (@llud)

    thanks you very much wadsworth.

    fixed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: BuddyPress Sliding Login Panel] Sliding login panel scrolls ''behind''’ is closed to new replies.