Hi
Thanks for a quick answer. I is Perfect.
Can I remove the box arround the Menu, so it look like it is only standing on the background - or is that too difficult?
Regards
Poul Due
AS Templates
POSTED: 2012-05-16
Hello POULDUE,
Can you please provide us with an URL? We will check.
Regards, AS Team.
PoulDue
POSTED: 2012-05-16
Hi
Thanks. My URL is www.duerne.dk/kaftest2
It is my sandbox, where I'm testing.
Do you need access to the administration
Regards
Poul Due
AS Templates
POSTED: 2012-05-16
Hello POULDUE,
In the styles.php file please find: #header .row1 #topmenu class and delete border attribute, or comment it.
Regards, AS Team.
PoulDue
POSTED: 2012-06-19
Hei
Is it possible to remove the border arround the pictures in the artikels.
(Not the modulpos 12)
Best regards
Poul Due
AS Templates
POSTED: 2012-06-19
Hello POULDUE,
Can You please provide us with the page URL where you would like to remove it? We will check and let you know.
Regards, AS Team.
PoulDue
POSTED: 2012-06-20
Hi
The URL is: http://www.kafevents.org/index.php/registration/entry-form
Best regards
Poul Due
AS Templates
POSTED: 2012-06-20
Hello POULDUE,
In the styles.php file please find the following class and remove the first line:
Thanks. Again A were Quick and usefull answer.
Regards PoulDue
PoulDue
POSTED: 2012-07-17
Hi
Is it possible to get the background from the image slide1.png (Sky) without the humans?
I know there is at background image providet in the psd, but I cant get the right color-tone at the bottom. It becomes too dark.
Regards
Poul Due
AS Templates
POSTED: 2012-07-17
Hello POULDUE,
Go to templates/as002034/images/themes/sky/ bg.body.png
Regards, AS Team
PoulDue
POSTED: 2012-07-17
Hi
I have just got a problem vith a new installation. I use joomla 2.5.6 and now it is'nt possible to import the dump.sql file. Have you heard about that before? I am using Siteground as a host and their cpanel. It tells me that there is no file to import og it is too big
Regards Poul Due
PoulDue
POSTED: 2012-07-17
Hi
About the sql dump. posted 2012-07-17 the second comment.I am very soory that I have disturbed you. Siteground did the work for me. It was something that I did not understand. But everything is fine now. Again thanks
Regards Poul due
PoulDue
POSTED: 2012-08-14
Hi
Sorry to bother you again.
Is there a way to decrease the space between the top menu and the Logo.
my candbox: www.duerne.dk/kafdans
Regards Poul Due
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
Regards, Poul
In the template.css file please look for the following class:
#header .row1 #topmenu
{
background-image: url("../images/bg.topmenu.png");
background-position: left top;
background-repeat: repeat-x;
height: 70px;
margin: 0 auto;
padding: 0;
position: relative;
text-align: center;
text-transform: uppercase;
z-index: 20;
}
You have delete 3 first lines.
Regards, AS Team.
Thanks for a quick answer. I is Perfect.
Can I remove the box arround the Menu, so it look like it is only standing on the background - or is that too difficult?
Regards
Poul Due
Can you please provide us with an URL? We will check.
Regards, AS Team.
Thanks. My URL is www.duerne.dk/kaftest2
It is my sandbox, where I'm testing.
Do you need access to the administration
Regards
Poul Due
In the styles.php file please find: #header .row1 #topmenu class and delete border attribute, or comment it.
Regards, AS Team.
Is it possible to remove the border arround the pictures in the artikels.
(Not the modulpos 12)
Best regards
Poul Due
Can You please provide us with the page URL where you would like to remove it? We will check and let you know.
Regards, AS Team.
The URL is: http://www.kafevents.org/index.php/registration/entry-form
Best regards
Poul Due
In the styles.php file please find the following class and remove the first line:
#colmain #component img
{
border: <?php echo $body_bordersize; ?>px solid <?php echo $main_bordercolor; ?>;
-moz-border-radius: <?php echo $body_borderradius; ?>;
border-radius: <?php echo $body_borderradius; ?>;
}
Regards, AS Team.
Regards PoulDue
Is it possible to get the background from the image slide1.png (Sky) without the humans?
I know there is at background image providet in the psd, but I cant get the right color-tone at the bottom. It becomes too dark.
Regards
Poul Due
Go to templates/as002034/images/themes/sky/ bg.body.png
Regards, AS Team
I have just got a problem vith a new installation. I use joomla 2.5.6 and now it is'nt possible to import the dump.sql file. Have you heard about that before? I am using Siteground as a host and their cpanel. It tells me that there is no file to import og it is too big
Regards Poul Due
About the sql dump. posted 2012-07-17 the second comment.I am very soory that I have disturbed you. Siteground did the work for me. It was something that I did not understand. But everything is fine now. Again thanks
Regards Poul due
Sorry to bother you again.
Is there a way to decrease the space between the top menu and the Logo.
my candbox: www.duerne.dk/kafdans
Regards Poul Due
Try to change in template.css
#header .row2
{
margin: 55px 0;
...
}
for example
#header .row2
{
margin: 10px 0 40px 0;
...
}
Regards, AS Team.