Contact Template Page

Discussion in 'Photomaker WordPress Theme' started by sangermike, Aug 23, 2014.

Thread Status:
Not open for further replies.
  1. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Thank you for all your help so far. So I still need more help with a couple of issues about the Contact Template page for www.richardbuxani.com and would just put all of the questions here on one thread. I hope you can help me again. You guys are awesome!

    1. I'm not getting the messages when I try hit submit and it says successfully sent. I read in one of the threads to make a change on the template.php file as seen on img. My question is, to be sure, and if this is the correct solution, can I just change that right on the wordpress window (not a programmer) then hit update file?
    scrnshot wp_mail.jpg

    2. I just want to make some changes on the color schemes of the form area; make the title/header less obnoxious; and if to move the "Your Email" block below the "Your Name" block
    scrnshot contact.jpg
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To change contact form style as you want paste following CSS in Custom CSS and save all changes.
    Code:
    .contact-page h1{
    font-size: desired size;
    }
    .page-content .content-bar .contactform input[type="text"], .page-content .content-bar .contactform input[type="email"],.page-content .content-bar .contactform textarea {
    background: #838383;
    color: #fff;
    font-family: Source Sans Pro, Verdana, Arial, sans-serif;
    display: block;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Thanks to change the size can I do this?
    Code:
    .page-content .content-bar .contactform input[type="text"], .page-content .content-bar .contactform input[type="email"],.page-content .content-bar .contactform textarea {
    font-size: 14px;
    }
     
  4. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Oh what about my question #1 ? should I make the change right from the theme editor page? I dont know how to download that template-php file open or edit it then upload. sorry :(
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide the following information listed below.
    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:
    Send this information on our email at [email protected]

    Thanks & Regards
    Pramod Patel
     
  6. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    email sent
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    In this theme the end user do not get any email regarding contact. But the admin get an email what the end user fill in the contact form.
    We check your website and it work perfectly. Please enter correct email to receive emails.
    Please follow below image for further setting.
    Thanks & Regards
    Pramod
     

    Attached Files:

  8. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    I got the same message on email and replied to it. I wasn't receiving messages on that email address. I tried a different email address for the Settings and it worked. It's weird it won't accept my other email ad. But as long as it works and I receive a message I guess I'll just use a different email address. Thank you and more power!
     
Thread Status:
Not open for further replies.

Share This Page