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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

customize left and right arrows
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 12
TOPIC: customize left and right arrows
#62673
customize left and right arrows 6 Years, 9 Months ago Karma: 0
I can't figure out how to either style or change the arrows and their box backgrounds. I would appreciate either CSS selectors or whatever option can help me
The administrator has disabled public write access.
 
#62674
Re:customize left and right arrows 6 Years, 9 Months ago Karma: 760
Hello,

Could you provide a link to a page with the lightbox? According to the screenshot, it looks like a style conflict.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#62678
Re:customize left and right arrows 6 Years, 9 Months ago Karma: 0
In development
wp.joefisherstudio.com/index.php/recent/

Since posting I have modified the CSS and added your jQuery mod for iPhone touch to get out of lightbox.
The administrator has disabled public write access.
 
#62679
Re:customize left and right arrows 6 Years, 9 Months ago Karma: 0
can't seem to add pictures, trying again
The administrator has disabled public write access.
 
#62680
Re:customize left and right arrows 6 Years, 9 Months ago Karma: 0
File Attachment:
File Name: fancyBox_CSS_mod.txt
File Size: 1202
The administrator has disabled public write access.
 
#62693
Re:customize left and right arrows 6 Years, 9 Months ago Karma: 760
Add the following CSS rule to center description:

.fancybox-caption-wrap>* {text-align:center}

The following to show navigation bottom at top position on small screens:

@media screen and (max-width: 799px) {
body .fancybox-navigation button {
top: 60px;
}
}

If you want to show close button, open "Lightbox" tab on "ARI Fancy Lightbox -> Settings" page and enable "Show buttons" parameter. You can disable all buttons except "Close" in "Buttons" parameters section.

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