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

Price notation and height of navigation field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Price notation and height of navigation field

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #4396
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sorry, I might have sent you the one where this bug was not fixed, but the others. I’ve fixed it manually. I have a lot of work with lots of files, sometimes I make mistakes 😉

    The categories were showing because Product Categories were still selected on the General Options -> Sources 2 panel. I’ve deselected, so the categories now won’t show anymore.

    #4403
    promusicstorepromusicstore
    Participant

    In Google Chrome there is a blur on the hover.
    In Firefox there is no blur on the hover.
    How can we turn off ‘filter=url(#aspblur)’?

    #4404
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Not possible. Firefox does not support the blur filter on images unfortunately.

    #4405
    promusicstorepromusicstore
    Participant

    We think you do not onderstand.
    In Google Chrome you have a blur, we do not want a blur on the hover!
    So in Firefox, in Google Chrome and others we do not want a blur. There must be a way to turn the blur off.
    The way it works now in Firefox, that is what we want: no support of the blur filter.

    #4406
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I see.

    Open up the ajax-search-pro/includes/views/asp.shortcode.data.php file and go to lines 23-25, where you should see this:

    [code]
    <filter id="aspblur">
    <feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
    </filter>
    [/code]

    Change that to:

    [code]
    <filter id="aspblur">
    </filter>
    [/code]

    If you clear your page cache, the filter should disappear.

    #4407
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Also, I forgot, that there is a setting for that:

    Theme Options -> Isotopic layout -> Blur overlay image on mouseover?

Viewing 6 posts - 31 through 36 (of 36 total)
  • You must be logged in to reply to this topic.