Lead capture form - field descriptions

Discussion in 'Local Business WordPress Theme' started by antoniszou, Feb 18, 2014.

  1. antoniszou

    antoniszou New Member

    Joined:
    Jan 10, 2012
    Messages:
    10
    Likes Received:
    1
    Hello,
    Where do I set up the field descriptions?
    In trial version was there but in English. I need to customise this info.

    thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this go to the
    Dashboard > Editor > localbusiness-leads-form.php and edit placeholder from there.
    Check image for reference.

    local.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. antoniszou

    antoniszou New Member

    Joined:
    Jan 10, 2012
    Messages:
    10
    Likes Received:
    1
    Thanks a lot I did that.

    However it is strange that in Internet Explorer these descriptions does not appear. I can see then in Chrome. I have IE9
     
  4. joshua

    joshua Guest

    Joined:
    Feb 22, 2014
    Messages:
    3
    Likes Received:
    0

    I am also having problems getting the descriptions to appear (Avant Browser) not a popular browser, but looks like this can be an issue in browsers? Is there a fix?
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160


    Hello,

    We have checked these placeholders in IE version 8, 9, 10 and 11.
    But not found any problem. Please check your site in another systems and also share it to us.
    So that we can also check it.




    Hello,

    I have also checked theme with "Avant browser" but not found this issue.
    Please check link given below for reference.

    placeholders.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  6. joshua

    joshua Guest

    Joined:
    Feb 22, 2014
    Messages:
    3
    Likes Received:
    0
    I have tried viewing the theme on several sources, one was on a cell phone and it seems that many browsers do not show the text "Your Name" "Your E-mail" "Contact Number" or "Write your message here" Is there a way to just have the text permanent as text on the outside of the box?
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this download "localbusiness-leads-form.php" file attached and replace it with your existing file "localbusiness > function > localbusiness-leads-form.php"
    After this
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #msg {
    color:white;
    position: absolute;
    top: -20px;
    right: 211px;
    }
    @media only screen and (min-width: 767px) and (max-width: 960px){
    #msg {
    color:white;
    position: absolute;
    top: -20px;
    right: 140px;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    #msg {
    color:white;
    position: absolute;
    top: -20px;
    right: 180px;
    }
    }
    @media only screen and (max-width: 480px){
    #msg {
    color:white;
    position: absolute;
    top: 182px;
    right: 204px;
    }}
    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

Share This Page