Hello, I just bought the full version of this template, including AS Menu und AS ArtSlider.
I have a problem with the AS Menu, even if I change the parameters for the color or the size of the font, it won't change anything in the template.
The Menu always apperas black and blue.
Second Problem:
Where exactly can I change the size (height) of AS-Position-5?
I can change the size of the boarder for the pictures in the options of ArtSlider (Slider Options). But it seams to be, that the size of AS-Position-5 is fixed.
Could you please give me a hint, how to solve this two issues?
You can try my site here: http://new.safasio.ch
Many Thanks, great works!
Cheers, Marc
AS Templates
POSTED: 2014-03-10
Hello ANNELER,
1. It is because the menu is specially designed for this template, you can't rewrite some of parameters but you can change them in the new.safasio.ch/templates/as002055/css/ext.asmenu.css file.
2. The position 5 height is depends on the Height parameter in the AS ArtSlider module -> Slider Settings panel.
Regards, AS Team.
anneler
POSTED: 2014-03-11
Hello there,
Thanks a lot for your help. So I will change the parameters for the menu in the css.file you named me.
About the ArtSlider Height Parameter:
If I change the height from 50% to 100%, the height is increasing for the position - Correct.
But, if I reduce it to for example to 10%, as I did now, there is still at least the same height remaining white under the picture, before the next position 2 start.
You can see the effect on my site now. I will leave it on 10%, until you can provide me a answer. Hopefully you will find the bug.
Thanks a lot
Marc
AS Templates
POSTED: 2014-03-11
Hello ANNELER,
The current version is designed to have min height of 200px, as well we used min-height property which is 453px, you can change it by editing tmpl.default.css file 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
I have a problem with the AS Menu, even if I change the parameters for the color or the size of the font, it won't change anything in the template.
The Menu always apperas black and blue.
Second Problem:
Where exactly can I change the size (height) of AS-Position-5?
I can change the size of the boarder for the pictures in the options of ArtSlider (Slider Options). But it seams to be, that the size of AS-Position-5 is fixed.
Could you please give me a hint, how to solve this two issues?
You can try my site here: http://new.safasio.ch
Many Thanks, great works!
Cheers, Marc
1. It is because the menu is specially designed for this template, you can't rewrite some of parameters but you can change them in the new.safasio.ch/templates/as002055/css/ext.asmenu.css file.
2. The position 5 height is depends on the Height parameter in the AS ArtSlider module -> Slider Settings panel.
Regards, AS Team.
Thanks a lot for your help. So I will change the parameters for the menu in the css.file you named me.
About the ArtSlider Height Parameter:
If I change the height from 50% to 100%, the height is increasing for the position - Correct.
But, if I reduce it to for example to 10%, as I did now, there is still at least the same height remaining white under the picture, before the next position 2 start.
You can see the effect on my site now. I will leave it on 10%, until you can provide me a answer. Hopefully you will find the bug.
Thanks a lot
Marc
The current version is designed to have min height of 200px, as well we used min-height property which is 453px, you can change it by editing tmpl.default.css file the following class:
#slider-row .container {
background: none repeat scroll 0 0 #FFFFFF;
min-height: 453px;
padding: 0 35px;
position: relative;
}
Regards, AS Team.