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 |
---|---|---|---|---|---|
Map don't load if one of the posts is not well filled (2)
1
2
Started by: romanB-3 in: Toolset Professional Support |
2 | 25 | 6 years, 1 month ago | ||
Taxonomy update broke link with post type it was associated with
Started by: romanB-3
in: Toolset Professional Support
Problem: I am unable to select post types in the custom taxonomy editor screen, so I cannot associate the custom taxonomy with any post types. I am also unable to see the "Options" settings, and it looks like the page is incomplete. An error is shown in the logs: [11-Sep-2018 15:45:53 UTC] PHP Fatal error: Uncaught Error: Call to undefined function mb_strtolower() in /path/to/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.types.admin.page.php:708 Solution: Ask your site's hosting team to install and activate the Multibyte String (mbstring) extension for PHP. This extension is required for Toolset. Relevant Documentation: |
2 | 9 | 6 years, 2 months ago | ||
Map don't load if one of the posts is not well filled
1
2
Started by: romanB-3 in: Toolset Professional Support |
3 | 17 | 6 years, 3 months ago | ||
Types crashes the backend
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: Please contact your server/hosting authority and ask them to activate the SimpleXML module on your server and try to resolve your issue. Relevant Documentation: |
2 | 3 | 6 years, 4 months ago | ||
Bug on "detect geoloc" button on smartphone
Started by: romanB-3 in: Toolset Professional Support |
2 | 4 | 6 years, 5 months ago | ||
Activating Layouts crashes the site (503 server error)
Started by: romanB-3
in: Toolset Professional Support
Problem: When I activate Layouts it crashes the site with a 503 error. Solution: In this case it looks like there was a missing directory in the active theme directory. Replacing the directory should resolve the problem. |
2 | 3 | 6 years, 5 months ago | ||
Activating Layouts crashes the site (503 server error)
Started by: romanB-3 in: Toolset Professional Support |
2 | 4 | 6 years, 7 months ago | ||
Conditionally show a custom search filter based on another filter
Started by: romanB-3
in: Toolset Professional Support
Problem: I have a custom search View that includes several filters. I would like to show or hide some filters based on the selections made in other filters. Solution: There is not currently a good way to manage the visibility of filters like this. We do offer an option "Only show the available inputs" which may help clear up the display, but granular filter visibility control is not currently possible. Relevant Documentation: https://toolset.com/documentation/user-guides/front-page-filters/advanced-settings-custom-search/#dependent-parametric-search |
2 | 2 | 6 years, 7 months ago | ||
Cred form doesn't appear on page
Started by: romanB-3 in: Toolset Professional Support |
1 | 2 | 6 years, 8 months ago | ||
Use a CRED generic select field to save a User ID as a post custom field
Started by: romanB-3
in: Toolset Professional Support
Problem: I have a CRED form that includes a generic select field. The options for this select field are generated by a View. When the post is created by CRED, the User ID value is saved correctly in my custom field. However when I edit the post with CRED, the correct User ID is not selected in the generic field, and changes to the User ID do not get saved correctly in the post. Solution: In functions.php: function get_field_from_parent_by_url_param_func($atts) { $param = $atts['param']; $field = 'wpcf-' . $atts['field']; $value = get_post_meta($_GET[$param], $field, true); return $value; } add_shortcode('get_field_from_parent_by_url_param', 'get_field_from_parent_by_url_param_func'); add_action('cred_save_data', 'sauver_responsable_projet',10,2); function sauver_responsable_projet($post_id, $form_data){ if ($form_data['id']==87 OR $form_data['id']==565){ if (isset($_POST['responsable-projet'])){ update_post_meta($post_id, 'wpcf-responsable-projet', $_POST['responsable-projet']);}}} In the CRED form: [cred_generic_field field='responsable-projet' type='select' class='' urlparam=''] { "required":1, "validate_format":0, "persist":1, "default":["[get_field_from_parent_by_url_param field='responsable-projet' param='numero']"], "options":[json-users-list] } [/cred_generic_field]<br /> Relevant Documentation: |
2 | 15 | 6 years, 10 months ago | ||
Map don't load in addresses fields in backend with Enfold
Started by: romanB-3 in: Toolset Professional Support |
2 | 4 | 6 years, 10 months ago | ||
Function to get the term of the current week (CPT)
Started by: romanB-3 in: Toolset Professional Support |
2 | 9 | 6 years, 11 months ago | ||
Displaying the distance tool for maps
Started by: romanB-3 in: Toolset Professional Support |
2 | 8 | 6 years, 11 months ago | ||
Parent custom post type taxonomy as parametric filter in child post type view
Started by: romanB-3 in: Toolset Professional Support |
3 | 6 | 6 years, 11 months ago | ||
View doesn't load on frontend
Started by: romanB-3 in: Toolset Professional Support |
3 | 14 | 6 years, 11 months ago |