Support » Plugin: ACF Photo Gallery Field » Backdrop infront of dialog box when editing photos

  • eringland

    (@eringland)


    Hi,

    When I try and edit the photos to add links, I can’t interact with the box due to the acf-gallery-backdrop element. I have to inspect the element and add display:none to interact with the box.

    Working with WordPress 6.0.2

    • This topic was modified 6 months ago by eringland.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Navneil Naicker

    (@navzme)

    Hello,

    I don’t exactly remember when but I think it was last year when someone reported the same issue and it was fixed. The issue was happening in Safari on Mac. Are you using Mac and Safari browser too?

    Please also see if you have the latest version of the ACF Photo Gallery Field plugin which is currently 1.8.0

    Thread Starter eringland

    (@eringland)

    Hi, I just updated to the latest version and the issue is still there.

    I’m on a PC using FireFox

    Hello,

    Thanks a lot for this plugin!

    I am having the same issue. For the .acf-gallery-backdrop the z-index is set to 9999.

    Hope this helps.

    Plugin Author Navneil Naicker

    (@navzme)

    @nickynick – I’m still not able to replicate this issue from my end. Can you assist me please. Can you change .acf-gallery-backdrop z-index to 99999. Does that resolve the issue for you?

    This is what I ended up doing :

    /* bug fix acf gallery */
    .wp-admin .acf-gallery-backdrop {
    	z-index: 0;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.