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

Reply To: 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 Reply To: Price notation and height of navigation field

#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.