This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Magnifiying glass inside text field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Magnifiying glass inside text field

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12201
    MelioryMeliory
    Participant

    Hello,

    I can’t figure out how to remove this magnifying glass from inside the search text field. I include an image capture.

    Also, I would like to ask if it is possible to replace the existing search settings (Exact matches only, Search in title, etc) with my product categories (Grocery, etc).

    Thank you,

    Kostas

    #12219
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It looks like it’s coming from a theme style, it puts a magnifier icon before the form element inside that container. This custom CSS will get rid of it:

    [html].proinput form:before {
    display: none !important;
    }[/html]

    #12223
    MelioryMeliory
    Participant

    Hi Ernest,

    Thank you very much for your prompt relpy. The problem is solved.

    Also, I would be very obliged if you could assist me on how to replace the existing search settings (Exact matches only, Search in title, etc) with my product categories (Grocery, etc).

    Thanks & Regards,

    Kostas

    • This reply was modified 9 years, 2 months ago by MelioryMeliory.
    #12231
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Kostas,

    Since you provided log-in details, I did a basic configuration for you:

    – First, I have disabled the default items displaying there on the Frontend search settings -> General panel: http://i.imgur.com/pn7Er3o.png
    – Then on the Categories & Taxonomy terms panel I’ve choosen to display all product categories: http://i.imgur.com/5CVmX8d.png
    – ..and I also noticed that you don’t have the “product” custom post type selected, but I guess you want a product search, so I did that as well on the General Options -> Sources panel: http://i.imgur.com/j8SBWDl.png

    For more information on what I did, you can check the following chapters in the documentation:
    Search in custom post types
    Category and Taxonomy Term filters

    #12232
    MelioryMeliory
    Participant

    Hi Ernest,

    Thank you very much for your assistance!

    Your support exceeds all expectations!

    Thanks & Regards,

    Kostas

    #12233
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Magnifiying glass inside text field’ is closed to new replies.