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.