julieP
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 |
---|---|---|---|---|---|
Which CRED API hooks execute last?
1
2
Started by: julieP
in: Toolset Professional Support
Problem: Solution: cred_success_redirect Relevant Documentation: |
|
2 | 21 | 6 years, 6 months ago | |
Check Logged In Status of other users
Started by: julieP
in: Toolset Professional Support
Problem: Solution: |
|
2 | 5 | 6 years, 6 months ago | |
Customize Maps on Forms
Started by: julieP
in: Toolset Professional Support
Problem: Solution: |
|
2 | 7 | 6 years, 6 months ago | |
Customising toolset-google-map-container class on Post Forms
Started by: julieP
in: Toolset Professional Support
Problem: I would like to customize the address custom field display on a Form. I would like to remove the map and hide the "Show / Hide coordinates" and "Use my location" links. Solution: There is no API to turn these items off, so you would have to use custom CSS to hide them. .toolset-google-map-inputs-container { font-size: 0; } .toolset-google-map-inputs-container input { font-size: 12px; } |
|
2 | 5 | 6 years, 6 months ago | |
Class 'Litespeed_Cache_ESI' not found errors in log
Started by: julieP in: Toolset Professional Support |
|
2 | 7 | 6 years, 6 months ago | |
How to customize use my location button text with maps distance filter
Started by: julieP
in: Toolset Professional Support
Problem: jQuery(document).ready(function($){ $('.js-toolset-maps-distance-current-location').val('Use my location'); }); Relevant Documentation: |
|
2 | 5 | 6 years, 6 months ago | |
How to set default distance and unit using toolset maps distance filter
Started by: julieP
in: Toolset Professional Support
Problem: Solution: For example: [wpv-control-distance default_distance="20" default_unit="mi" compare_field="town" distance_center_url_param="toolset_maps_distance_center" distance_radius_url_param="toolset_maps_distance_radius" distance_unit_url_param="toolset_maps_distance_unit" inputs_placeholder="Within 20 miles of %%CENTER%%"] Relevant Documentation: |
|
3 | 4 | 6 years, 6 months ago | |
How do I customise the placeholder text Enter a location inside the toolset-maps-distance-center input field
Started by: julieP
in: Toolset Professional Support
Problem: Solution: jQuery(document).ready(function(){ $('#toolset-maps-distance-center').attr('placeholder',' add your place holder text'); }); Relevant Documentation: |
|
2 | 3 | 6 years, 6 months ago | |
Customising Search Form Using Maps Distance Filter (Q1)
Started by: julieP
in: Toolset Professional Support
Problem: Solution: #toolset-maps-distance { display: none !important; } Currently there is no native feature available to change the mi option value but as a workaround you can use the following javascript code and add it to JS box and try to resolve your issue. jQuery(document).ready(function($){ $('#toolset-maps-distance option[value=mi]').text('Miles') }); Relevant Documentation: |
|
2 | 6 | 6 years, 6 months ago | |
Server Side Google Maps API Key
Started by: julieP
in: Toolset Professional Support
Problem: Solution: The intention is that you create the main API key with URL referrer restrictions for your site (for exposed front-end requests) and the second key with no such restrictions which we will use for the unexposed server-based requests. If your site has a fixed IP address you could add IP-based restrictions to the second key. Relevant Documentation: |
|
2 | 3 | 6 years, 6 months ago |