Search Box in topinfobar...

Discussion in 'Infoway WordPress Theme' started by infolosophy, Apr 4, 2014.

  1. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Using what you have told other members, I have removed the "tip" and all other information from topinfobar except social icons. I'd like to add a site search box to the top right. How can I do this?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please download "header.php" file attached and replace it with your current "header.php" file.
    then,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .topinfobar .searchform {
    margin-top: 5px;
    }

    Thanks & Regards
    Gourav Shrivastava
     

    Attached Files:

  3. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Thanks for putting that together...the only thing is the search bar is just to the right of the social icons. I'd like it to be all the way to the right, if possible.
     
  4. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Also, one other thing (www.localmarketdominance.com)...the search bar is two colors. I'd like to have it transparent. Again, thanks for th help
     
  5. Nitesh

    Nitesh Support Staff

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

    Please share screen short of your header and do let me know exact position where you want to shift search field.
    For background color.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .topinfobar .searchform input[type="text"] {
    background: transparent!important;
    border: 1px solid rgb(124, 95, 95);
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  6. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    That transparency works perfect...Have attached screen grab showing where search bar is currently, and where I want it...Thanks.

    4-7-2014 7-04-41 PM.png
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207


    Hello,


    The website link you have sent is not working, it seems that there is some text missing in the web address. So check the link again and resend to us. So that we can check your issue.



    Thanks & Regards
    Gourav Shrivastava
     
  8. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    I'm sorry, I'm confused...I didn't send a link...Nitesh asked me to send a screen grab of where the search bar was now and where I wanted it to be. Is that not legible in the screen grab above?
     
  9. Nitesh

    Nitesh Support Staff

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

    Header file that shared will set search field to the right side. Don't know why it is not happening at your site.
    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]
    I will check and set it properly.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  10. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Think I fixed it, but how do I remove the "x" that allows hiding the topinfobar?
     
  11. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .closeicon {
    display: none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page