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 2 années et 4 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 5 années | |
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 5 années | |
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 5 années et 3 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 7 mois |