Lead Capture Form Issues

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Jan 25, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi,

    I am having an issue getting my email notifications on test emails I'm filling out. I have 4 emails I want the leads to go to. In lead capture setting I have filled out the 4 emails, mine being one of them. I do not receive notification. I tried to deactivate plugins to see if that was the issue but it is not.

    Also, the thank you box does not come in clear and I was wondering if that can be changed attached is a picture.

    For mobile, when you submit form there is no type of thank you or anything. Can something be added there?

    www.mortgagebranchconnection.com

    Please help. Thank you
     

    Attached Files:

  2. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.


    Code:
    .sucess-send h2 {
    color: green;
    }
    .sucess-send{
    background: #0296c0;
    }
    Please change color according to your requirement.

    Thanks & Regards
    Pramod
     
  3. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    thank you! How can i change the thank you message after the fill out the form?
     
  4. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    also, how can I hide tags and categories on my posts? sorry i'm a little new at this. Thanks
     
  5. Pramod

    Pramod Guest

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


    For changing message please go to blackridertheme\functions\leads_form\leads_class.php
    on line no 175 and change according to your requirement.

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .post .post_meta .post_category {
      display: none;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page