Jump to content

Problems with contact us form.


MiKe

Recommended Posts

Hello,

I have problems in my contact us form. First i can't translate or change any word in contact form, second some words are white color so i also can't change the color of text. I trying edit this file: .../public_html/themes/ps_everything/contact-form.tpl. Maybe i editing wrong file? Thanks for help.

 

This is my contact form:1307791618_contactusform.thumb.PNG.83e2d84c081544f169277f0cc764bb64.PNG

 

 

Link to comment
Share on other sites

Did it work before? What have you changed before the problems began?

In general, translations are done in the BO "Localisation -> translations" and the colours are changed in CSS file.

If you would write the URL to your shop it would be possible to take a look at the problem and give more detailed advice, or do you have a secret shop that should not be found? If so, you don't need to change the contact form as nobody will find and contact you.

  • Thanks 1
Link to comment
Share on other sites

Have you changed the theme before the problem began? That might be also a reason.

For the text colour, check your css files and change the colour from #fff to whatever you #000 or whatever you like.
(If you switch of smarty cache for css you will find the right place to change easily.

  • Thanks 1
Link to comment
Share on other sites

No, theme was not changed. It was just backup before week. 

I am not good at programing, so in css file i find just one line where i can edit the contact us form, it was background. So i add all that file code:

/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact-title {
  margin: -5px 0 0px 0;
  line-height: 23px; }
  .contact-title i {
    font-size: 23px;
    color: #4c4c4c;
    padding: 0 8px 0 0; }

.contact-form-box {
  padding: 23px 0 0 0;
  margin: 0 0 30px 0;
  background: url(../img/contact-form.png) repeat-x #999999; <---- this line i edited.
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px; }
  .contact-form-box fieldset {
    padding: 0 19px 21px 19px;
    background: url(../img/form-contact-shadow.png) center bottom no-repeat;
    background-size: contain; }
  .contact-form-box label {
    margin: 0 0 6px 0; }
  .contact-form-box .page-subheading {
    padding-left: 0px;
    border: none;
    margin-bottom: 0; }
  .contact-form-box .col-md-3 {
    padding-left: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-3 {
        padding-right: 0; } }
  .contact-form-box .col-md-9 {
    padding-right: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-9 {
        padding-left: 0; } }
  .contact-form-box #desc_contact0 {
    display: none; }
  .contact-form-box .form-group {
    margin-bottom: 7px; }
  .contact-form-box textarea {
    height: 257px; }
  .contact-form-box .submit {
    margin-top: 13px; }
  .contact-form-box select.form-control {
    max-width: 270px;
    width: 100%; }
  .contact-form-box input.form-control {
    max-width: 270px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact-form-box div.uploader span.filename {
      width: 114px; } }

/*# sourceMappingURL=contact-form.css.map */

Can you tell me more about "smarty cache for css" ?

Thank you for help.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...