imkimc
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] XSS VulnerabilityFantastic, glad to see the paperwork hole patched ?? Not as important as the actual security patch but still important nonetheless.
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] XSS VulnerabilityAgreed. This was disclosed publicly over 40 days ago. We need this patched ASAP.
CVE-2022-3399 rated a 4.4 (medium risk)Hi Blaz,
Yes it’s the latest version 3.3.8.
Memory on the server is 768mb.
We’ve just started using this plugin so we only have 100 rated posts.
Thanks,
KimForum: Plugins
In reply to: [Enable Media Replace] compatibility with WP6YAY – good to hear it works!
Forum: Plugins
In reply to: [GN Publisher: Google News Compatible RSS Feeds] WordPress 6.0 compatible?Thanks for the update!
Kim
Forum: Plugins
In reply to: [Broken Link Checker] WordPress 6?Fantastic – Thank you!
Kim
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] WordPress 6.0 compatible?Super! Thank so much for the response!
Same here.
PHP error looks like this:
PHP Fatal error: require_once(): Failed opening required '/www/wp-content/plugins/widget-options/includes/widgets/option-tabs/days-dates.php' (include_path='.:/usr/share/php') PHP Fatal error: require_once(): Failed opening required '/www/wp-content/plugins/widget-options/includes/widgets/option-tabs/days-dates.php' (include_path='.:/usr/share/php') in /www/wp-content/plugins/widget-options/plugin.php on line 202
But it looks like from the line numbers that you already know about where the problem is.
Best,
KimForum: Plugins
In reply to: [Publish To Apple News] Editor has encountered an unexpected errorThere is not. So you’re saying it works, then it must be our theme or a plugin that is loading blocks into the editor that the plugin does not like.
Have not tried the latest update (also have a theme update to apply) I will apply updates and test again.
Thanks.
So I did a little digging of my own… I’m impatient.
I found a discussion for the wp-cli repository on github that indicates that the wp-block array isn’t needed… see here:
https://github.com/wp-cli/scaffold-command/pull/151So I removed the reference to the missing ‘wp-block’ array from the init.php files in the gutenberg directory: (form, personality, poll, survey & trivia)
So:wp_enqueue_style( 'opinionStage_form_oswp_style_css_set', plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ), array( 'wp-blocks' ) ); }
Becomes:
wp_enqueue_style( 'opinionStage_form_oswp_style_css_set', plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ), array() ); }
And that removed the errors.
I hope this helps you guys fix your plugin…
I tried various other methods to make sure it wasn’t my optimization plugin that was causing this, or cache or what have you. This move fixed the issue.Thanks,
Kimand survey says?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] PHP 7.3/Gutenberg compatibility?That’s cool, glad it’s compatible.
But this is such a USEFUL plugin that I opted to pay the SUPER reasonable $19 for a dev license so I can use it on the sites that I work on. I’m also a huge fan of Adminer, so you guys are A1 in my book ??
Really though, the other lightboxes out there just do not work as well as yours!
Yours even works inside Advanced Ads, the only light box that does, and I know…
I tried them all!Updated and works like a charm.
Case closed ??Well, I’d LOVE to show my code, but every time I enable the damned plugin I loose access to the backend of my site ??
It was working fine before the update.
Forum: Plugins
In reply to: [Poll, Survey & Quiz Maker Plugin by Opinion Stage] Paid Results QuizThere are a number of pay-wall/paid membership plugins designed to monetize certain content.
I’m familiar with Paid Memberships Pro, which is a premium plugin that allows you to make any page, post or category require a particular membership level.
Best of luck to you.
Kim