milkycode
Forum Replies Created
-
You should be a bit more thankfull for using free plugins. And as the support above already wrote, you need to contact them directly, beacause they cannot give support on this plattform. You should respect that.
I personally got response, above was the first, and as I mentioned, the suggested solution will not work or change anything.
But I got another response. They said, the problem is Elementor itself. In the last Elementor Update the Elementor Team removed the elementor-widget-container class as part of their efforts to improve website performance. All widgets got updated so after next update it shold work again.So thank you @xpro
Maybe this will help others. The official support team answered to my ticket. Their answer did not fully work, but the layout is now only “partly” broken, not fully broken anymore. But it doesn’t solve the problem for me:
“Please go to your WordPress dashboard and navigate to Elementor > Settings…
Click on the Features tab, then check the “Optimized Markup” option—it should be set to “Active” by default.”Forum: Fixing WordPress
In reply to: Auto Update to 6.7.1 Broke Backend Log-inIn my case the reason was the bbPress Toolkot Plugin (which is outdated). If you are also using that plugin, see fix here: https://wordpress.org/support/topic/warning-plugin-breaks-wordpress-6-7-1/#post-18154770
Forum: Plugins
In reply to: [Theme My Login] Issue after updating to latest version (7.1.8) on multisite.The added nonce check in latest version is not working at all and destroys all nonce checks on the hole page, so it doesnt work anywhere anymore.
Forum: Plugins
In reply to: [Theme My Login] Issue after updating to latest version (7.1.8) on multisite.Not only login doesn’t work anymore after last update. Every Post request will not work. Updates not working, saving posts, users, everything is not working where a post request is made.
The error is inside the code-snippets.php file in plugin root dir.
There is a “q” before opening <?php tag. Remove this and everything works again.
Forum: Plugins
In reply to: [GD bbPress Tools] Fatal ErrorThis error is still existing in the current version. Please fix it according to my code fix above.
Now it will also be triggered, when editing a user.
Hi,
thank you very much, that worked. Just only saved the permalink settings without any change. Very strange.
Forum: Plugins
In reply to: [GD bbPress Tools] Fatal ErrorThis error occures since PHP 8.0.
It can be fixed by putting this code above the error line (71):if (!$profileuser) return;Don’t know if this will have some sideeffects, but for me everything works after that.
- This reply was modified 3 years, 7 months ago by milkycode.
Forum: Plugins
In reply to: [Avatar Privacy] No upload Button if user has a role below authorOK, thank you.
I checked the code for that, but found out, it is easier and better to use a plugin like “User Role Editor” and allow subscribers to upload images.
In my case no user can register. So it is save for subscribers to upload.
Forum: Plugins
In reply to: [membersDirectory for bbPress] Users without post don’t showOK, I found the “problem”. There is a setting “Members with posts only” which was aktivated. I don’t know why I didn’t saw that before, because I checked settings twice. But after checking the code, an seeing that such a setting exists, I deactivated it and now everything works as expected. So fixed. Thank you.
Forum: Plugins
In reply to: [membersDirectory for bbPress] Users without post don’t showHi, but when creating a user, I give them the bbpress role. There is a dropdown for it. One dropdown for wordpress role and one for bbpress. So there is always a bbpress role. All users have a “participant” role, but only users, who posted once are shown in members list.
Forum: Plugins
In reply to: [membersDirectory for bbPress] Users without post don’t show