tony
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 |
---|---|---|---|---|---|
How to include the wordpress post attributes for 0rder in a Cred form
Started by: tony in: Toolset Professional Support |
3 | 10 | 1 year, 10 months ago | ||
Views -Select posts in a relationship that are related to any of multiple values
Started by: tony in: Toolset Professional Support |
2 | 5 | 4 years, 7 months ago | ||
functions php on line 4609
Started by: 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 | 4 years, 7 months ago | ||
Modal display of post form parent selection not working
1
2
Started by: 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 | 4 years, 10 months ago | ||
[wpv-login-form] and other short codes have stopped working
Started by: tony in: Toolset Professional Support |
2 | 6 | 5 years, 2 months ago | ||
Views 2.8.1 upate problem
Started by: 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 | 5 years, 6 months ago | ||
WordPress plugins download fails
Started by: tony in: Toolset Professional Support |
2 | 7 | 5 years, 7 months ago | ||
link only visible to Admins (recent creations only)
Started by: 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 | 5 years, 10 months ago | ||
– how to add a redirect after the change
Started by: 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 | 5 years, 10 months ago | ||
CRED USER – Disable Show Toolbar when viewing site
Started by: 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 | 5 years, 10 months ago | ||
CRED – how to update other standard WordPress Fields
Started by: tony in: Toolset Professional Support |
2 | 3 | 5 years, 11 months ago | ||
Conditional test – Grandparent post-id against a second post-id
Started by: 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 | 5 years, 11 months ago | ||
CRED Parent Dropdown select truncated when form is in a Modal or is collapsable
Started by: tony
in: Toolset Professional Support
Problem: Solution: you can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 13 | 5 years, 11 months ago | ||
Message Module – Types field shortcodes appear in email notifications
Started by: tony in: Toolset Professional Support |
2 | 6 | 6 years ago | ||
Message Module – To Recipient ID always zero
Started by: tony in: Toolset Professional Support |
3 | 13 | 6 years ago |