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?

Editing the plugin
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: Editing the plugin
#62300
Editing the plugin 6 Years, 8 Months ago Karma: 0
1. Tell me how to put fancybox-thumbs under the picture, not on the right?

2. And I want the picture to show ads. Where can I insert the ad code? In which particular file?
The administrator has disabled public write access.
 
#62301
Re:Editing the plugin 6 Years, 8 Months ago Karma: 754
Hello,

1. You can add the following CSS rules to "Custom CSS" parameter from "Style" tab on "ARI Fancy Lightbox -> Settings" page:

Code:


@media screen and (min-width: 800px) {
  body .fancybox-thumbs {
    bottom: 0;
    top: auto;
    height: 100px;
    width: 100%;
  }

  body .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 100px;
  }

  body .fancybox-thumbs>ul>li {
    height: 96px;
  }
}



You can modify the code for your needs.

2. Sorry, it is out of support. This requires creating of custom javascript code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#62303
Re:Editing the plugin 6 Years, 8 Months ago Karma: 0
Now OK!
But if you look at the phone, it is still on the right
The administrator has disabled public write access.
 
#62306
Re:Editing the plugin 6 Years, 8 Months ago Karma: 754
Could you provide a link to a page where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1