Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Pagination not working › Reply To: Pagination not working
Hi!
It appears it is a bug when the If no image found option is set to Don’t show that result on the Theme Options -> Isotopic results panel.
I have changed that option to “Show default image instead” and now it shows 13 results (one with the default image). The page calculation was incorrect because of that hidden item 🙂 The script only displyed 12, when there was actually 13 and calculated with 13 – so 2 pages were generated.
It’s possible to increase the margin, which is actually a transparent border, with custom CSS snippet. For example to give 4 pixel margin on each side:
.isotopic .results .item {
border: 4px solid transparent !important;
}
Well, maybe with a custom code it might be possible. Try adding this to the footer of the site, before the closing body tag:
<script>
jQuery(function($) {
$(".asp-try a").get(0).click();
});
</script>
..this will click on the first keyword from the suggested list, which is the “Alle”.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



