matthiasG
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 |
---|---|---|---|---|---|
Group Field + repeating fields
Started by: matthiasG in: Toolset Professioneller Support |
1 | 2 | 5 years, 9 months ago | ||
types_render_field show label of each checkbox option
Started by: matthiasG
in: Toolset Professioneller Support
Problem: Solution: [types field='checks' state="checked" option="0"]Custom title 1[/types] [types field='checks' state="checked" option="1"]Custom title 2[/types] [types field='checks' state="checked" option="2"]Custom title 3[/types] The client wanted to be able to do this directly in a PHP template, and the solution in that case is to reproduce the above shortcodes and then use the do_shortcode function. Relevant Documentation: |
2 | 3 | 5 years, 10 months ago | ||
Map marker is not be shown
Started by: matthiasG in: Toolset Professioneller Support |
2 | 2 | 6 years, 8 months ago | ||
Nested Repeating Fields Groups
Started by: matthiasG
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 6 years, 8 months ago | ||
Parametric search with post status filter
Started by: matthiasG in: Toolset Professional Support |
2 | 7 | 6 years, 8 months ago | ||
Message handling / class
Started by: matthiasG
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 9 | 6 years, 9 months ago | ||
Adding template for checkbox loop
Started by: matthiasG in: Toolset Professioneller Support |
2 | 5 | 6 years, 9 months ago | ||
Passwords do not match?
1
2
Started by: matthiasG in: Toolset Professional Support |
3 | 25 | 7 years, 1 month ago | ||
If setting conditions based on a radiofield site isn’t working properly
Started by: matthiasG
in: Toolset Professioneller Support
Problem: Warning: require_once(field/class.radio.php): failed to open stream: No such file or directory in .../cred-frontend-editor/application/controllers/form_rendering.php on line 83 >Fatal error: require_once(): Failed opening required 'field/class.radio.php' (include_path='.:/usr/share/php/:/usr/share/php5/') in .../cred-frontend-editor/application/controllers/form_rendering.php on line 83 Solution: |
2 | 3 | 7 years, 1 month ago | ||
Reload page after change of ion range slider
Started by: matthiasG
in: Toolset Professioneller Support
Problem: I would like to modify the URL search parameters and trigger an AJAX update of the search form results when my custom Ion Range Slider is changed. Solution: $("#range1").ionRangeSlider({ min: 0, max: 100, step: step, hide_min_max: true, onChange: function (data) { var min = data.min; // get the minimum value from the range slider var max = data.max; // get the maximum value from the range slider // do something with this information } }); Then trigger an AJAX update by throwing a generic 'change' event on any form element with class 'js-wpv-filter-trigger': jQuery('.js-wpv-filter-trigger:first').trigger('change'); Relevant Documentation: Change handler examples: Custom search documentation: |
2 | 6 | 7 years, 5 months ago | ||
Own serach dropdown serach in custom field
Started by: matthiasG in: Toolset Professioneller Support |
2 | 5 | 7 years, 5 months ago |