Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Price notation and height of navigation field
This topic contains 35 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years, 11 months ago.
- AuthorPosts
- April 2, 2015 at 12:16 pm #4396
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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 3, 2015 at 3:31 pm #4403In 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)’?April 4, 2015 at 7:30 am #4404Not possible. Firefox does not support the blur filter on images unfortunately.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 4, 2015 at 11:06 am #4405We 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.April 4, 2015 at 11:09 am #4406I 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:
<filter id="aspblur"> <feGaussianBlur in="SourceGraphic" stdDeviation="4"/> </filter>
Change that to:
<filter id="aspblur"> </filter>
If you clear your page cache, the filter should disappear.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 4, 2015 at 11:12 am #4407Also, I forgot, that there is a setting for that:
Theme Options -> Isotopic layout -> Blur overlay image on mouseover?
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.