jodzeee
Forum Replies Created
-
Just wanted to chime in to day I had the same issue. Uploading the file is the only thing that helped. Thanks!
- This reply was modified 4 months, 1 week ago by jodzeee.
Forum: Plugins
In reply to: [Admin Columns] Columns empty after upgrading to Beaver Builder 2.10I have this issue as well. Beaver Builder support says they removed the “global” column and changed it to a label instead. See screenshots:
Global column before/after: https://app.screencast.com/cS9HAw5UArXMVMy Rows view in v2.9: https://app.screencast.com/F4VG0Dq7PiXZP
My Rows view in v2.10: https://app.screencast.com/O1aV3orIl3Nbb
Forum: Plugins
In reply to: [WooCommerce] JavaScript error with latest version of WooThank you for checking into it and sending me the links. I will report my findings.
Forum: Plugins
In reply to: [WooCommerce] JavaScript error with latest version of WooI did report it to BookingWP and they were able to provide code to fix it for the time being and said they’d be reporting it to Woo.
Here’s what they said:I did a test and from what I see, WC 10.0.3 made some change related to jQuery Tooltips and that’s causing the issue.
From what I understand, WooCommerce needs to fix this by enqueuing the missing file.I will report this to our team and to WC. Until it gets resolved, you can use this hotfix (use with Code Snippets plugin or child theme):
function fix_missing_dompurify_script() { wp_enqueue_script( 'dompurify', 'https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.2.6/purify.min.js', [], '3.2.6', true ); } add_action('admin_enqueue_scripts', 'fix_missing_dompurify_script', 5); add_action('wp_enqueue_scripts', 'fix_missing_dompurify_script', 5);I just updated to the latest version of Woo and can confirm it has not been fixed yet.
Forum: Plugins
In reply to: [Scriptless Social Sharing] XXS VulnerabilityI reached out to Patchstack regarding the vulnerability on June 12 and this was their response …
Hello, as you can see, the latest version is still marked as vulnerable. This indicates that either no patch has been released or the existing patch is incomplete. We’ve already notified the vendor about the issue and also informed them via email regarding problems with the patch (May 12, 2025), but we have not received any response so far.
I had a similar problem a few months ago with another plugin that took a long time to get resolved, I’m not sure what the issue was.
Thanks for the update! Glad I finally got around to following up! 🙂
Forum: Plugins
In reply to: [Payment Methods by Product & Country for WooCommerce] Hide menu from adminI poked around some more and figured out the correct slug. For anyone else who wants to remove the menu, this works:
add_action(‘admin_menu’, function () {
remove_menu_page(‘wpfactory’);
});Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Salesforce integrationThank you, I will let the Salesforce consultant know and hopefully they can work with that!
It’s probably because I was trying to regenerate too many at once … like you said, it’s an intensive process for the server. However, even when I do it, it’s not deleting them. I’ll use the the Media Cleaner instead, but I did like the simplicity of deleting and regenerating using this plugin.
Forum: Plugins
In reply to: [Advanced Coupons for WooCommerce] Error after update@synergenxflynn – Did you read Josh’s explanation? This plugin we’re commenting on somehow hijacked the paid version of Advanced Coupons for WooCommerce. So when we updated, it updated with this instead of the correct one. It has now been shut down and that’s part 1 of the fix. Part 2 is you need to download the latest version from your account and reinstall that.
Forum: Plugins
In reply to: [Advanced Coupons for WooCommerce] Error after updateHi @jkohlbach – Maybe put out a blog post or a note on the free version about this. I just noticed my plugins page only showed 3 plugins so I disabled the fourth to see if that fixed it (it did and sure enough, it was this one!).
Thankfully, I noticed the free and paid had different company names, then vaguely remembered getting notified, but didn’t remember where and couldn’t fine it in my email. I think I deleted it because I didn’t think it applied to me!
I’m glad I found this post to verify what went down.I disabled Perfect Images and my WooCommerce archive page shows the images properly (landscape, not portrait).
Forum: Plugins
In reply to: [Timeline Module for Beaver Builder] VulnerabilityLooks good, thanks so much!
Forum: Plugins
In reply to: [Timeline Module for Beaver Builder] VulnerabilityI contacted Patchstack and they said it was an incomplete patch. Please recheck the report page for updates from them.
Forum: Plugins
In reply to: [Timeline Module for Beaver Builder] VulnerabilityI’m not sure what other details I can provide. The link at Patchstack says versions 1.1.3 and below are vulnerable. I assume that’s a mistake since you’ve updated it, but I don’t know how to let Patchstack know.
https://patchstack.com/database/vulnerability/timeline-for-beaver-builder/wordpress-timeline-module-for-beaver-builder-plugin-1-1-2-cross-site-scripting-xss-vulnerability?_a_id=431