nicolaS-3
Fils de soutien créés au cours des 30 derniers jours : 2
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
Relevanssi text search ignoring distance filter settings
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 3 | Il y a 3 days, 23 hours | |
|
Use address typed by user to center a maps
Commencé par : 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 | Il y a 3 weeks, 2 days | |
|
Help for translating a parametric label
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 15 | Il y a 2 months, 2 weeks | |
|
Two relationship forms interfering -2
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 14 | Il y a 5 months, 3 weeks | |
|
Two relationship forms interfering
1
2
3
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 31 | Il y a 6 months, 1 week | |
|
“Please wait” message while map is loading
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 2 | Il y a 6 months, 2 weeks | |
|
CSS not rendered in legacy view
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 2 | Il y a 6 months, 3 weeks | |
|
Cascading search fields in view
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 4 | Il y a 7 months, 1 week | |
|
Form with custom field taxonomy dependant
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 4 | Il y a 7 months, 2 weeks | |
|
Top main menu in WP Archive page missing
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 9 | Il y a 1 year, 2 months | |
|
Using URL parameters
Commencé par : 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 | Il y a 1 year, 2 months | |
|
How to let the user enter distance radius
1
2
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 16 | Il y a 1 year, 3 months | |
|
Woocommerce and Toolset conflict
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 9 | Il y a 1 year, 4 months | |
|
Cred form relationship default value as current user
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 7 | Il y a 1 year, 5 months | |
|
Include post-id in free text filter
Commencé par : nicolaS-3 in: Toolset Professional Support |
|
1 | 2 | Il y a 1 year, 5 months |