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?

thumbnail border color / width
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: thumbnail border color / width
#3889
thumbnail border color / width 14 Years ago Karma: 0
I just purchased Fancybox thinking I could specify a border color / border width for the thumbnail images. Is there a way this can be done? If not, is it on the product roadmap? Am I eligible for upgrades?
The administrator has disabled public write access.
 
#3891
Re:thumbnail border color / width 14 Years ago Karma: 747
Hello,

You can specify the following CSS rule in template CSS file, for example:

Code:


.afancybox-image IMG 
{
  border: 3px solid red;
}



It creates red border around thumbnails with a width equal to 3 pixels.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3905
Re:thumbnail border color / width 14 Years ago Karma: 0
I tested the code you sent and it worked. I am not a programmer but tried the "Color" label to get the box to be a specific color (#A19E3A) to match my site's border color.

.afancybox-image IMG
{
border: 10px solid;
color: #A19E3A;
}

The code above gives me a 10px bright blue box around my imaes, it will not user the "color: #A19E3A;" code?

Also, how do I turn off the Thumbnail Tile (when loaded from CSV) but enable/retain the title in the fancybox?



Thanks,
Dave
Last Edit: 2010/04/23 03:26 By DPilling.
The administrator has disabled public write access.
 
#3906
Re:thumbnail border color / width 14 Years ago Karma: 747
Regarding question about border, use the following CSS rule:

Code:


.afancybox-image IMG 
{
  border: 10px solid #A19E3A;
}



Regarding thumbnails title, you can add the following CSS rule:

Code:


TABLE DIV.afancybox-title
{
  display: none;
}



Or if you can wait, we'll improve 'Simple gallery' layout type that it provides ability to set these parameters in module settings within 24 hours.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3912
Re:thumbnail border color / width 14 Years ago Karma: 747
We have updated 'ARI Fancybox' extension, and now it provides ability to select border parameters and hide title on module settings page. Download it in 'Member Area' and upgrade 'ARI Fancybox' module and 'System - ARI Fancybox Anywhere' plugin, please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3919
Re:thumbnail border color / width 14 Years ago Karma: 0
I'd love to see the following Fancybox enhancements:

Image Formatting:
Thumbnail Border width (px): If set to 0, no border needed
Thumbnail Border color:
Thumbnail Autofill (Yes, No) (*see requirements below)
Fancybox Border width (px) : If set to 0, no border needed
Fancybox Border color:

* Autofill:
If I have a matrix of thumbnails and Thumbnail Autofill is enabled, it will create a "box" to fill the empty matrix spaces based on the color of the Thumbnail Border color.
Use case: I have a matrix of 15 images set (ex: 3 rows X 5 colums) but I only have 13 images in my directory. Fancybax will autofill the two extra spaces with solid boxes the color of my thumbnail border


CSV File Enhancements:
Thumbnail Title: (Options - None, Title only, all fields in CSV)
Fancybox Title: (Options - None, Title only, all fields in CSV)

Layout:
Thumbnail Row Count: Force number of rows *

* Some type of scroll - forward/back arrows will need to be put in place if matrix size is larger that display size

Thanks !

Dave
The administrator has disabled public write access.
 
Go to topPage: 12