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?

About borders of the table that display thumbnails
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: About borders of the table that display thumbnails
#8591
About borders of the table that display thumbnails 13 Years, 5 Months ago Karma: 0
Hello,
Where i can find in CSS the table border, i want to remove it . Thank you.
The administrator has disabled public write access.
 
#8592
Re:About borders of the table that display thumbnails 13 Years, 5 Months ago Karma: 747
Hello,

Could you specify what table you mean? Do you use 'Simple gallery' layout type? Could you provide link to page where can see this issue?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8593
Re:About borders of the table that display thumbnails 13 Years, 5 Months ago Karma: 0
Thank you for this quick answer.
Sorry , my bad, the atached file was too small . Here is bigger one and the table is :

Code:

<table width="100%" class="prettyphoto-simple-table  ari-theme-shadow" cellPadding="0" cellSpacing="0">


Last Edit: 2010/11/11 12:39 By decorientale.
The administrator has disabled public write access.
 
#8594
Re:About borders of the table that display thumbnails 13 Years, 5 Months ago Karma: 747
Add the following CSS rule to site template CSS file:

Code:


TABLE.prettyphoto-simple-table
{
  border-width: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8596
Re:About borders of the table that display thumbnails 13 Years, 5 Months ago Karma: 0
I was done that before this thread, no results, even with
Code:

{ border: none; }
. The result are this
Code:

#8099b3
color border. My bet was on a override on site main template css. Followed that trail and remove it, with Firebug that pointed me that.Thank you for your time and quick response.
I know this is a another thread but i'l give the shot: May I sugest putting in distribution package the psd files for buttons in case of user translations ? Or a text over empty button that could take valors from language files (modded when install) to reflect template language ?
Again, awesome support, thanks.
The administrator has disabled public write access.
 
#8598
Re:About borders of the table that display thumbnails 13 Years, 5 Months ago Karma: 747
The extension is based on Pretty Photo jQuery plugin. Unfortunately this plugin doesn't provide PSD sources, but you can contact plugin developer and request sources.

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