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