PiotrO586
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
When I access the post creation page on the frontend I receive an error.
1
2
Gestartet von: julietA
in: Toolset Professional Support
Problem: The submit button on my CRED form does not seem to do anything. Solution: The latest version of CRED, 1.9.3, includes a fix that should resolve the AJAX form submission problem. |
4 | 16 | vor 7 Jahren | ||
Is there a way to duplicate custom field groups?
Gestartet von: kristinA
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | vor 7 Jahren, 5 Monaten |
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Errors caused by last update
Gestartet von: PiotrO586
in: Toolset Professional Support
Problem: Solution: |
3 | 8 | vor 3 Jahren, 6 Monaten | ||
Convert classic content to blocks
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 9 | vor 3 Jahren, 7 Monaten | ||
views_woo_price is not updated for new products
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 3 | vor 4 Jahren, 6 Monaten | ||
Posts Groups names
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 6 | vor 4 Jahren, 8 Monaten | ||
Submitting/editing content with CRED when layout is assigned to display CTP
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 5 | vor 4 Jahren, 10 Monaten | ||
Access and read permissions for Posts Groups
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 2 | vor 4 Jahren, 10 Monaten | ||
There has been a critical error on your website
Gestartet von: PiotrO586 in: Toolset Professional Support |
3 | 7 | vor 4 Jahren, 10 Monaten | ||
Nesting taxonomies
Gestartet von: PiotrO586
in: Toolset Professional Support
Problem: I have two custom taxonomies, TaxA and TaxB. I would like to create a filtered list of posts organized by taxonomy term in a nested format where TaxA is the top-level structure, with all TaxB terms nested inside each TaxA term, and filtered posts displayed beneath TaxB terms. Solution: Use a series of nested Views filtered by shortcode attributes. Relevant Documentation: |
2 | 5 | vor 5 Jahren | ||
Plugins update issue
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 3 | vor 5 Jahren, 6 Monaten | ||
Sortable first and last name columns in a view
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 3 | vor 5 Jahren, 7 Monaten | ||
Forms content replaced after plugin update
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 2 | vor 5 Jahren, 7 Monaten | ||
Creating posts in multiple languages via frontend
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 4 | vor 5 Jahren, 7 Monaten | ||
Adding new child post doesn’t assign parent, while editing child post does
Gestartet von: PiotrO586
in: Toolset Professional Support
Problem: It seems that a new Child Form on the parent post page does not properly assign the parent post. The parent appears to be selected, but not saved. Solution: There is currently a known issue where new child post forms displayed on a page with a Layout are not assigning parents correctly. The following code snippet will work around the issue until a fix is ready: add_action('cred_save_data', 'toolset_fix_layout_relationship_bug',10,2); function toolset_fix_layout_relationship_bug($post_id, $form_data) { // one array for each form $hash = array( array( 'id' => 282, 'slugs' => array('profile-service'), ), ); // closure to find the matching array hash item and slug $find = function( $var ) use ($form_data) { $el = ($var['id']==$form_data['id']); return $el; }; // create an array of form IDs where you want to apply this code $forms = array_column( $hash, 'id' ); if ( in_array( $form_data['id'], $forms ) ) { // find the slug array in the matching hash item and use it to connect the parent post $thisHash = array_filter( $hash, $find ); $slugs = $thisHash[array_keys($thisHash)[0]]['slugs']; foreach( $slugs as $slug ) { $parent_id = $_POST['@' . $slug . '_parent']; $parent = toolset_connect_posts( $slug, $parent_id, $post_id ); } } } |
2 | 7 | vor 5 Jahren, 9 Monaten | ||
Empty Paragraphs missing after saving Content Layout
1
2
Gestartet von: PiotrO586
in: Toolset Professional Support
Problem: Solution: We will work on improvements related to this, however we also suggest not using empty HTML P tags… |
3 | 17 | vor 5 Jahren, 9 Monaten | ||
Password being included for translation
Gestartet von: PiotrO586 in: Toolset Professional Support |
2 | 4 | vor 5 Jahren, 9 Monaten |