vemarketing
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Login Page Customizer] Update wp 6.7Seems like the update on 6.7.1 caused this error on many plugins, as it doesn’t like the use of the action ‘plugins_loaded’ for ‘load_text_domain’ functions.
In your plugin under login-customizer/src/Essentials.php on LINE 38 is the part causing the error. If you manually update the plugin from:
add_action( ‘plugins_loaded’, array($this, ‘load_text_domain’ ) );to this:
add_action( ‘init’, array($this, ‘load_text_domain’ ) );
After this update the error goes away. So you likely need to update that line in a future update release. For those experiencing the issue, this update fixes it immediately.
I’m posted to confirm I have experienced the same issue where trying to save an Options page provides a “You need higher Permissions” but the user had Super Admin role. The odd thing is this error only occurs on newly added Network Sites, as either cloned sites or existing sites do not have this error. At this time, I had to deactivate the plugin SG Optimize to get the error to not occur. It would be great to have this issue resolved soon.
Forum: Reviews
In reply to: [HashBar - WordPress Notification Bar] Need Pro for Most Useful FeaturesYou can have your opinion and I can have mine. Obviously, I was not impressed with the functions included with the “FREE” version enough so to log into www.ads-software.com to leave a review. I can understand the amount of time developers put into plugins, but maybe you should just go straight into a paid version instead of leading people on with the “FREE” options that don’t do squat. Have a good day.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Oops, something went wrong.Is there any update on this? I just updated the WooCommerce Plugin and now its asking me to reconnect Facebook but as Pit described I get a “Oops, something went wrong.” when i try to go through the steps on Facebook to connect. It happens on Step 3 when it tries to ask me to give permission of my Facebook & Info.
Forum: Plugins
In reply to: [WooCommerce] Updating New Order Email – Not Updating after Woo 3.7 UpdateWas having the same issue, removing the hands raised emjoi fixed. Odd bug. Thanks all.