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?

Thumbnails Images Description or image number
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: Thumbnails Images Description or image number
#63083
Thumbnails Images Description or image number 6 Years ago Karma: 0
Hello There ...
I want to enable description or Gallery image numbering on thumbnails as well...Please suggest a way...
Regards..
Last Edit: 2018/05/09 07:18 By sadia.
The administrator has disabled public write access.
 
#63089
Re:Thumbnails Images Description or image number 6 Years ago Karma: 748
Hello,

Open "Style" tab on "ARI Fancy Lightbox -> Settings" page and populate "Custom CSS" parameter with the following value:

Code:


.fancybox-thumbs UL {
counter-reset: fb-thumbs;
}

.fancybox-thumbs UL LI::after {
counter-increment: fb-thumbs; 
content: counter(fb-thumbs);
display: inline-block;
color: red;
width: 100%;
z-index: 99999;
bottom: 0;
font-size: 12px;
        font-weight: bold;
vertical-align: bottom;
text-align: center;
position:absolute;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#63090
Re:Thumbnails Images Description or image number 6 Years ago Karma: 0
Thank You very Much Really appreciate it
The administrator has disabled public write access.
 
Go to topPage: 1