Forums › Forums › Search & Filter Pro › Pagination links problem
- This topic has 3 replies, 3 voices, and was last updated 9 years, 5 months ago by Ross.
-
Anonymous(Private) June 15, 2015 at 10:21 am #19540
Looks like I have another problem with my S&F
83200.pl/test/?_sfm_lokal=296&_sfm_cena=0+40as you can see it generates pagination but with “#” in links, so basicly it does not work. I tried fix it by instaling wp-page navi plugin but it did not helped too. how can I fix this?
thanks
pawelAnonymous(Private) June 15, 2015 at 6:42 pm #19595Did you check to be sure that your pagination links setting in the Filter’s Settings (under Display Results) matches your Theme? That CSS selector must match what is in your Theme for those pagination links….the default in the plugin is .pagination a, but when I looked at the source code for your Page, your DIV that has the page links does not use a CSS class selector of .pagination, but rather “food-pagination”…….so be sure the setting in your Filter to .food-pagination a, not .pagination a.
Ross Moderator(Private) June 16, 2015 at 12:56 pm #19654Hey Pawel
I had a quick look.
Ok, so when you don’t use ajax, pagination should always show real links, not with a
#
– try using the code from the exampleresults.php
again for your pagination – I have seen no problems with this under other environments.Also, I noticed, you have JS errors on your page – which could cause issues with this and other plugins – even if you don’t use ajax, S&F still uses JS so its important to fix all these in case of any problems.
Thanks
-
AuthorPosts