Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Manish Sharma

    (@findmsharma)

    Hello @claywx we checked the page you have mentioned and it seems like you have disabled SearchIQ on the site. Please enable SearchIQ on the site so that we can see why search button is not showing on the page and also why results aren’t linked to the search page(Also please provide some detail about this point as to what exactly do you mean when you say results aren’t linked. Is the URL missing for search results? Or is there some other issue?)

    @walpap Please share your website URL and enable SearchIQ if not already enabled so that we can check what the issue is w.r.t the missing search icon.

    Plugin Author Manish Sharma

    (@findmsharma)

    Hi Adam,

    We are glad you liked the plugin. Regarding your question right now we don’t have a way to keep the search bar open in the navigation bar by default.

    You can try using the following custom css code to make it visible by default.

    
    #menu-item-siq-selectbox{
    	width: 300px!important;
    }
    #siq-menu-searchbox-wrap{
    	width:300px;
    }
    #siq-menu-searchbox-wrap #siq-expsearch-cont .siq-expsearch{
    	width:100%;
    }
    #siq-menu-searchbox-wrap.siq-search-open #siq-expsearch-cont .siq-expsearch-input{
        display: block;
        opacity: 1;
    }
    

    This code will work if you have added the search bar in menu using the option we have provided you in the backend of the plugin under “Using Icon in menu” setting in the Options tab.

    • This reply was modified 6 years, 5 months ago by Manish Sharma.
Viewing 2 replies - 1 through 2 (of 2 total)