Hey AS-Team,
why must i use your Quick-Start-Installation? I will my own fresh Joomla!-Installation with your template using!
your quick-start-install is for me the missing documentation, a test for look in the parameters/settings.
Normal is, fresh joomla!-install then template install!
I have pay the template, not a complete joomla-install. i can not say, which code your changed from Joomla!.
please contact me via email.
regards,
sven
AS Templates
POSTED: 2013-11-19
Hello SSOFTSCH,
The Modules Configuration Table you can preview on the following page:
The source code examples of all modules you can receive by installing the quick-start installation package. Sorry, there is no other way for providing the source code examples.
I want to remove google maps with contacts. I have uninstalled the plugin .
I have lost the card, but the space on the page does not. HELP
Look at: rienvanwestreenen.nl/inribo button: profiel
Regards,
Rien van Westreenen
AS Templates
POSTED: 2013-11-21
Hello WESTREER,
You have to edit your contact page by deleting all content from Miscellaneous Information, the contact page you can find in your joomla admin panel -> components -> contacts -> contacts -> contact us.
Good morning. My intention is change background color de first part to principal page. I know that this is posible in css/style.default.css , but, please, i need de secuence of pantone color. I think the pantone number is 2B3742, but i dont see in css/style.default.css. thank you
AS Templates
POSTED: 2013-11-21
Hello CHANGECENTER,
The color you can change by editing tml.default.css file, the following class (line 1388):
I´ve activated recaptcha but I can´t see it in the contact form. I can see the word "Captcha*" but i can´t see the red little window with the code.
I´ve put the public and private keys in recaptcha plugin.
Can you help me?
Thanks.
AS Templates
POSTED: 2013-11-21
Hello VIMAQUAL,
What is your site url please? We would like to see this issue.
Hi! on template as002058 I have a few questions about the modules:
homepage, how did you create position 6 with the four sections?
http://www.astemplates.com/itempreview/209 - how did you create the side menu with the dropdowns.
Thanks!
AS Templates
POSTED: 2013-11-21
Hello JULIEGLENN,
Have you installed this template using quick-start installation package? If not, please do it. After installing the package your site will look exact like our demo preview page and it will be easy for you to make any changes. Please see the following page for more info:
I bought the template 002058. I would like to change the color of the newsflash in as-position-6 . Exactly the color of the "mouseover"! how can I do that. thanks
AS Templates
POSTED: 2013-11-25
Hello GERDWEING,
You have to edit style.default.css file, the following class:
Hi, I have reinstalled the latest quickstart package and the layout is still incorrect when viewing on an iPad. Is it possible to just switch of the responsive views? or what else can I try?
Thanks, Chris.
AS Templates
POSTED: 2013-11-25
Hello CHRISINPT,
Is your site url still the same: http://184.154.137.146/~newawh/
It is impossible to switch off the responsive view, it should be resolved.
Regards, AS Team.
AS Templates
POSTED: 2013-11-25
Hello CHRISINPT,
Can you please one more time download the latest version from your AS account and update the following files and let us know if it is OK after the update?
Help me! I Installed it on a 2.5 Joomla Version and now I cant't upgrade it.
When i go to site I have this message: 00 - JHtml: :bootstrap not supported. File not found.
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
View History
where can I change the background color? I would like to change the beige on the bottom of the page into a grey.
Thanks,
Jacky
You have to edit style.default.css file or create your own css and put it in the tmpl.custom.css file.
Regards, AS Team.
View History
why must i use your Quick-Start-Installation? I will my own fresh Joomla!-Installation with your template using!
your quick-start-install is for me the missing documentation, a test for look in the parameters/settings.
Normal is, fresh joomla!-install then template install!
I have pay the template, not a complete joomla-install. i can not say, which code your changed from Joomla!.
please contact me via email.
regards,
sven
The Modules Configuration Table you can preview on the following page:
http://www.astemplates.com/joomla-template-documentation/209-113-template--modules-configuration
The source code examples of all modules you can receive by installing the quick-start installation package. Sorry, there is no other way for providing the source code examples.
Regards, AS Team.
View History
I want to remove google maps with contacts. I have uninstalled the plugin .
I have lost the card, but the space on the page does not. HELP
Look at: rienvanwestreenen.nl/inribo button: profiel
Regards,
Rien van Westreenen
You have to edit your contact page by deleting all content from Miscellaneous Information, the contact page you can find in your joomla admin panel -> components -> contacts -> contacts -> contact us.
Regards, AS Team.
View History
The color you can change by editing tml.default.css file, the following class (line 1388):
#header-top-wrapper {
background-color: #172236;
background-image: url("../images/bg.header.shadow.png");
background-position: center top;
background-repeat: no-repeat;
z-index: 10000;
}
Regards, AS Team.
View History
I´ve activated recaptcha but I can´t see it in the contact form. I can see the word "Captcha*" but i can´t see the red little window with the code.
I´ve put the public and private keys in recaptcha plugin.
Can you help me?
Thanks.
What is your site url please? We would like to see this issue.
Regards, AS Team.
View History
homepage, how did you create position 6 with the four sections?
http://www.astemplates.com/itempreview/209 - how did you create the side menu with the dropdowns.
Thanks!
Have you installed this template using quick-start installation package? If not, please do it. After installing the package your site will look exact like our demo preview page and it will be easy for you to make any changes. Please see the following page for more info:
http://www.astemplates.com/joomla-template-documentation/209-002058
Regards, AS Team.
View History
My captcha issue is here: http://www.acysal.es/index.php/contacto.
Thanks.
Regards.
We are not using the captcha in our template, we have to install it and check on our server in case to see the problem.
Regards, AS Team.
View History
I bought the template 002058. I would like to change the color of the newsflash in as-position-6 . Exactly the color of the "mouseover"! how can I do that. thanks
You have to edit style.default.css file, the following class:
#featured-row .mod-newsflash .item:hover,
#featured-row .mod-custom:hover
{
opacity: 0.9;
background-color: #000;
background-image: none;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
-ms-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
Regards, AS Team.
View History
Thanks, Chris.
Is your site url still the same: http://184.154.137.146/~newawh/
It is impossible to switch off the responsive view, it should be resolved.
Regards, AS Team.
Can you please one more time download the latest version from your AS account and update the following files and let us know if it is OK after the update?
templateDetails.xml
index.php
css/media.1024.css
css/media.980.css
css/media.768.css
Regards, AS Team.
View History
When i go to site I have this message: 00 - JHtml: :bootstrap not supported. File not found.
What i can do?