Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Loading gif
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: Loading gif
#65580
Loading gif 4 Years, 7 Months ago Karma: 0
Hello Is it possible to change the loading graphic? I want to insert my own gif, but i didnot find any graphics in the folders
mqs
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#65582
Re:Loading gif 4 Years, 7 Months ago Karma: 748
Hello,

Loading spinner is created with pure CSS. If you want to use a gif file as spinner, open "ARI Fancy Lightbox -> Settings -> Style" page and populate "Custom CSS" parameter with the following code:

Code:


body .fancybox-loading {
    animation: none !important;
    background: url(GIF_SPINNER_URL) center/cover no-repeat;
    border-style: none;
}



Just replace GIF_SPINNER_URL with URL to GIF file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65587
Re:Loading gif 4 Years, 7 Months ago Karma: 0
thank you its working fine!
mqs
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1