A few more minor issues

This topic contains 5 replies, has 2 voices, and was last updated by zorro zorro 6 years, 11 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13095
    zorro
    zorro
    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 Marcinko
    Ernest Marcinko
    Keymaster

    Hi Andrew,

    1. Sure, it’s possible with a small custom CSS snippet:

    .proclose svg {
        box-shadow: none !important;
    }

    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!

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #13111
    zorro
    zorro
    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
    zorro
    zorro
    Participant
    You cannot access this content.
    #13114
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    1. I’m not seeing the shadow anymore there: https://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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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