Hello, I work with swantonbomber, I bought the site for him and the transaction code is XXXX-XXXX-XXXX-2064 Please answer his question.
Best regards!!
AS Templates
POSTED: 2012-08-27
Hello MATCAMACHOR,
Sorry, we only cover support for customers who purchased our items.
Regards, AS Team.
matcamachor
POSTED: 2012-12-12
Hello, In our site at the left column it's enable de user module for login or registration under the title "Ingresa", this is the link
http://www.sindicatostarbucks.cl/demo/index.php/ini
Actually, the text area under the words "Usuario" (user) and "Contrase'a" (password) is green color, but we want change that green color and don't remember when we change it at first time.
Please tell us where change that color, some .css file meaby?
Thanks
Best Regards!
AS Templates
POSTED: 2012-12-12
Hello MATCAMACHOR,
Please see tmpl.content.css file, the following class (line 268):
Hello AS TEMPLATES team, I wish you a happy new year.
I need to change in my site the text area at the "search zone", actually it's green and i want it white, just like the text area of user and password at the login module.
Wich file i have to change for that? Thanks for your help.
Best Regards!
AS Templates
POSTED: 2013-01-04
Hello MATCAMACHOR,
Please provide us with your site URL where we can see the area, we will check and let you know.
Regards, AS Team.
matcamachor
POSTED: 2013-01-04
The link is http://www.sindicatostarbucks.cl/demo/index.php/ini
Thanks a lot!
AS Templates
POSTED: 2013-01-04
Hello MATCAMACHOR,
You have to edit tmpl.header.css file, #header .row4 #search input class, you can replace content with the following:
Hello AS Templates Team, I need your help again. In this link http://www.sindicatostarbucks.cl/demo/index.php/component/users/?view=registration
I add 3 fields at the registration form, called "RUt" "Tienda" and "Fecha de Nacimiento", but the text area don`t look as I want. If you see the other fields the text area has a green border, I want the same green border at the text area of this 3 new fields.
I suppose have to edite some .css file, but the question is exactly wich file and wich line?
Thanks a lot.
Best Regards!
AS Templates
POSTED: 2013-01-18
Hello MATCAMACHOR,
You have to add the new fields in the tmpl.content.css file, please look for the following (should be on line 1153):
Hello, i add the new fields in the tmp.content.css file, but doesn´t work. I upload the new file by ftp but don´t show the new fields into the registration form.
I change the file with a php editor, and y add the lines like this
Probably it is because you missed a point (.) before inputbox.
Regards, AS Team.
matcamachor
POSTED: 2013-01-21
Hello, my code has that point, I didn´t copy and paste in the previous post, but it is there. So, wich is the problem? Can I modificate some .css file to put the green border in the text box of the new fields?
Thanks a lot!
AS Templates
POSTED: 2013-01-21
Hello MATCAMACHOR,
We checked your site one more time, you have not added css, for example where is css for 'jform_profile_address2' class?
Just add it like the following at the beginning:
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
Best regards!!
Sorry, we only cover support for customers who purchased our items.
Regards, AS Team.
http://www.sindicatostarbucks.cl/demo/index.php/ini
Actually, the text area under the words "Usuario" (user) and "Contrase'a" (password) is green color, but we want change that green color and don't remember when we change it at first time.
Please tell us where change that color, some .css file meaby?
Thanks
Best Regards!
Please see tmpl.content.css file, the following class (line 268):
input {
background-color: #5EC611;
border: 1px solid #5EC611;
font-size: 12px;
margin: 0;
padding: 6px;
vertical-align: bottom;
width: 235px;
}
Regards, AS Team.
I need to change in my site the text area at the "search zone", actually it's green and i want it white, just like the text area of user and password at the login module.
Wich file i have to change for that? Thanks for your help.
Best Regards!
Please provide us with your site URL where we can see the area, we will check and let you know.
Regards, AS Team.
Thanks a lot!
You have to edit tmpl.header.css file, #header .row4 #search input class, you can replace content with the following:
#header .row4 #search input
{
background-color: #FFFFFF;
background-image: none;
background-position: left top;
background-repeat: no-repeat;
border: medium none;
height: 26px;
margin: 7px 0 0 15px;
padding: 0 0 0 40px;
width: 142px;
}
Regards, AS Team.
I add 3 fields at the registration form, called "RUt" "Tienda" and "Fecha de Nacimiento", but the text area don`t look as I want. If you see the other fields the text area has a green border, I want the same green border at the text area of this 3 new fields.
I suppose have to edite some .css file, but the question is exactly wich file and wich line?
Thanks a lot.
Best Regards!
You have to add the new fields in the tmpl.content.css file, please look for the following (should be on line 1153):
.inputbox,
#jform_name,
#jform_username,
#jform_password1,
#jform_password2,
#jform_email,
#jform_email1,
#jform_email2,
#jform_title,
#jform_url,
#jform_catid,
#jform_state,
#jform_params_editor,
#jform_params_timezone,
#jform_params_language,
#jform_params_admin_style,
#jform_params_admin_language,
#jform_params_helpsite,
#username, #password {
border: 1px solid #5EC611;
float: left;
font-size: 12px;
margin: 0;
padding: 6px;
text-align: left;
}
Regards, AS Team.
I change the file with a php editor, and y add the lines like this
inputbox,
#jform_apellidos,
#jform_name,
#jform_username,
#jform_password1,
#jform_password2,
#jform_email,
#jform_email1,
#jform_email2,
#jform_rut,
#jform_tienda,
#jform_title,
#jform_url,
#jform_catid,
#jform_state,
#jform_params_editor,
#jform_params_timezone,
#jform_params_language,
#jform_params_admin_style,
#jform_params_admin_language,
#jform_params_helpsite,
#username,
#password
{
Best regards,
Probably it is because you missed a point (.) before inputbox.
Regards, AS Team.
Thanks a lot!
We checked your site one more time, you have not added css, for example where is css for 'jform_profile_address2' class?
Just add it like the following at the beginning:
#jform_profile_address2,
.inputbox,
#jform_apellidos,
#jform_name,
#jform_username,
#jform_password1,
#jform_password2,
#jform_email,
#jform_email1,
#jform_email2,
#jform_rut,
#jform_tienda,
#jform_title,
#jform_url,
#jform_catid,
#jform_state,
#jform_params_editor,
#jform_params_timezone,
#jform_params_language,
#jform_params_admin_style,
#jform_params_admin_language,
#jform_params_helpsite,
#username,
#password
.
.
.
Regards, AS Team.