Hello,
I´ve got a little problem with the form in the template. It works, that is ok. But the fonts look different.
The fonts in the fields: name, email, phone and subject are the same, how they should be. But the font in the textarea ist different. There should be the same font in all textfields and areas. In the module "AS contact form" I couldn´t set it.
Thanks, gere1972
gere1972
POSTED: 2018-01-20
Additional: the url for that is: http://www.computer-blizz.de/computerblizz_ab_2018/index.php/kontakt
AS Templates
POSTED: 2018-01-20
Hello GERE1972,
Thank you for noticing about this issue, you can easy fix it by adding the following line:
font-family: Arial, Helvetica, sans-serif;
in 'templates/as002085/css/tmpl.default.css' file in the following class (line 580):
Hello,
you helped me with the font in the form part. But now, the form can´t be send. If you fill out the form, the textarea part is always with a red frame if you click on "senden" and can´t be send.
http://computer-blizz.de/
Then scroll down, there the form.
Thanks for help
gere1972
gere1972
POSTED: 2018-01-27
Additional:
I think there must me more than xx words to send the message. Can this be changed or deactivated? It´s confusing for people who want to write a message. Cause there is no hint when the message is to short, that the message is to short. Only the textarea line is red, no hint what´s the problem. Or is it possible to give back a message "your message must be xx words" when it is to short.
AS Templates
POSTED: 2018-01-27
Hello GERE1972,
The message should contain at least 50 characters, you can see this message on our demo preview:
https://demo.astemplates.com/joomla-templates/002085/
Regards, AS Team.
gere1972
POSTED: 2018-01-28
Can it be changed somwhere, so that it is not needed 50 charcters. So I can set it to 15 characters or 20.
Thank you
gere1972
gere1972
POSTED: 2018-01-28
Additional:
Found it and changed it. Found in: modules/mod_as_contact_form/tmpl/default.php
There line 66: {minlength: 50}
gere1972
POSTED: 2018-11-02
Can I update to Joomla 3.9.0 (actual installed is 3.8.5), or do I have to update components or modules before updating Joomnla (I mean components their update information is maybe not shown in backend management)?
AS Templates
POSTED: 2018-11-02
Hello GERE1972,
The template is fully compatible with the latest Joomla version 3.9. In any case we are always recommend to perform your website full backup.
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´ve got a little problem with the form in the template. It works, that is ok. But the fonts look different.
The fonts in the fields: name, email, phone and subject are the same, how they should be. But the font in the textarea ist different. There should be the same font in all textfields and areas. In the module "AS contact form" I couldn´t set it.
Thanks, gere1972
Thank you for noticing about this issue, you can easy fix it by adding the following line:
font-family: Arial, Helvetica, sans-serif;
in 'templates/as002085/css/tmpl.default.css' file in the following class (line 580):
select, textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 60px;
color: #777777;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
padding: 16px 19px;
font-size: 13px;
}
Regards, AS Team.
you helped me with the font in the form part. But now, the form can´t be send. If you fill out the form, the textarea part is always with a red frame if you click on "senden" and can´t be send.
http://computer-blizz.de/
Then scroll down, there the form.
Thanks for help
gere1972
I think there must me more than xx words to send the message. Can this be changed or deactivated? It´s confusing for people who want to write a message. Cause there is no hint when the message is to short, that the message is to short. Only the textarea line is red, no hint what´s the problem. Or is it possible to give back a message "your message must be xx words" when it is to short.
The message should contain at least 50 characters, you can see this message on our demo preview:
https://demo.astemplates.com/joomla-templates/002085/
Regards, AS Team.
Thank you
gere1972
Found it and changed it. Found in: modules/mod_as_contact_form/tmpl/default.php
There line 66: {minlength: 50}
The template is fully compatible with the latest Joomla version 3.9. In any case we are always recommend to perform your website full backup.
Regards, AS Team.