Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1967852
Compatibility with Ajax Search Lite
Closed

Comments

  •  1
    mythologica started the conversation

    Hello!

    Here I am again after the little miracles you perform with you great theme!

    This time, I'd like to know if it would be possible to improve the compatibility with the Ajax Search Lite plugin on one aspect

    If you check my blog, you'll see that the search bar is located on the menu. The problem with this is that, once I click on the magnifier, there's no way to make the menu appear again (in case I decide to cancel the search) unless I reload the page or open another one. 

    Is there a way to make it so that, if I press ESC or click outside of the search box, the box will close and I'll be able to interact with the menu again?

    Thanks in advance!

  •  2,699
    PenciDesign replied

    Hi,

    This issue caused by that plugin has made the close icon disable.

    Please add more this code to Customize > Custom CSS to make it appears:

    #navigation div.asl_w .probox .promagnifier{ margin-right: 18px; }
    .show-search a.close-search{ z-index: 1000; }
    

    Best Regards,

    PenciDesign

  •  1
    mythologica replied

    You are absolutely fantastic! Thanks yet again!