Ray UK Posted September 6, 2013 Share Posted September 6, 2013 (edited) Hi, Does anybody know how to format the search results in the search box. (See pic or website) I would like it to show like this Category> Product instead of Category>Product Also, the height of the scroll box.. how can I change that. I have tried adding "height:300," in the blocksearch-instantsearch.tpl underneath "width:90," the width setting works ok, but not the height ? Any help is appreciated Thanks Ray Edited September 6, 2013 by MerseyRay (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 6, 2013 Share Posted September 6, 2013 this isn't instant search, it is a ajax autocomplete. you can of course customize it in file /js/jquery/plugins/autocomplete/jquery.autocomplete.css Link to comment Share on other sites More sharing options...
Ray UK Posted September 6, 2013 Author Share Posted September 6, 2013 ... and right after posting I noticed this line parse: function(data) { var mytab = new Array(); for (var i = 0; i < data.length; i++) mytab[mytab.length] = { data: data, value: data.cname + ' ><br /> ' + data.pname }; I added the <br /> in green and it works but still need the height adjusting for the search results Link to comment Share on other sites More sharing options...
Ray UK Posted September 6, 2013 Author Share Posted September 6, 2013 (edited) Thanks Vekia, I found what I was looking for and think it looks much better now. It was indeed in the file you mentioned... I didn't know that one was there see attached piccie p.s I also corrected the title of thread Edited September 6, 2013 by MerseyRay (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 6, 2013 Share Posted September 6, 2013 is there any chance to check your website? im curious how this scrollbar works Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now