• Resolved iCanvas

    (@unison123)


    Hi, thanks for the great plugin!

    Is there a way to permanently remove the white box with arrows that shows briefly on loading? It goes away after loading the gallery, but you see it for a split second. Here is what it looks like: https://prnt.sc/riwxm5

    Help is very much appreciated, thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steve Truman

    (@a3rev)

    Hello @unison123,

    Thanks for the link where I can see the issue.

    Your theme is overriding the style of Dynamic Galleries back and forward arrow icon, and that is why you are seeing it load like that.

    You can ‘fix’ that by adding the below custom CSS to your theme. Best way to do that is go to the Customizer menu and add it in the > Additional CSS control on the customizer menu (its usually at the bottom. Just copy and paste this code into it

    .a3-dgallery .a3dg-forward, .a3-dgallery .a3dg-back {
    position: absolute !important;
    }

    Please do that and if you would not mind updating the status of this ticket to ‘Resolved’ if it works for you. Please clear any site caching before you check to see if it is working.

    Please let me know if it does not work for you.

    Steve

    Thread Starter iCanvas

    (@unison123)

    Thanks Steve!

    Working great

    • This reply was modified 4 years, 8 months ago by iCanvas.
    Plugin Author Steve Truman

    (@a3rev)

    Hi @unison123

    Thank you for letting me know and changing the status to resolved.

    Steve

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to permanently remove white box with arrows that shows on loading’ is closed to new replies.