Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › A few more minor issues
- This topic has 5 replies, 2 voices, and was last updated 9 years ago by
zorro.
-
AuthorPosts
-
May 15, 2017 at 1:17 am #13095
zorro
ParticipantHi Earnest,
A few minor issue that could make Ajax Search Pro even more perfect that it already is 🙂
1) On desktop browser, there seems to be a shadow behind the X Close button, which makes the button look skewed. Would it be possible to remove that shadows?
https://screenpresso.com/=nloog
2) On Mobile phone and iPad, hitting the Search Key of the keyboard does not redirect to the result page even I have set it to do so.
https://screenpresso.com/=Qh8Zd
https://screenpresso.com/=7bXyc
Is the Search key on Mobile Phone and iPad supposed to have the same behavior as the “Return” key?
I think it would enhance user experience if it does.
Thanks again for your help.
Andrew
May 15, 2017 at 1:23 pm #13103Ernest Marcinko
KeymasterHi Andrew,
1. Sure, it’s possible with a small custom CSS snippet:
[html].proclose svg {
box-shadow: none !important;
}[/html]2. It is a known issue with the latest release, where I was trying to fix another mobile related bug.
To resolve it, a small custom code snippet is needed. Place this code to the functions.php file in your active theme directory (copy from line 3):
(please make sure to have a full site back-up before making any changes to your site code!)I hope this helps!
May 15, 2017 at 3:35 pm #13111zorro
ParticipantHi Earnest,
Thanks for your help in this.
1) The CSS codes doesn’t seem to work. I have tried implementing it in several ways without success.
2) It worked perfectly 🙂
Thanks again, Earnest.
Andrew
May 15, 2017 at 3:45 pm #13113zorro
ParticipantYou cannot access this content.
May 15, 2017 at 4:12 pm #13114Ernest Marcinko
KeymasterHi,
1. I’m not seeing the shadow anymore there: http://i.imgur.com/l7bp3X4.png
The custom CSS code is in effect, removing the white box shadow from around the circle. Make sure to clear the browser cache, it might not be rendered yet.2. I’ve made a possible change to the temporary fix:
This may not work on all browsers, but it should be better than the previous one.
May 15, 2017 at 5:38 pm #13119zorro
ParticipantHi Earnest,
Both issues are resolved, and working perfectly now 🙂
You are welcome to close this ticket if you like.
Thanks again for everything.
Andrew
-
AuthorPosts
- The topic ‘A few more minor issues’ is closed to new replies.