FRANCESCOD7762
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
tinyMce Editor : link button not working
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
1 | 14 | Il y a 3 months, 2 weeks | |
|
Private collection not displaying properly
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
1 | 10 | Il y a 11 months, 2 weeks | |
|
Recaptcha not showing in Lost Password Form
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
1 | 7 | Il y a 1 year | |
|
php messages of deprecated functions after migrating to nes hosting service
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
1 | 2 | Il y a 1 year, 3 months | |
|
WordPress 7.1 update issues
Commencé par : FRANCESCOD7762
in: Toolset Professional Support
Problem: After updating WordPress to version 6.7.1, two issues occurred: Image sizing in Toolset Views was altered. UI elements, including the update button, disappeared from the Toolset Content Templates Editing Screen, making updates impossible. Solution: Image Sizing Issue: WordPress 6.7.1 has reportedly fixed the image sizing bug. Test it on a clone of your website before applying it to the live site. Toolset UI Misalignment: Toolset has released a hotfix to resolve the UI alignment issue. Relevant Documentation: https://toolset.com/errata/image-block-displays-wrong-image-size-with-wordpress-6-7/ |
|
1 | 6 | Il y a 1 year, 6 months | |
|
Is there a Post type form field to assign a content template to a Custom Post ?
1
2
Commencé par : FRANCESCOD7762
in: Toolset Professional Support
Problem: The customer was working on a Custom Post Type ("Object") that represents artworks on their museum platform. They created specific content templates for different museums to cater to their unique display requirements. However, there was no option in the Custom Post Type Forms for the museum staff to assign the appropriate content template when creating or editing an artwork. The customer wanted to eliminate the need for staff to navigate the wp-admin editing page, which could lead to confusion and errors. Solution: We suggested utilizing a generic field in the form to enable the selection of a content template. The customer successfully implemented a dropdown select field, but encountered an issue where the selected option did not display when returning to the form. To resolve this, we provided a custom PHP function that retrieves the current template assigned to the post. The code snippet for the function is as follows:
add_action('cred_save_data', 'my_save_data_action', 10, 2);
function my_save_data_action($post_id, $form_data) {
// Array of form IDs for which the action should be triggered
$form_ids = array(21166, 18806);
// Check if the current form ID is in the list
if (in_array($form_data['id'], $form_ids)) {
if (isset($_POST['select-template'])) {
update_post_meta($post_id, '_views_template', sanitize_text_field($_POST['select-template']));
}
}
}
After further testing, we recommended that for museum editors, the solution could be simplified by hardcoding the content template ID to ensure the correct template is always assigned. This change allowed for the expected functionality when creating or editing artworks. Relevant Documentation: |
|
2 | 16 | Il y a 1 year, 8 months | |
|
Views stop working for logged out users
Commencé par : FRANCESCOD7762
in: Toolset Professional Support
Problem: Solution: These 2 options got to be turned off here, in order for the Toolset Views to be displayed properly in Pages and Templates. |
|
2 | 10 | Il y a 2 years, 6 months | |
|
When updating to WordPress 6.4, Custom Types Editing Templates stop working
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
2 | 2 | Il y a 2 years, 7 months | |
|
Split: I neeed to set a Duplicate Post link on front end (no user access admin pages) – update post slug for duplicated post
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
2 | 13 | Il y a 2 years, 7 months | |
|
updating a custom post permalink/slug on a post form
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
2 | 5 | Il y a 2 years, 7 months | |
|
I neeed to set a Duplicate Post link on front end (no user access admin pages)
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
2 | 8 | Il y a 2 years, 7 months | |
|
cred-delete-relationship shortcode
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
2 | 5 | Il y a 2 years, 7 months | |
|
Login form triggeres fatal error
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
2 | 5 | Il y a 2 years, 9 months | |
|
Impossible to connect Toolset plugin to toolset
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
2 | 4 | Il y a 2 years, 12 months | |
|
Error when importing with Sheet Editor
Commencé par : FRANCESCOD7762 in: Toolset Professional Support |
|
2 | 7 | Il y a 3 years, 4 months |