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

Reply To: Change Magnifying Glass Search Results Page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Change Magnifying Glass Search Results Page Reply To: Change Magnifying Glass Search Results Page

#7675
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Luke,

The magnifier is not visible on the top because the theme applies a 110 pixel line height to the top element, therefore it stays below it’s container. The fix is very simple, just use this custom css to override it for the magnifier:

[html].promagnifier .innericon {
line-height: initial;
}[/html]

To get the correct url, you need to change the Redirect to url? option as well on the General Options -> Behavior panel: http://i.imgur.com/qoBaKAU.png

I know it’s kind of confusing to have 2 different options for the essentially same thing, but too many people requested to have different url for the “more results” link, so I had to implement it 🙂