• Resolved Blair Geddes

    (@primalspace)


    So clicking the search icon, would perform the same action as pressing enter.

    It would redirect to the search results URL like below:

    /?s=product+search+query&post_type=product&type_aws=true

    Is this feature possible to add or custom JS to add perhaps?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Well yes, it is possible. In fact it already works in the way as you describe it.
    So please go to the plugin settings page -> ‘Search form’ tab and choose search form layout with search icon. Also make sure that ‘Search Results’ option is set to ‘Both ajax search results and search results page’ or ‘Only search results page ( no ajax search results )’.

    Regards

    Thread Starter Blair Geddes

    (@primalspace)

    We actually already have that in place – https://paste.pics/a67ba209dd9cb0f010025c0a5c00be65

    But on click of the search icon, nothing happens. No pointer on hover.

    Plugin Author ILLID

    (@mihail-barinov)

    Ok, in this case can you please give me the link to the page where I can find working search form?

    Regards

    Thread Starter Blair Geddes

    (@primalspace)

    Thanks. Is it possible to direct message us or email for a front-end link please? Or outline how we email your support directly perhaps? Thanks.

    Plugin Author ILLID

    (@mihail-barinov)

    You can email directly to wpunitnet@gmail.com

    Plugin Author ILLID

    (@mihail-barinov)

    Looks like I found the problem. Inside your child theme style.css file I see following style

    .aws-container .aws-search-form .aws-form-btn{
    		pointer-events: none;
    	} 

    So just remove it and the search button must work fine.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can the search icon be clickable to generate results?’ is closed to new replies.