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

A few more minor issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13095
    zorrozorro
    Participant

    Hi 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

    #13103
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi 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!

    #13111
    zorrozorro
    Participant

    Hi 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

    #13113
    zorrozorro
    Participant

    You cannot access this content.

    #13114
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

    #13119
    zorrozorro
    Participant

    Hi Earnest,

    Both issues are resolved, and working perfectly now 🙂

    You are welcome to close this ticket if you like.

    Thanks again for everything.

    Andrew

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘A few more minor issues’ is closed to new replies.