Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author bradvin

    (@bradvin)

    That spinner is the loading animation that is shown while the image is loading in the browser. It cannot be turned off.

    Also, you are referring to a feature in FooBox, not FooGallery.

    Thread Starter rrogers

    (@rrogers)

    Yes, FooBox. Thanks for the explanation. This is the first time I’m using the plug-in. I checked again, and apparently the spinning happens in all the gallery lightboxes, but not on every photo in the lightbox. And it doesn’t happen after all the photos have been loaded in the lightbox one time. But when it does happen, I find it unattractive and distracting. To me, it takes away from the look of a sleek gallery.

    I agree. It is clunky, oversized and ugly. Surely a neater one can be used!

    Ah I see it’s an inducement to go Pro – you can choose a better spinner

    Hi,

    you can easyly hide the spinning wheel from lightbox by adding this in the stylesheet of your theme (in styles.css) ;)…

    .fbx-loader {
    display: none;
    }

    Amicalement,

    Pierre.

    And as I saw you use the Divi theme, you can customize yourself the spinning wheel ;).
    by adding this in your styles.css file for example :
    .fbx-loader>div:before {
    font-family: ETmodules;
    content: “\e07c”;
    }

    PS Don’t forget to remove the rule “display:none;” above, if you want to be able to see this “cool” effect ;).

    Amicalement,

    Pierre

    Thread Starter rrogers

    (@rrogers)

    Merci, Pierre. C’est parfait!

    De rien Rachelle ;).

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘how to remove spinning wheel from lightbox’ is closed to new replies.