I would like to use AS Moo Slider and not the one in the template, how can i desactivate it and allow the AS Moo Slider instead?
Thanks
AS Templates
POSTED: 2012-05-25
Hello BEN0IT26,
You don't need inactivate it, the slider will be replaced with the installed extension automatically.
Regards, AS Team.
ben0it26
POSTED: 2012-05-27
When both (module and template) are activate the template show the slider of the module into the slider of the template, you can take a look at it : http://www.bienvenue-sur-internet.com/jupgrade/
Thanks for answer.
AS Templates
POSTED: 2012-05-27
Hello BEN0IT26,
We are sorry, do you mean the background/border?
Regards, AS Team.
ben0it26
POSTED: 2012-05-29
I've simply activate the module choose the slider position, and thats what it does theres no parameter change now, as you see the box still there when its supposed to be the MooSlider, so how can i remove the box to let only the MooSlider show.
Thanks
AS Templates
POSTED: 2012-05-29
Hello BEN0IT26,
Now we understand the problem, please make a small changes in the slider.css file, which can be found in templates/as002032/slider/css folder,
in the following class:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Thanks
You don't need inactivate it, the slider will be replaced with the installed extension automatically.
Regards, AS Team.
Thanks for answer.
We are sorry, do you mean the background/border?
Regards, AS Team.
Thanks
Now we understand the problem, please make a small changes in the slider.css file, which can be found in templates/as002032/slider/css folder,
in the following class:
#slideshow {
background-image: url("../../images/bg.slideshow.png");
background-repeat: no-repeat;
float: none;
height: 280px;
margin: 0 1px;
overflow: hidden;
padding: 0;
position: relative;
width: 1000px;
}
please replace it with the following:
#slideshow {
float: none;
height: 280px;
margin: 0px auto;
overflow: hidden;
padding: 0;
position: relative;
width: 1000px;
}
Regards, AS Team.