Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › pagination and results page problem
This topic contains 3 replies, has 2 voices, and was last updated by bousso 7 years, 2 months ago.
- AuthorPosts
- October 3, 2016 at 12:32 am #10329
Hello my friend. My first problem is I can´t make pagination on isotopic work at all , I use to see it ok but now I can´t .
You can check it on the header search bar with “lor” or “cop” just to show results.
There is any way to show pagination on top and bottom?
There is anyway to make it “lazy loading?And the last thing , what should be the url results on a multisite?
Thank you very much for your help.
October 3, 2016 at 12:44 am #10330My friend , I reload a default theme and now I can see pagination , now there is some way to show it on top and bottom , some code I can paste? 😀
October 3, 2016 at 11:14 am #10335Hi!
Well, there is no option to do that, and I’m not sure that changing the code will work, but it’s worth a try.
Try this:
Open the wp-content\plugins\ajax-search-pro\includes\views\asp.shortcode.results.php file and change lines 7 and 48 from this:
<?php if ($style['resultstype'] == "isotopic" && $style['i_pagination_position'] == 'top'): ?>
to this:
<?php if ($style['resultstype'] == "isotopic"): ?>
It will display the pagination on both ends, but there is a good chance that it might not work correctly.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 3, 2016 at 5:31 pm #10339My friend it doesn´t work .
The other thing , about the result page url , what should be the url in a multisite?
- AuthorPosts
You must be logged in to reply to this topic.