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?

Background Image for Slideshow
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Background Image for Slideshow
#20343
Background Image for Slideshow 12 Years, 6 Months ago Karma: 0
I'm trying to put a background image in for the slideshow so the images will lay perfectly in a graphic I created for the header on the site. Anyway, when I go to the site the background image shows, but the first image loads and the background seems to disappear.

Below is the part of the CSS for the background of the slideshow. What do I need to do to get the background to stay visible so the images are displayed on top of it.

Code:


.ari-image-slider-wrapper
{
margin: 0 auto;
}

body .ari-image-slider-wCtrlNav 
{
margin-bottom: 30px;
}

.nivoSlider {
position:relative;
margin-top: 10px;
margin-bottom: 10px;
background:#fff url(images/slidebg.png) /*url(images/loading.gif)*/ no-repeat 100% 100%;
-moz-box-shadow:0px 0px 0px #333;
-webkit-box-shadow:0px 0px 0px #333;
box-shadow:0px 0px 0px #333;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.nivoSlider a {
border:0;
}

The administrator has disabled public write access.
 
#20351
Re:Background Image for Slideshow 12 Years, 6 Months ago Karma: 747
Hello,

Try to add the next code to "CSS Styles" parameter in module settings:

Code:


{$id}_wrapper
{
 background: transparent url(images/slidebg.png);
}

{$id}
{
 background: transparent none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20370
Re:Background Image for Slideshow 12 Years, 6 Months ago Karma: 0
Thanks for the reply. Unfortunately that didn't seem to solve the problem.
The administrator has disabled public write access.
 
#20371
Re:Background Image for Slideshow 12 Years, 6 Months ago Karma: 747
Provide a link to a page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20374
Re:Background Image for Slideshow 12 Years, 6 Months ago Karma: 0
Last Edit: 2011/10/06 15:13 By themichaelminer.
The administrator has disabled public write access.
 
#20375
Re:Background Image for Slideshow 12 Years, 6 Months ago Karma: 747
If you want to add frame around the slider with help background image, it requires to modify the extension. You can wrap the slider with additional <DIV> HTML element and add background to it. The module uses the next template file:

<joomla_directory>/modules/mod_ariimageslider/tmpl/default.php

Regards,
ARI Soft
Last Edit: 2011/10/06 13:09 By admin.
The administrator has disabled public write access.
 
Go to topPage: 12