Josiah
Forum Replies Created
-
More info on the vulnerability here: https://wpscan.com/vulnerability/8b6f4a77-4008-4730-9a91-fa055a8b3e68
Currently looking for alternatives.
Hal Gatewood (the author) has website:
https://halgatewood.com/And a YouTube channel but no activity for 3 months: https://www.youtube.com/channel/UCnLhrQz8bkg2RbEGKph7VAg
FYI I implemented a workaround using the plugin Subscribe2 (https://ww.wp.xz.cn/plugins/subscribe2/) which seems to work just fine with Divi for new post notifications.
I was able to leave BNFW active for the other notifications, and simply disable the notification for new posts as Subscribe2 now handles that.
They weren’t able to help me. Basically they have a list of bugs related to the latest WordPress version and this one isn’t even on it yet. Any idea why the post process changed? I’m not even using the Divi editor to compose posts.
I circled back around and isolated the issue to the latest version of the Divi theme (4.7.7). With a default theme activated, new post notifications work.
With Divi active, I tried the classic editor, Gutenberg and the Divi editor but none triggered the notification.
I will post this to the Divi support forum. This website has been running the Divi theme for over 2 years, so it’s related to a recent update.
I’m using a short PHP snippet:
<?php if ( ( is_single() || is_front_page() || is_page() || is_archive ) && !is_page('login') && !is_user_logged_in()){ auth_redirect(); } ?>Which is then inserted into the “header” using the Code Snippets Extended plugin: https://ww.wp.xz.cn/plugins/code-snippets-extended/
Not sure if it matters, but the site isn’t “public”. Users are required to login to view the website. Not sure if a recent WP change effected now new post notifications are handled for private sites.
Not using Gutenberg to compose posts.
We use Email Log (https://ww.wp.xz.cn/plugins/email-log/) to monitor outgoing emails. This has revealed that password resent notifications are being sent, but not new post notifications.
I’ve been through your troubleshooting page here: https://betternotificationsforwp.com/how-can-i-receive-the-best-support/I cloned the site, disabled plugins, changed the theme but did not have success which is why I posted here. I guess I can circle back and try again.
I updated the plugin, then updated the core. I’m sure of this as I documented my steps as part of our normal WP maintenance procedure.
Just a normal post, via the WP admin. I even created a new, New Post notification and it was also not sent.
Yes, we’re using the latest version (1.12.0) and the issue still exists.
Forum: Plugins
In reply to: [Cloudflare] Forbidden Error / Settings Won’t LoadFYI I solved by deactivating and reactivating. the issue might be caused when CF credentials are reset.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WooCommerce Checkout + Registration FieldsThank you for the prompt response. Looking forward to the new version.
Hosted at WPEngine – not sure I can change these settings. I still see the error, even after updating (again).
We recently found this same error on a client website. The snippet posted by marshalloram works like a charm.
Client is running 4.9.11
I found no documentation or posts from other developers so I feel lucky to have solved it.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] “Pro Ad” not “dismissable”Any update on this? We also have this non-dismissable banner on every back end page. Possibly related, there appears to be a CSS conflict, or possibly broken markup that is causing issues on the add/edit post page.
Screenshot: https://pasteboard.co/IBl8fhU.png
The styles for the titles of each section appear to be overwritten by the UA CSS.
The offending CSS:
.wrap h2 { font-size: 28px !important; font-weight: 400 !important; margin: 0 !important; padding: 9px 0 4px 0 !important; line-height: 1.3 !important; }Called from: wp-content/plugins/ultimate-auction/css/ua-back-end.css?ver=5.2.3
- This reply was modified 6 years, 7 months ago by Josiah.