celin007
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Polls] Max limit on the pollThanks for the prompt reply. I hope there won’t be any issue for the first 5000 responses for the individual surveys.
Thanks
CelinThanks, Stef (a11n), I have sent a request via contact form.
Thanks, Stef (a11n) for the quick reply.
Yes, this error constantly appears in the error log.
Is the plugin Health Check plugin different from the default Tools-> Site health from the WP dashboard? Also does the theme Twenty Twenty need to be the active theme or just need to be installed?Also, the Jetpack version installed is Version 9.8.1 and the WP version is 5.7.5. Will that cause an issue?
Great thank you very much. This is exactly what I was looking for.
Kind regards
CelinCan you send me an example code of how it works? Thanks
Forum: Plugins
In reply to: [Contact Form 7] CF7 keeps spinning and wait time is longI have added this line of code to function.php and works perfectly fine. No security plugin or function related to wp API is used. Thanks for your help.
Forum: Plugins
In reply to: [Contact Form 7] CF7 keeps spinning and wait time is longGreat, yes it works for me. Does the spam detection base on email ids? I have used a random email id maybe that’s the reason?
Did you use the code below or any other modifications?
`add_filter( ‘rest_endpoints’, function( $endpoints ){
if ( isset( $endpoints[‘/wp/v2/users’] ) ) {
unset( $endpoints[‘/wp/v2/users’] );
}
if ( isset( $endpoints[‘/wp/v2/users/(?P<id>[\d]+)’] ) ) {
unset( $endpoints[‘/wp/v2/users/(?P<id>[\d]+)’] );
}
return $endpoints;
});Thanks for your support.
Forum: Plugins
In reply to: [Contact Form 7] CF7 keeps spinning and wait time is longPlease try to log out of the website and try to send the form again. It worked for my website when I was logged in.
Forum: Plugins
In reply to: [Contact Form 7] CF7 keeps spinning and wait time is longI get the message “There was an error trying to send your message. Please try again later.” when trying to submit the form from https://modul-r.codekraft.it/test-form.
Forum: Plugins
In reply to: [Contact Form 7] CF7 keeps spinning and wait time is longI want to block users information using /wp-json/wp/v2/users.
Yes when I used the code CF7 was keep spinning and when removed the code it works
`add_filter( ‘rest_endpoints’, function( $endpoints ){
if ( isset( $endpoints[‘/wp/v2/users’] ) ) {
unset( $endpoints[‘/wp/v2/users’] );
}
if ( isset( $endpoints[‘/wp/v2/users/(?P<id>[\d]+)’] ) ) {
unset( $endpoints[‘/wp/v2/users/(?P<id>[\d]+)’] );
}
return $endpoints;
});Forum: Plugins
In reply to: [Contact Form 7] CF7 keeps spinning and wait time is longAlso added the following code but the same issue of spinning happens
add_filter( ‘rest_endpoints’, function( $endpoints ){
if ( isset( $endpoints[‘/wp/v2/users’] ) ) {
unset( $endpoints[‘/wp/v2/users’] );
}
if ( isset( $endpoints[‘/wp/v2/users/(?P<id>[\d]+)’] ) ) {
unset( $endpoints[‘/wp/v2/users/(?P<id>[\d]+)’] );
}
return $endpoints;
});`Forum: Plugins
In reply to: [Contact Form 7] CF7 keeps spinning and wait time is longHi Erik,
Thank you for the quick response. I have included the code if ( !is_user_logged_in() && empty($_POST[‘_wpcf7’]) ) {
But it is still refusing to connect using REST and keep spinning. So I removed the code again.Can you please provide me the exact conditional check?
Thanks
Forum: Plugins
In reply to: [Name Directory] Highlight the search term in results displayedGreat, thank you very much, Jeroen. I have updated the plugin and I can already see the result. I’m extremely happy with the plugin and your effort and dedication to respond to the queries and even additional features.
Best wishes,
CelinForum: Plugins
In reply to: [Broadcast] Select/ deselect all, Invert selection is not showingThank you very much for the prompt reply. The issue is now fixed by correcting url to js and css.
Best wishes
CelinForum: Plugins
In reply to: [Broadcast] Select/ deselect all, Invert selection is not showingHi Edward,
Can you please share your email id?
Thanks