tony
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
How to include the wordpress post attributes for 0rder in a Cred form
Gestartet von: tony in: Toolset Professional Support |
3 | 10 | vor 2 Jahren | ||
Views -Select posts in a relationship that are related to any of multiple values
Gestartet von: tony in: Toolset Professional Support |
2 | 5 | vor 4 Jahren, 9 Monaten | ||
functions php on line 4609
Gestartet von: tony
in: Toolset Professional Support
Problem: Solution: The user was able to fix it following this article https://www.kevinleary.net/wordpress-ob_end_flush-error-fix/ By adding the following code to theme's functions.php /** * Proper ob_end_flush() for all levels * * This replaces the WordPress `wp_ob_end_flush_all()` function * with a replacement that doesn't cause PHP notices. */ remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 ); add_action( 'shutdown', function() { while ( @ob_end_flush() ); } ); |
2 | 6 | vor 4 Jahren, 9 Monaten | ||
Modal display of post form parent selection not working
1
2
Gestartet von: tony
in: Toolset Professional Support
Problem: isplay a post form to create a post, in a Bootstrap modal, Solution: It is the same probelm as the select2 document: And can be fixed with JS codes: jQuery(document).on( 'cred_form_ready', function($) { // ALL YOUR CRED form JS code goes here. Add your JS code here jQuery.fn.modal.Constructor.prototype.enforceFocus = function() {} }); Relevant Documentation: |
3 | 26 | vor 5 Jahren | ||
[wpv-login-form] and other short codes have stopped working
Gestartet von: tony in: Toolset Professional Support |
2 | 6 | vor 5 Jahren, 4 Monaten | ||
Views 2.8.1 upate problem
Gestartet von: tony
in: Toolset Professional Support
Problem: The issue here is that the user is getting the fatal error After they updated their views plugin to 2.8.1 Our team was aware of this issue and we've recently released our views version 2.8.1.1 which should resolve this issue for you. |
2 | 5 | vor 5 Jahren, 8 Monaten | ||
WordPress plugins download fails
Gestartet von: tony in: Toolset Professional Support |
2 | 7 | vor 5 Jahren, 9 Monaten | ||
link only visible to Admins (recent creations only)
Gestartet von: tony
in: Toolset Professional Support
Problem: I have a problem using toolset-edit-post-link: the link is visible for Administrator but invisible for an Editor. Solution: The problem you mentioned above is abnormal, please check these: Relevant Documentation: https://toolset.com/documentation/user-guides/setting-access-control/ |
2 | 7 | vor 6 Jahren | ||
– how to add a redirect after the change
Gestartet von: tony
in: Toolset Professional Support
Problem: The issue here is that the user wanted to add a redirect on their reset password form. Solution: You can add the redirect by using this attribute "redirect_url" Add it to your shortcode like this [wpv-reset-password-form redirect_url='myurl'] |
2 | 6 | vor 6 Jahren | ||
CRED USER – Disable Show Toolbar when viewing site
Gestartet von: tony
in: Toolset Professional Support
Problem: The issue here is that the user wanted to disable the admin bar on their website. Solution: |
2 | 4 | vor 6 Jahren | ||
CRED – how to update other standard WordPress Fields
Gestartet von: tony in: Toolset Professional Support |
2 | 3 | vor 6 Jahren | ||
Conditional test – Grandparent post-id against a second post-id
Gestartet von: tony
in: Toolset Professional Support
Problem: I would like to create a conditional that tests the ID of a parent post against the ID of another post created by the current User. I can use Views with post relationship filters and I can use nested Content templates to display the correct IDs, but the conditionals always fail because there is extra space around the ID output by the View. Solution: You can use the new View option that removes the wrapping div around the output, or you can use the older filter that strips those extra elements. If you use the older filter, you must manually delete all line breaks and spaces from the View's loop editor. Relevant Documentation: |
2 | 10 | vor 6 Jahren, 1 Monat | ||
CRED Parent Dropdown select truncated when form is in a Modal or is collapsable
Gestartet von: tony
in: Toolset Professional Support
Problem: Solution: you can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 13 | vor 6 Jahren, 1 Monat | ||
Message Module – Types field shortcodes appear in email notifications
Gestartet von: tony in: Toolset Professional Support |
2 | 6 | vor 6 Jahren, 2 Monaten | ||
Message Module – To Recipient ID always zero
Gestartet von: tony in: Toolset Professional Support |
3 | 13 | vor 6 Jahren, 2 Monaten |