Is it possible to add links into slider images??? or i have to find other jquery slider and replaced it?
AS Templates
POSTED: 2011-11-16
Sorry, the slider in this template doesn't have such option, it should be developed.
maricladislav
POSTED: 2011-12-08
Hi, can you please give me an advice how or where to change the position of the positions. For example I want to make smaller the spaces between position-1 and slider and also between slider and position 0. Is there any way how to change it? How to change the positions of the module position? My webpage url is www.futbalovaeuropa.sk. Thanks
AS Templates
POSTED: 2011-12-08
The height between position-1 and slider you can change in the template.css file, please find the following (it should be online 260) and change the margin from 50px to ....
Thank you for your answer. It works for making smaller the position between position-1 and slider but not for slider and position-0. Do you have any other idea where to change it? I´ve tried to change the margin values in every row, but it has no effects to the mentioned space between slider and position-0 (breadscrumbload). Thanks for any other advice.
AS Templates
POSTED: 2011-12-09
You have change the height in the slider.css file:
Hi I´ve tried to change the background for my template so I put code background-image: url(../images/background.jpg); in template.css in the body part. But this address ../images/backgorund.jpg refers to the directory in templates/as002032/images folder in which I am not able to copy any images (total commander says me that i have no permissions to copy there anything, and i cant change the attributes to this folder because i got an error message ”cannot change attributes of remote files”). Can you please give me advice how to put there address which will refer to the directory in root folder images/ and not in template folder itself. thanks
AS Templates
POSTED: 2011-12-13
Try to upload images in main Joomla images folder using Joomla media manager, then change the path to:
background-image: url(../../../images/background.jpg)
maricladislav
POSTED: 2012-03-19
Is it possible to disalbe the built-n slider on some pages. I know that there is a possibility to show to on home page or in all pages, but is it possible to hide it on selected pages?
AS Templates
POSTED: 2012-03-19
Hello maricladislav,
That's impossible, in your case you have to install additional slider.
Regards, AS Team.
maricladislav
POSTED: 2012-06-12
Hi, can you please help me where can I change the background for the login in position-45. If you look at my webpage futbalovaeuropa.sk, you can see there if I wan to click in Login form on "create new account (Vytvorit ucet)" then the background. I want to change this but I don know exactly where. Is it also possible to change the space between Main Menu items? Where? thx for your answers.
AS Templates
POSTED: 2012-06-12
Hello MARICLADISLAV,
1. You have to edit the background image 'bg.li.hover.right.png' which can be found in the templatesas002032images hemescustom folder.
2. The space between menu items can be edited in the template.css file, please look for the following class: #header .row2 #topmenu ul.menu li
attribute: border-left: 2px solid transparent;
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
#header .row2 {
background-image: url(”../images/bg.header.row2.png”);
background-repeat: repeat-x;
height: 119px;
margin: 0 0 50px;
padding: 0;
text-align: left;
width: 100%;
}
The space between the slider and position-0 you can change in the same file on line 440 please find the following:
#header .row3 {
margin: 0 0 25px;
overflow: hidden;
padding: 0;
text-align: left;
width: 100%;
}
and replace the margin from 25px to ....
#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;
}
as well edit the bg.slideshow.png file.
background-image: url(../../../images/background.jpg)
That's impossible, in your case you have to install additional slider.
Regards, AS Team.
1. You have to edit the background image 'bg.li.hover.right.png' which can be found in the templatesas002032images hemescustom folder.
2. The space between menu items can be edited in the template.css file, please look for the following class: #header .row2 #topmenu ul.menu li
attribute: border-left: 2px solid transparent;
Regards, AS Team.