nicolaS-3
Admite hilos creados en los últimos 30 días: 2
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
Relevanssi text search ignoring distance filter settings
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 3 | 3 days, 23 hours ago | |
|
Use address typed by user to center a maps
Iniciado por: nicolaS-3
en: 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
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 15 | 2 months, 2 weeks ago | |
|
Two relationship forms interfering -2
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 14 | 5 months, 3 weeks ago | |
|
Two relationship forms interfering
1
2
3
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 31 | 6 months, 1 week ago | |
|
“Please wait” message while map is loading
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 2 | 6 months, 2 weeks ago | |
|
CSS not rendered in legacy view
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 2 | 6 months, 3 weeks ago | |
|
Cascading search fields in view
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 4 | 7 months, 1 week ago | |
|
Form with custom field taxonomy dependant
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 4 | 7 months, 2 weeks ago | |
|
Top main menu in WP Archive page missing
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 9 | 1 year, 2 months ago | |
|
Using URL parameters
Iniciado por: nicolaS-3
en: 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
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 16 | 1 year, 3 months ago | |
|
Woocommerce and Toolset conflict
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 9 | 1 year, 4 months ago | |
|
Cred form relationship default value as current user
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 7 | 1 year, 5 months ago | |
|
Include post-id in free text filter
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
1 | 2 | 1 year, 5 months ago |