simonM-5
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 |
|---|---|---|---|---|---|
|
New erroneous behaviour in Toolset Forms checkboxes
Started by: simonM-5
in: Toolset Professional Support
Problem: Checkbox labels for taxonomy inputs are not connected to their corresponding input fields. Solution: Update to the latest version of Toolset Forms to get the fix for this issue. |
|
2 | 8 | 4 years, 6 months ago | |
|
Issue with Support > Technical Support not showing all open tickets
Started by: simonM-5 in: Toolset Professional Support |
|
4 | 13 | 4 years, 6 months ago | |
|
Issues with the Toolset-provided custom code snippet when activating child theme
Started by: simonM-5 in: Toolset Professional Support |
|
2 | 2 | 4 years, 7 months ago | |
|
Compare message date with WC Subscription End Date or Subscr. Status conditional
Started by: simonM-5 in: Toolset Professional Support |
|
2 | 7 | 4 years, 7 months ago | |
|
_cred_post_expiration_time is not respecting timezone or problem with view query
1
2
Started by: simonM-5 in: Toolset Professional Support |
|
3 | 21 | 4 years, 8 months ago | |
|
Email notifications not being sent for expiring posts
Started by: simonM-5
in: Toolset Professional Support
Problem: The "cred_post_expiration_event" Cron Event is missing after migrate website. Solution: You can try these: https://toolset.com/forums/topic/email-notifications-not-being-sent-for-expiring-posts/#post-1932881 Relevant Documentation: |
|
2 | 9 | 4 years, 8 months ago | |
|
I suspect that the Toolset plugin is not adhering to the correct timezone
Started by: simonM-5 in: Toolset Professional Support |
|
1 | 2 | 4 years, 8 months ago | |
|
Date pickers appear empty in Toolset Forms Edit Mode
1
2
Started by: simonM-5 in: Toolset Professional Support |
|
3 | 20 | 4 years, 10 months ago | |
|
Unable to tick and untick certain boxes in Toolset Access Control
Started by: simonM-5
in: Toolset Professional Support
Problem: Toolset Access settings checkboxes are not working correctly. Solution: Update to the latest version of Toolset plugins. |
|
2 | 4 | 4 years, 10 months ago | |
|
Limiting addresses in Forms via JS disables display of map when filling out form
Started by: simonM-5
in: Toolset Professional Support
Problem: I would like to limit the addresses suggested by the address field in a front-end Form to one specific country. Solution: Add a custom JavaScript snippet to the Form's JS editor:
var delayed = function() {
jQuery(".js-toolset-maps-address-autocomplete").each(function(index,item){
var map = jQuery(item).closest('.js-toolset-google-map-container').find('.js-toolset-google-map-preview:eq(0)');
jQuery(item).geocomplete({'country':'DE', 'type': [], 'map': map});
});
};
jQuery(document).ready(function(){
setTimeout( delayed, 2000 );
});
|
|
2 | 7 | 4 years, 11 months ago | |
|
Limit Google Map address locations to Germany via Toolset Forms
Started by: simonM-5
in: Toolset Professional Support
Problem: I would like to limit the autocomplete address options in a Toolset Forms address field to be from a specific country, Germany. Solution: Add the following JavaScript snippet to your Form's JS panel:
jQuery(document).ready(function(){
jQuery(".js-toolset-maps-address-autocomplete").geocomplete({country: 'DE',type: []});
});
|
|
2 | 3 | 4 years, 11 months ago | |
|
Sorting by Last Modified not being respected on Front End
1
2
Started by: simonM-5 in: Toolset Professional Support |
|
2 | 20 | 5 years, 3 months ago | |
|
WPML string translations not being respected
Started by: simonM-5 in: Toolset Professional Support |
|
2 | 10 | 5 years, 8 months ago |