Viewing 5 replies - 1 through 5 (of 5 total)
  • Works fine for me in Firefox – what browser are you using ? Try clearing any browser caches or try another browser.

    Thread Starter defxs

    (@defxs)

    not working in safari and chrome

    cache cleared. do you see 1 or 2 search boxes in the header?

    when you see 1 is OK

    when you see 2 you look at a test and you must clear cache

    Two search boxes seem to be overlapping (FF). After typing you cannot click for search but hit enter. It’s theme specific and happened while theme was customized. Have you contacted the theme’s designer for solving the issue? Where did you download the theme from?

    Ah, yes, the top one is not the same as the second one – compare the HTML:

    <form id="searchform" action="https://www.priestcomputers.nl/" method="get" role="search">
    <div>
    <label class="screen-reader-text" for="s">Zoeken naar:</label>
    <input id="s" type="text" name="s" value="">
    <input id="searchsubmit" type="submit" value="Zoeken">
    </div>
    </form>

    The first one seems to be a widget? You added?

    Is the second one part of your theme? What theme?

    <div id="headerSearchDiv" style="padding-right:0px;">
    <form action="https://www.priestcomputers.nl" method="get" role="search">
    <input id="headerSearchField" style="opacity: 0; " onclick="this.value = '';" value="" title="Search Site" name="s">
    <input id="headerSearchSubmit" type="submit" value="">
    </form>
    Thread Starter defxs

    (@defxs)

    @wpyogi:

    yes, the first one is a widget one. i deleted right now. it was a test.

    the second one is from the inspired wordpress theme.

    strange?! i think something CSS but what?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cannot type in search box’ is closed to new replies.