lucyD
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
| Status | Topic | Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Map not updating when location deleted
Started by: lucyD in: Toolset Professional Support |
|
1 | 15 | 2 weeks, 2 days ago | |
|
Insert map in Divi template for single custom post
Started by: lucyD in: Toolset Professional Support |
|
1 | 4 | 2 months ago | |
|
Protect access to bbpress forum pages
Started by: lucyD in: Toolset Professional Support |
|
1 | 3 | 7 months, 4 weeks ago | |
|
Change color of map markers
Started by: lucyD in: Toolset Professional Support |
|
1 | 3 | 8 months ago | |
|
Add Toolset map to Elementor page
Started by: lucyD
in: Toolset Professional Support
Problem: I am trying to add a map, created with Toolset, that displays locations from a repeatable field group on a page designed with Elementor. However, when using the shortcodes, the map appears without markers. Solution: Create the View using Toolset's legacy mode and include the map and its markers within the View. Then, use the [wpv-view name="Name of the view"] shortcode in Elementor to display the map. Make sure to enable legacy views under "Toolset > Settings > General". Relevant Documentation: https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/ |
|
2 | 2 | 1 year, 1 month ago | |
|
I would like a search on the home page that goes to the main directory page
Started by: lucyD in: Toolset Professional Support |
|
2 | 11 | 1 year, 1 month ago | |
|
Use AND when filtering by custom taxonomy
Started by: lucyD
in: Toolset Professional Support
Problem: Solution:
add_filter('wpv_filter_query', 'custom_taxonomy_query_operator', 10, 3);
function custom_taxonomy_query_operator($query_args, $view_settings, $view_id) {
if ($view_id == 509) {
if (isset($query_args['tax_query'])) {
foreach ($query_args['tax_query'] as &$tax_query) {
if (isset($tax_query['operator']) && $tax_query['operator'] == 'IN') {
$tax_query['operator'] = 'AND';
}
}
}
}
return $query_args;
}
|
|
2 | 7 | 1 year, 3 months ago | |
|
Content template not saving
Started by: lucyD in: Toolset Professional Support |
|
2 | 5 | 1 year, 3 months ago | |
|
General text search and distance filter don't work together
Started by: lucyD in: Toolset Professional Support |
|
2 | 7 | 1 year, 4 months ago | |
|
Showing general text search results on map
Started by: lucyD in: Toolset Professional Support |
|
2 | 6 | 1 year, 4 months ago | |
|
Ordering results by distance only when the distance filter is used
Started by: lucyD in: Toolset Professional Support |
|
2 | 9 | 1 year, 4 months ago | |
|
Can I order results by distance only when the distance filter is used
Started by: lucyD in: Toolset Professional Support |
|
2 | 3 | 1 year, 6 months ago | |
|
Display all directory entries on map but list with pagination
Started by: lucyD in: Toolset Professional Support |
|
2 | 9 | 1 year, 8 months ago | |
|
Classic Editor plugin causing issues with custom fields
Started by: lucyD
in: Toolset Professional Support
Problem: I am working on a site that has a custom theme with the Classic Editor plugin active. I have created a page that uses the block editor by using a code snippet to enable it. I am adding a view to that page using Toolset Blocks but the custom fields I have created are not available to me when adding a Single Field block. If I disable the Classic Editor plugin all is well but I can't do that because the rest of the theme relies on it. Is there are setting I'm missing or something else you can suggest. Solution: - remove the code snippet |
|
2 | 3 | 2 years, 4 months ago | |
|
Directory search results by distance
Started by: lucyD in: Toolset Professional Support |
2 | 3 | 2 years, 6 months ago |