haleeben
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable Gutenberg] Not working with Gravity FormsHi Jeff
I contacted Gravity Forms support about this and this is what they said
To improve performance, Gravity Forms 2.6 and greater limits out-of-the-box loading of the legacy shortcode UI (add form button) to older versions of WordPress or sites that don’t support the block editor at all.
The gform_display_add_form_button filter can be used in the theme functions.php file or a custom functions/code snippets plugin to enable it again.
I can confirm that I can get the Add Form button back with this filter, and the problem is solved.
Thanks
Forum: Plugins
In reply to: [Disable Gutenberg] Not working with Gravity FormsHi Jeff
Yes that is correct
Hi Alin
Wow, that’s awesome.
Thanks so much for the quick addition of this feature.
Cheers
Hi Alin
I spoke with my web host and they notice when testing that the curl requests to some Google URLs were rejected/forbidden through IP6, but forcing the requests to IP4 would work.
I also noticed that when I tried to embed YouTube videos they were failing as well, I did manage to find a fix for the Youtube embeds which forces IP4.
function gw_curl_setopt_ipresolve( $handle ){ curl_setopt( $handle, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 ); return $handle; } add_action( 'http_api_curl', 'gw_curl_setopt_ipresolve', 10, 1);
Is there a way to force IP4 connections with your plugin?
Thanks
Hi Alin
Thanks for your response.
It was working fine up until this week and it was connected to both Universal and GA4.
But now when I re-authorize I do get an Error, here are the details
Error Details Count: 4 Last Error: GAPI Error: Array ( [0] => 403 [1] => Array ( ) ) Sampled Data None
Which I believe is a forbidden error.
I have done some more testing and I think it may be an issue with the server and not your plugin.
I run different sites on two VPS servers, on server2 the plugin works as expected and I get connected to Universal and GA4, but on server1 I now get the above error with all sites on that server when I try to re-authorise. This has only started to happen over the last few days.
On server1 I also tried to install Google Site Kit and I get an error ‘google_api_connection_fail’, after reading some debugging tips I tried this command on the server
curl -I https://sitekit.withgoogle.com
it returns 403 as well.Do you have any insights into what might be the cause of this issue?
And help is greatly appreciated.
Thanks
Hi Par
Yes, the plugin is network activated and I can see the menu items on the subsites, but the DB tables are not created for the subsites.
I tried uninstalling the plugin, which I saw deleted the tables from the DB, and tried reinstalling but still did not create the tables for the subsites.
I have manually created the DB tables for the subsites and it is now reporting for the subsites, not sure why it would not create the DB tables?
I tested on a clean WP install and the plugin worked correctly and created the DB tables for the subsites.
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] Blank Screen on PHP7Hi Vinny
Thanks for the fast response.
Got access to the error log and found the Fatal Error
Uncaught Error: Call to undefined function iconv_get_encoding() @ bbpress-notify-nospam/bbpress-notify-nospam.php on line 665
I found that the php-iconv mod was not added for php7
Have installed it and all is well
Thanks
Yes I have to agree. I have disabled it with the filter, but it would be good to have an option in the settings, to not display it.
remove_filter( 'admin_post_thumbnail_html', array( 'SIS_Admin_Post', 'admin_post_thumbnail_html' ), 10, 2 );
Thanks for the great plugin, and continuing to work on it
Forum: Plugins
In reply to: [Forum Beginner Posts] tinyMCE not working in Internet ExplorerI am having the same issue but I have narrowed it down to a bug when threaded replies is enabled.
If you try to reply to a reply you cannot enter text in the text field.
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to delete transients.Pretty sure this is an issue with the Envato Market plugin, disable the plugin and the error should go away
Forum: Plugins
In reply to: [The Events Calendar] WP eCommerce 3.11 breaks event list date orderHi Brian
Unfortunately no, I’ve has no responses to that ticket ??
I just checked and mail sends ok, but still have the Wrong credentials error.
Also, I have the notice “Please make sure your SendGrid Account “preserve headers” otherwise MyMail is not able to handle bounces”.
I have looked all through the Sendgrid setting and can’t find where to set preserve headers, can you point me in the right direction.
Thanks
Forum: Plugins
In reply to: [Broadcast] Canonical URLJust tested the file and can confirm it fixed the issue.
Thanks again
Forum: Plugins
In reply to: [Broadcast] Canonical URLGreat, thanks Edward
Forum: Plugins
In reply to: [Broadcast] Canonical URLYes, latest version of Yoast SE0 3.0.3