romanB-3
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 |
---|---|---|---|---|---|
Columns building buttons have disappeared ?
Started by: romanB-3
in: Toolset Professional Support
Problem: After the latest update, Bootstrap toolbar buttons do not appear above WYSIWYG fields when I activate Layouts. Solution: Update to the latest versions of Toolset plugins. |
2 | 5 | 6 years, 11 months ago | ||
LatLng fields names to import with WP All Import
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: Normally these store an address as a string, but can also store comma separated lat/lon coordinates, e.g. "55.9485977,-3.2021022" |
2 | 3 | 6 years, 11 months ago | ||
Fatal error require_once(): Failed opening required 'field/class.radio.php' (inc
Started by: romanB-3 in: Toolset Professional Support |
5 | 10 | 7 years ago | ||
PHP Fatal error: “Uncaught Error: Unsupported operand types” when using datepicker in cred_save_data
Started by: romanB-3
in: Toolset Professional Support
Problem: In a cred_save_data hook, I would like to add the timestamp from a datepicker field to another number, but instead I see a PHP error: PHP Fatal error: Uncaught Error: Unsupported operand types Solution: Each datepicker field sends an array of information in the $_POST superglobal, and you cannot add an array to a number. To access the timestamp, use the ['timestamp'] key: $date_emission = ($_POST['wpcf-date-d-emission-de-l-offre']['timestamp']); Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data |
2 | 3 | 7 years, 1 month ago | ||
JS/jQuery problem in Views – “Uncaught TypeError: $ is not a function”
Started by: romanB-3
in: Toolset Professional Support
Problem: I have added some code that uses jQuery but it doesn't work. $(function() { $('#roleutilisateur').change(function(){ $('.roles').hide(); $('#' + $(this).val()).show(); }); }); Solution: When using Views, the namespace for jQuery is "jQuery" instead of "$". If you use the standard $ namespace, you may see an error in the console like: Uncaught TypeError: $ is not a function Rewrite your code to use jQuery instead of $ and check for errors: jQuery(function() { jQuery('#roleutilisateur').change(function(){ jQuery('.roles').hide(); jQuery('#' + jQuery(this).val()).show(); }); }); Relevant Documentation: https://toolset.com/documentation/user-guides/adding-custom-javascript-views/ |
2 | 3 | 7 years, 1 month ago | ||
Integrate Toolset Maps with Heatmaps Google API
Started by: romanB-3 in: Toolset Professional Support |
2 | 9 | 7 years, 1 month ago | ||
Single pin image visible only for administrators
Started by: romanB-3
in: Toolset Professional Support
Problem: When I look at a View as an Admin user, I am able to see the custom map marker image I have selected in the marker settings. If I log in as a different user role, the image does not appear. Solution: Check the marker image URL and be sure it's pointing to the correct location. In this case, the URL was pointing at a different site. Relevant Documentation: https://toolset.com/documentation/user-guides/display-on-google-maps/ |
2 | 7 | 7 years, 1 month ago | ||
Sort doesn't work
1
2
Started by: romanB-3 in: Toolset Professional Support |
2 | 18 | 7 years, 2 months ago | ||
Toolset Layouts and Modern Tribe The Events Calendar integration ?
Started by: romanB-3 in: Toolset Professional Support |
2 | 7 | 7 years, 2 months ago | ||
Use sort on several wpcf
1
2
Started by: romanB-3 in: Toolset Professional Support |
2 | 18 | 7 years, 2 months ago | ||
Sort doesn’t work
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: So if you really want to try it out, you need to search through Views code / files to find the hook OR To get to know about which Views Hooks are executed on the page (frontend or backend), I suggest you a good way to detect those, please use following plugin & its addon: Our doc explains more about this strategy (section: Troubleshooting): https://toolset.com/documentation/programmer-reference/toolset-hooks/ |
2 | 7 | 7 years, 2 months ago | ||
Default value for a generic select cred field
Started by: romanB-3 in: Toolset Professional Support |
2 | 5 | 7 years, 2 months ago | ||
Conditionally populate the Parent Post Picker of CRED
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | 7 years, 2 months ago | ||
Filtering by grand-parent in parametric search
Started by: romanB-3 in: Toolset Professional Support |
2 | 10 | 7 years, 2 months ago | ||
Filter by parent post field
Started by: romanB-3 in: Toolset Professional Support |
2 | 2 | 7 years, 2 months ago |