Hi!
First of all, thanks for the wonderful plugin, I use it on multiple sites.
In my latest site, I’ve run into an issue that boggles my mind. When I create a standard WP gallery within a post or page, the ID of the gallery container in HTML and the ID the CSS is targeting to apply the gallery styles get out of sync. I’ve tracked down that the CSS is counting from 1 (so this part is correct), whereas the IDs in the HTML start counting from the number of how many galleries are in the post. E.g if I insert 5 galleries into a post, the ID of the first gallery would be 6. Meanwhile, CSS is still targeting ID 1, hence no styles are applied and the gallery looks broken. The weirdest part is that on my localhost, everything works fine, both start counting from 1, but in our demo environment I have this issue despite these 2 environments having identical code.
I’ve tried deleting the plugin and installing it again (with a settings reset), but nothing.
I would provide a link to the site, but it’s in our password protected development server and I cannot share access to it publicly.
Any clue what might be causing this?
Thanks for your time.