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?
#16053
Re:How to modify template in lightbox? 12 Years, 9 Months ago Karma: 746
Do you want to show next and prev button from fancy black theme under the lightbox without borders and description?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16056
Re:How to modify template in lightbox? 12 Years, 9 Months ago Karma: 0
yes, thanks
The administrator has disabled public write access.
 
#16080
Re:How to modify template in lightbox? 12 Years, 9 Months ago Karma: 746
Try to use the next CSS rules:

Code:


body #SLB-Wrapper.sexy-theme-fancy #SLB-Navegador #SLB-Caption 
{
 display: none;
}

body #SLB-Wrapper.sexy-theme-fancy #SLB-Bottom.SLB-bbnav 
{
 bottom: -60px;
}

body #SLB-Wrapper.sexy-theme-fancy #SLB-Top
{
 display: none;
}

body #SLB-Wrapper.sexy-theme-fancy #SLB-Contenido
{
 border-style: none !important;
}

body #SLB-Wrapper.sexy-theme-fancy #SLB-Top
{
 background-image: none !important;
}

body #SLB-Wrapper.sexy-theme-fancy .SLB-SlideShow #SLB-TopLeft
{
 display: none !important;
}

body #SLB-Wrapper.sexy-theme-fancy #SLB-TopLeft {
 display: none !important;
}

body #SLB-Wrapper.sexy-theme-fancy #SLB-Background
{
 background-color: transparent !important;
}

body #SLB-Wrapper.sexy-theme-fancy #SLB-CloseButton
{
 margin: 0 15px !important;
}

body #SLB-Wrapper.sexy-theme-fancy #SLB-Top
{
 height: 16px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16090
Re:How to modify template in lightbox? 12 Years, 9 Months ago Karma: 0
it's OK
Thanks
Last Edit: 2011/06/14 13:04 By raidnet.
The administrator has disabled public write access.
 
#16091
Re:How to modify template in lightbox? 12 Years, 9 Months ago Karma: 746
This problem with custom CSS rules which you entered before. Add the next CSS rule:

Code:


#SLB-Wrapper.sexy-theme-fancy #SLB-Bottom 
{
 display: block !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16093
Re:How to modify template in lightbox? 12 Years, 9 Months ago Karma: 0
OK, and now How I can change the arrows buttons images?
I dont't find the file, I see only one file:
/modules/mod_arisexylightbox/includes/js/sexyimages/fancy_black/bgSexy.png
The administrator has disabled public write access.
 
Go to topPage: 1234