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

  • Resolved 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 1 year, 2 months ago by eringland.
Viewing 7 replies - 1 through 7 (of 7 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

    nickynick

    (@nickynick)

    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;
    }
    Plugin Author Navneil Naicker

    (@navzme)

    Fixed in ACF Photo Gallery Field version 1.8.1

    Hi @navzme looks like the issue is back. When I click the “edit image” button the backdrop is in front of all elements and covering up the box. Quick fix was to place the background at zero again so it is gone and I can edit the image content. Rest is working fine

    Firefox, latest WP, latest Elementor, latest Plugin.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.