Hello,
I am using EVO 1.0.4 with AjaxSearch 1.9.0.
I have been setting up ajaxSearch in a website but I am a little stuck.
How do I remove the paging at the top of the search results?
eg - the:
(Displaying 1 - 20 of 31)
Pages: 1 | 2
I still want to keep it at the bottom but I don’t want to repeat it.
Currently my results look like:
31 results found for "demo".
(Displaying 1 - 20 of 31)
Pages: 1 | 2
[search results]
Pages: 1 | 2
I want it to look like:
31 results found for "demo".
[search results]
Pages: 1 | 2
My results template is:
[+as.noResults:is=`1`:then=`
<div class="[+as.noResultClass+]">
<p>[+as.noResultText+]</p>
</div>
`:else=`
<div class="search-info">[+as.resultsFoundText+]</div>
[+as.listGrpResults+]
[+as.paging+]
`+]
[+as.showCmt:is=`1`:then=`
[+as.comment+]
`+]
And my paging0 template is:
[+as.tpl:is=`paging`:then=`
<div class="search-paging">
[+as.pagingText+]
[+as.pagingLinks+]
</div>
`+]
[+as.tpl:is=`pagingLinks`:then=`
<a href="[+as.pagingLink+]">[+as.pagingText+]</a>[+as.pagingSeparator+]
`+]
[+as.tpl:is=`pagingLinksCurrent`:then=`
<span class="current">[+as.pagingText+]</span>[+as.pagingSeparator+]
`+]
Any ideas?
Thanks in advance.