Adam
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable User Login] Work on Multisite?I’m thinking that this could be due to the fact that these users are “Super Admins” on the multisite install?
Thank you, @rilwis ! I can confirm that this update (2.11.2) has fixed the Visual Composer conflict issue. Thank you so much for the update!
Hey @rilwis ! Just following up to see if there’s a plugin fix coming soon based on my issue and fix mentioned above. Thank you!
UPDATE! I edited this file (…/wp-content/plugins/mb-custom-post-type/src/PostTypeReorder.php) on line 30:
From:
public function enqueue_scripts( string $hook ): void {
if ( $hook !== 'edit.php' ) {
return;
}To:
public function enqueue_scripts( ?string $hook ): void {
if ( is_null($hook) || $hook !== 'edit.php' ) {
return;
}And the Fatal Error went away! I can now edit the page again with Visual Composer. Thank you, duck.ai!
Forum: Plugins
In reply to: [AddToAny Share Buttons] noindex Preventing Search EnginesThat does make sense, however, I don’t have a
noindexmeta tag anywhere else on the page. I think Google’s a bit odd when it comes to throwing errors.I’ll also confirm that I tested 6.4.2, and the issue has gone away!
This is the exact same issue I’m facing. I tested different plugin versions, and the issue started with 6.4.0. The previous 6.3.12 is stable. I reverted back until this issue is resolved.
@rizaardiyanto That did the trick! Not sure why a bunch of blocks were turned off. It wasn’t like that a few months ago. Maybe it was an update. I enabled the blocks I wanted enabled, and now the editor works like it should. Thank you!
@rizaardiyanto I deactivated all other plugins, and kept PublishPress Blocks activated. The issue persisted. I deactivated PublishPress Blocks, and the other default WP blocks came back. I even tried switching to a different WP default theme.
The site was on 6.6.2, and after I updated it to 6.7, the issue persists.
Thanks for your quick response! This particular site is using PHP 8.3.12.
Looks like you fixed it, @tigroumeow. Thank you!
@reiseblogger This sounds like my issue. When I click the “Set Featured Image” button on a post or page, the button does not bring up the Media Library modal to select a featured image. I was able to isolate the issue to this plugin. When Media File Renamer is deactivated, the Media Library pops up just fine.
Thank you for your quick response, @vupdraft !
There was an update to a different plugin (MB Custom Post Types & Custom Taxonomies) that caused issues. This plugin’s author quickly released an update that fixed their issue, and in turn (pretty sure anyway) that it fixed the issue with WPO.
Thank you so much!
Forum: Plugins
In reply to: [Moosend Website Connector] Adding a Signup Form@moosend Thank you for your response! My client will be signing up with you guys for sure!