lucyD
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Protect access to bbpress forum pages
Started by: lucyD in: Toolset Professional Support |
|
1 | 3 | 3 months ago | |
Change color of map markers
Started by: lucyD in: Toolset Professional Support |
|
1 | 3 | 3 months, 1 week 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 | 8 months, 2 weeks 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 | 8 months, 2 weeks 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 | 10 months, 2 weeks ago | |
Content template not saving
Started by: lucyD in: Toolset Professional Support |
|
2 | 5 | 10 months, 2 weeks ago | |
General text search and distance filter don't work together
Started by: lucyD in: Toolset Professional Support |
|
2 | 7 | 11 months, 3 weeks ago | |
Showing general text search results on map
Started by: lucyD in: Toolset Professional Support |
|
2 | 6 | 12 months ago | |
Ordering results by distance only when the distance filter is used
Started by: lucyD in: Toolset Professional Support |
|
2 | 9 | 1 year 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, 2 months ago | |
Display all directory entries on map but list with pagination
Started by: lucyD in: Toolset Professional Support |
|
2 | 9 | 1 year, 3 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 | 1 year, 11 months ago | |
Directory search results by distance
Started by: lucyD in: Toolset Professional Support |
2 | 3 | 2 years, 1 month ago | ||
Problem with layout of content template using block editor
Started by: lucyD
in: Toolset Professional Support
Problem: I would like to display a full-width template on my custom post type, but it remains boxed in a container. Solution: Disable the Elementor post type template for this custom post type and use the GeneratePress theme options to specify a full-width template. |
|
2 | 5 | 4 years, 6 months ago |