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?

How to modify template in lightbox?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: How to modify template in lightbox?
#14764
How to modify template in lightbox? 12 Years, 11 Months ago Karma: 0
Hi,
I would set a clear and transparent lightbox template (no White background - no black background).
I'm using the ARI module and I'm calling a single image into a custom modules.
I would see my image on the dark-gray semitransparent screen, with a very little close link on right top corner.
thanks
The administrator has disabled public write access.
 
#14766
Re:How to modify template in lightbox? 12 Years, 11 Months ago Karma: 747
Hello,

Could you provide screenshot where we can see how it should look?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14787
Re:How to modify template in lightbox? 12 Years, 11 Months ago Karma: 0
Here it is,
The position of the close button is not important, this is an on page load modal popup so I can close it onclick
Last Edit: 2011/05/12 11:32 By raidnet.
The administrator has disabled public write access.
 
#14794
Re:How to modify template in lightbox? 12 Years, 11 Months ago Karma: 747
Add the next CSS rules to site template file:

Code:


#SLB-Wrapper #SLB-Contenido
{
 border-style: none !important;
}

#SLB-Wrapper #SLB-Top
{
 background-image: none !important;
}

#SLB-Wrapper .SLB-SlideShow #SLB-TopLeft,
#SLB-Wrapper #SLB-Bottom
{
 display: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14796
Re:How to modify template in lightbox? 12 Years, 11 Months ago Karma: 0
As you can see looks like it's not enough

Live view

there is also an inline style with a background color, but I dont' know in which file

<div id="SLB-Background" style="background-color: #fff; width: 600px; height: 456px;"/>

thanks for the quick reply
Last Edit: 2011/05/12 11:43 By raidnet.
The administrator has disabled public write access.
 
#14798
Re:How to modify template in lightbox? 12 Years, 11 Months ago Karma: 747
Add also the next CSS rules:

Code:


#SLB-Wrapper #SLB-TopLeft {
 display: none !important;
}

#SLB-Background
{
 background-color: transparent !important;
}

#SLB-CloseButton
{
 margin: 0 15px !important;
}

#SLB-Wrapper #SLB-Top
{
 height: 16px;
}



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