Close button needs repositioning when WP admin bar is present

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16363

    skilbur
    Participant

    When the gallery has been launched and you are logged into WordPress, the close button is no longer visible, because the admin button covers it. My client noticed this and it was pretty embarrassing. it’s an easy fix, using jquery, you can just adjust the top position in css by 28px when the admin bar is present. I will be hacking it for now in my local copy, but please let us know when you have a patch for this or if there is a setting or something I’m unaware of. But I have authored many plugins and have 20 yrs of full stack programming experience. And my guess is this went unnoticed, because you have to have large enough images on a small enough monitor to see it.

    Screenshot:
    https://screencast.com/t/k666xd2Q

    Thanks!

    #16364

    skilbur
    Participant

    Actually, I found the best way to patch this in my own css was like this:

    #wpadminbar ~ #pbOverlay {
        top: 28px;
    }

    But I think the author(s) of this plugin should update the css in the plugin to handle this same issue.

    Thanks!

    #16381

    Hi @skilbur

    Thank you for reporting the situation. Your issue was redirected to our developer. I will inform you about the progress.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts