Skip Navigation

[Resolved] Is it possible to show all results of a view search on a map, but use pagination

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 1 voice.

Last updated by daveG-7 1 day, 10 hours ago.

Assisted by: Minesh.

Author
Posts
#2825376

I would have a search that shows results on a map and as text results, with filters. I would like to show all the results on the map initially until they are narrowed down with the filters. However, I would like the text search results to be paginated, so the list isn't super long. Is this possible?

#2825415

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Yes - its possible but you will have to use non ajax filter view.

If you can share problem URL where you added your map and view and send me admin access details. Once I review your curent setup then I will be able to guide you in the right direction.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2825707

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I've created the following view that will display to display only markers.
- hidden link

I've removed the marker shortcode from your previous view:
- hidden link

I've added the newly created view that displays the map within the "Loop Editor" section.
- hidden link

[wpv-view name="show-all-land-search-for-map" view_display="layout"]

Can you please confirm it works as expected.

#2825786

When you zoom in, the markers disappear and you can't click on them to get more information like before, so this is not working. It does show all at first and then filter them out with the filter results, so that part is good

#2825828

I fixed that issue - just needed to add the marker icon urls back in. Now this is working as I wanted, thanks.