If you want the pagination on the Home Atlas Results page to show at the top and at the bottom then you can add this code to the results page subheader within your IDX account under Design –> Website –> Subheaders –> Pages –> Results.
<script>
idx( document ).ready(function() {
setTimeout(function(){
var paginationdupe = idx('#IDX-results-pagination').html();
idx(paginationdupe).insertAfter('.IDX-results-title--count');
}, 500);
});
</script>
If you have any questions feel free to email developers@idxbroker.com
(
0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...