Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you give another example? I’m not sure I understand what you mean.

    Thread Starter albini77

    (@albini77)

    Sorry about my english, first.

    The thing is that it seems that the search icon (a magnifying glass) on the search box is not working, so to do any search is necessary to hit the enter key after typing on that search box.

    At wwww.wordpress.org for example is not necessary to do that, just clicking on the search icon is enought to do the search.

    Here’s a link to my temporary site: http://luismiguelsanmartin.com/blog/

    Just compare my search box with the wwww.wordpress.org one.

    Thanks πŸ˜€

    Thread Starter albini77

    (@albini77)

    I meant http://www.wordpress.org sorry

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In Jetpack’s “Edit CSS” option add this CSS:

    #searchsubmit {
        display: block;
        background: none;
        text-indent: -9999em;
        position: absolute;
        right: 16px;
        width: 35px;
        height: 32px;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Actually instead try using this code:

    #searchform {
        position: relative;
        display: inline-block;
    }
    
    #searchsubmit {
        display: block;
        background: none;
        text-indent: -9999em;
        position: absolute;
        right: 0;
        width: 35px;
        height: 32px;
    }

    Thread Starter albini77

    (@albini77)

    Mmmm it’s fixed half, the search icon does not appear now but clicking on the empty space performs searches perfectly πŸ˜€

    http://luismiguelsanmartin.com/blog/

    Thread Starter albini77

    (@albini77)

    Hey it works great now!
    You saved me, thanks a lot mate.

    Thread Starter albini77

    (@albini77)

    Sorry but after upgrading to v1.2 the search icon (a magnifying glass) is not appearing, just shows a black square that turns to red moving the mouse icon over it.

    Here’s my site –> http://luismiguelsanmartin.com/blog/

    Could you give a little tip please?

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Search Box Issue’ is closed to new replies.