Search Box with WordPress Multi-level Navigation Plugin

Forums Forums Menus Search Box with WordPress Multi-level Navigation Plugin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #327
    jamberry
    Member

    Hi,
    I have three questions about the search box.

    1. I added a search box using the HTML code with the custom option you suggested in a previous post:
    https://geek.hellyer.kiwi/forum/index.php?topic=423.0

    For some reason, the search does not work. If you go to my blog (it’s still in development) you will see I added the search box in the footer using php code so I could test it compared to the one I put in the menu navigation. http://www.heathersanders.me/theblog/. Help!

    2. Is there a way to move just the search box all the way to the right, while leaving the navigation justified left?

    3. Is there a way to prevent the hover background color from appearing when you mouse over the search box? I assume I have to add some CSS code?? but not sure how to call it from there. I hope I’m making sense!

    Thanks for such a wonderful plugin and any help you can offer. <img decoding=” title=”Smiley” />

    Heather

    #3414

    You don’t have a closing </form> tag. Perhaps try the following code:
    [code:1a5kti4z]<form method="get" id="searchform" action="http://www.heathersanders.me/theblog/">
    <input type="text" value="" name="s" id="s" />
    <input type="submit" id="searchsubmit" value="Search" />
    </form>[/code:1a5kti4z]

    #3514

    You don’t have a closing </form> tag. Perhaps try the following code:
    [code:1a5kti4z]<form method="get" id="searchform" action="http://www.heathersanders.me/theblog/">
    <input type="text" value="" name="s" id="s" />
    <input type="submit" id="searchsubmit" value="Search" />
    </form>[/code:1a5kti4z]

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.