Thank You page and Shrinking The Border Behind Logo

Discussion in 'Blackriders WordPress Theme' started by smartseal, Mar 9, 2015.

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

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    How can I have users go to a thank you page after filling out the leads capture form?
    How can I make the blue border behind the logo and phone number much smaller (half the size)?

    Thank you.

    http://www.smartsealny.com/
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello smartseal,

    1. To redirect try and follow the steps mentioned in the below image. blackrider-lead-capture-redirect-thankyoupage.png


    2. To reduce the blue border:
    Appearance > Theme Options > styling option>custom css
    put code:

    Code:
    .signupform input[type="text"]{
    border: 3px solid #56c5e5;
    }
    Thanks,
    Sameer Khanwalkar
     
  3. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    Hi.
    1.When I try to follow the directions from the image to redirect I get stuck because on the right side I don't have a list of theme files instead I have a list of templates.
    How do I get to the list of files?
    2.Also, I want to shrink the border at the top of the page (where the logo and business phone number are located), not on the sign up form.
    Thank you for the help you provide.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    1. The the direction and the path that I have mentioned in the image is the way to edit the file that will help you to redirect. I am not sure why those files are not visible at your end. It will be good if you could send me the snapshot where you got stuck. Also kindly check whether you have got an admin level access permission.

    2. Also, for the border
    Appearance > Theme Options > styling option>custom css
    put code:
    Code:
    .header_container{
    padding:17px 0;
    }
    you can adjust the padding pixel as per your requirement.

    Thanks,
    Sameer Khanwalkar
     
  5. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    Here is a screenshot of the editor. I do have admin level access.
     

    Attached Files:

  6. sameerwalkar

    sameerwalkar Guest

    Hi,

    Kindly install WP Editer WordPress plugin in your dashboard, After activating it you will get those options mentioned in the previous screenshots

    Regards,
    Sameer
     
  7. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    I uploaded the plugin and then I followed the directions and now I can't do anything on my site!!!
    I only get this:
    Parse error: syntax error, unexpected '$customname' (T_VARIABLE) in /home/smartseal/public_html/wp-content/themes/blackridertheme/functions/leads_form/leads_class.php on line 182

    http://www.smartsealny.com/
     
  8. sameerwalkar

    sameerwalkar Guest

    Hello,

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

    Thanks,
    Sameer
     
  9. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    Thank you. sent.
     
  10. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    I sent the updated ftp info to the e-mail address.
    Thank you.
     
  11. sameerwalkar

    sameerwalkar Guest

    HI ,

    We have rectified your site error. Now your site is working. Kindly check.

    Regards,
    Sameer
     
  12. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page