The issue here is that the user's views weren't loading at all on the frontend. Solution:
Checking on the issue here I found that the views were being loaded as the view's debug information was returning the correct data but nothing was displayed on the page.
This issue turned out to be caused by the user running an older and outdated version of wordpress. Updating to the latest version of wordpress resolved the issue.
Problem:
display custom field value label for the checkboxes field
Solution:
If you are using Toolset blocks:
- you should try to display checkboxes field using single field block
If you are using classic views:
- you can use the Types shortcode:
The issue here is that the user is getting the message "Plugin cannot connect to toolset.com" on their backend screen Solution:
To resolve this issue, Can you do the following:
1. Go to your wordpress dashboard.
2. Click on Dashboard -> Updates.
3. Click on Check Again.
Once you've done this the issue should no longer appear.
Problem: In my Product post template, I would like to show a map with a marker at an address set by a custom field. If the address field has no value, I would like to hide the map.
Solution: Use conditionals testing the value of the address custom field to show content conditionally. Use the wpv-map-render and wpv-map-marker shortcodes to display the map and marker.