Hiding submit search button (Safari)

This topic contains 3 replies, has 3 voices, and was last updated by  Richard Stuart 4 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #506449

    Richard Stuart
    Full Member
    Post count: 45

    When hiding the submit search button using css

    .geodir_submit_search {display:none}

    it hides the spy glass which is great, however, when using Safari you can’t hit return and get the search results.

    It works fine in Chrome and Firefox!
    https://elyite.com

    Any suggestions?

    #506498

    Kor
    Moderator
    Post count: 16516

    Hi Richard Stuart,

    Thanks for your post. I’m able to see the issue on a Safari browser. I’m forwarding this to a developer for further assistance.

    #506503

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Richard,

    old browsers not pass display:none data for server call.
    so instead of display:none please use

    
    
    
    .geodir_submit_search {
       visibility:hidden 
       position:absolute
    }
    

    Thanks

    #506617

    Richard Stuart
    Full Member
    Post count: 45

    Thanks Kor and Naveen.

    Although the “submit search spy glass” is still visible, the absolute positioning works for me and resolves the Safari issue.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket