nicolaS-3
Support threads created in the last 30 days: 2
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
| Status | Topic | Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Relevanssi text search ignoring distance filter settings
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 3 | 4 days ago | |
|
Use address typed by user to center a maps
Started by: nicolaS-3
in: Toolset Professional Support
Problem: A legacy Toolset View needed to let visitors enter any address and center the map on it while displaying markers within a specified radius. Solution: Configure the Distance Query Filter to obtain its center from the toolset_maps_distance_center URL parameter, then add a Distance filter under Search and Pagination to generate the front-end address and radius controls. Set the View to display custom-search results and enable AJAX updates so the results and map refresh when the address changes. Relevant Documentation: |
|
1 | 4 | 3 weeks, 2 days ago | |
|
Help for translating a parametric label
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 15 | 2 months, 2 weeks ago | |
|
Two relationship forms interfering -2
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 14 | 5 months, 3 weeks ago | |
|
Two relationship forms interfering
1
2
3
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 31 | 6 months, 1 week ago | |
|
“Please wait” message while map is loading
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 2 | 6 months, 2 weeks ago | |
|
CSS not rendered in legacy view
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 2 | 6 months, 3 weeks ago | |
|
Cascading search fields in view
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 4 | 7 months, 1 week ago | |
|
Form with custom field taxonomy dependant
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 4 | 7 months, 2 weeks ago | |
|
Top main menu in WP Archive page missing
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 9 | 1 year, 2 months ago | |
|
Using URL parameters
Started by: nicolaS-3
in: Toolset Professional Support
Problem: I want to display a URL parameter (e.g., ?usr=johndoe) inside a Toolset Field & Text block, but my shortcode using get_query_var() always returns "Guest" instead of the actual value. Solution: Use $_GET['usr'] instead of get_query_var() in your shortcode, and sanitize it like this:
function get_usr_param() {
return isset($_GET['usr']) ? sanitize_text_field($_GET['usr']) : 'Guest';
}
add_shortcode('get_usr_param', 'get_usr_param');
Then use [get_usr_param] in the Field & Text block. |
|
1 | 2 | 1 year, 2 months ago | |
|
How to let the user enter distance radius
1
2
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 16 | 1 year, 3 months ago | |
|
Woocommerce and Toolset conflict
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 9 | 1 year, 4 months ago | |
|
Cred form relationship default value as current user
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 7 | 1 year, 5 months ago | |
|
Include post-id in free text filter
Started by: nicolaS-3 in: Toolset Professional Support |
|
1 | 2 | 1 year, 5 months ago |