Tagged: close button, gallery, missing admin bar, not visible, plugin, supsystic, wordpress
- This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago by
mila_support.
- AuthorPosts
- January 16, 2018 at 07:23 #16363
skilburParticipantWhen 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/k666xd2QThanks!
January 16, 2018 at 08:25 #16364
skilburParticipantActually, 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!
January 17, 2018 at 13:51 #16381
mila_supportMemberHi @skilbur
Thank you for reporting the situation. Your issue was redirected to our developer. I will inform you about the progress.
- AuthorPosts
- You must be logged in to reply to this topic.