Magnifiying glass inside text field

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

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 1 month ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12201
    Meliory
    Meliory
    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

    Attachments:
    You must be logged in to view attached files.
    #12219
    Ernest Marcinko
    Ernest 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:

    .proinput form:before {
        display: none !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #12223
    Meliory
    Meliory
    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 7 years, 1 month ago by Meliory Meliory.
    #12231
    Ernest Marcinko
    Ernest 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: https://i.imgur.com/pn7Er3o.png
    – Then on the Categories & Taxonomy terms panel I’ve choosen to display all product categories: https://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: https://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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #12232
    Meliory
    Meliory
    Participant

    Hi Ernest,

    Thank you very much for your assistance!

    Your support exceeds all expectations!

    Thanks & Regards,

    Kostas

    #12233
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Magnifiying glass inside text field’ is closed to new replies.