Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7884
    karinschultz
    Member

    Hi Sakin,

    I’m at the final page and have noticed that the box for the field “your email” is different – seems to be missing a portion of the box. I am usng Contact Form 7. Is this a problem with how this plugin works with the Simple Catch Pro theme? I’ve gone through the documentation on Contact 7, but no mention. I used it in the free version and it was okay. This plugin was recommended but if another works better with the theme, let me know.

    Thanks for your help.

    Karin

    #7885
    karinschultz
    Member

    Hi Sakin, Forgot, the page is http://www.iwritegreatcopy.com/request-a-quote. I also have this form on 2 other pages and its the same problem. I’m using the Pro version. Please advise on how to correct.

    Thanks, Karin

    #7892
    Sakin
    Keymaster

    Hi Karin,

    Really sorry for the issue and thanks for pointing out the missing css for email fields. We will add soon in next version update. But for now you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    input[type="email"] {
    padding: 5px 10px;
    -moz-box-shadow: 0 1px 5px #dcdcdc inset;
    -webkit-box-shadow: 0 1px 5px #dcdcdc inset;
    box-shadow: 0 1px 5px #dcdcdc inset;
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 20px;
    width: 75%;
    -webkit-appearance: none;
    }

    #7901
    karinschultz
    Member

    Hi Sakin, Fabulous! Looks great. Thanks for your assistance. – Karin

    #7908
    karinschultz
    Member

    Hi Sakin,

    The above worked this morning. But does not work now. See http://www.iwritegreatcopy.com/need-content.

    I am not using responsive, so is there another code?

    Thanks, Karin

    #7909
    Sakin
    Keymaster

    Hi Karin,

    There is problem in your codes in Custom CSS box. I see that you have added the following code
    .entry-meta .no-padding-left {
    display: none;

    where it’s missing closing }

    It should be as following
    .entry-meta .no-padding-left { display: none; }

    #7927
    karinschultz
    Member

    Hi Sakin, No Go. Still not working. This is what I have in the custom css.
    Maybe I should try and put this in the CSS Editor instead? Any suggestions?

    #access ul li a { padding: 0 23px; }
    #access ul li:last-child { border-right: none;}
    #access ul li:last-child a { padding: 0 20px 0 21px; }

    #main #content .wp-caption img { padding: 5px; }
    .category .page-title { display: none; }
    .single footer.entry-meta { display: none; }

    #header-content { margin-bottom: 0; }

    #branding .searchform button { width: auto; }

    .entry-meta ul li { background: none; }
    .entry-meta .author, .entry-meta .last, .entry-meta span { display: none; }
    .entry-meta .no-padding-left {display: none; }

    .entry-content img { border: none; }

    .page .wp-caption .wp-caption-text { font-size: 12px; line-height: 14px; }

    input[type=”email”] {
    padding: 5px 10px;
    -moz-box-shadow: 0 1px 5px #dcdcdc inset;
    -webkit-box-shadow: 0 1px 5px #dcdcdc inset;
    box-shadow: 0 1px 5px #dcdcdc inset;
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 20px;
    width: 75%;
    -webkit-appearance: none;
    }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Contact Form 7’ is closed to new replies.