Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination does not work after filtering #258

Open
dachande opened this issue Oct 30, 2019 · 0 comments
Open

Pagination does not work after filtering #258

dachande opened this issue Oct 30, 2019 · 0 comments

Comments

@dachande
Copy link

dachande commented Oct 30, 2019

I currently have the problem that the pagination is not responding any more when locations have been filtered. I have attached a small video to better describe the problem:

aq-distributors

I'm using the latest version (v3.0.3) of the storeLocator plugin and the following options are used when initializing the plugin:

$('#bh-sl-map-container').storeLocator({
    debug: false,
    autoGeocode: false,
    bounceMarker: true,
    dataRaw: window.distributors,
    dataType: 'json',
    distanceAlert: -1,
    fullMapStart: true,
    infowindowTemplatePath: templates + '/infowindow-description.html',
    listTemplatePath: templates + '/location-list-description.html',
    locationsPerPage: 24,
    mapID: 'map',
    mapSettings: { zoom: 5 },
    maxDistance: true,
    pagination: true,
    slideMap: false,
    storeLimit: -1,
    taxonomyFilters: {
        category: 'category-filters-container1',
        state: 'state-filter',
        postal: 'postal-filter',
        country: 'country-filter'
    }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant