Forums Forums Search & Filter Pro Pagination links problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #19540

    Looks like I have another problem with my S&F
    83200.pl/test/?_sfm_lokal=296&_sfm_cena=0+40

    as 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
    pawel

    Anonymous
    #19595

    Did 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.

    Anonymous
    #19630

    Looks that it needs to ajax loading to be checked to change the css selector. I don’t want ajax loading. is it working without that option?

    Ross Moderator
    #19654

    Hey 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 example results.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

Viewing 4 posts - 1 through 4 (of 4 total)