dw4y
Forum Replies Created
-
Oh ok, that makes sense, I’m using WordPress in French 😉
Hey @tessawatkinsllc !
Thank you very very much, I’ve just tested WordPress 6.7.2 with the 5.0.3 update and it does the trick, no more warning shown 🙂
To show warning, I’ve set this in my wp-config.php :
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );About working for yourself full time, I know very well this feeling 😉
Have a nice day !
- This reply was modified 1 year ago by dw4y.
Hello @tessawatkinsllc, could you give us some news about this bug ?
I have many WordPress waiting for update and stuck at 6.6.2…
Do you think you could look at this as soon as possible ?
Thank you again !
No problem Tessa, we’ll wait !
Thank you 🙂
Forum: Developing with WordPress
In reply to: Using Duotone outside singlesHello @calc20 and thank you for your answer.
I managed to echo manually on desired pages (archives or other custom pages) the SVG responsible for the filter I need. Just applying filter:url(#wp-….. to image when hovering the parent link. Works like a charm.
I just copied it from what WP echoes when the given duotone filter is used in a single.Note that the
wp_get_duotone_filter_svgfilter is deprecated, and there no new way to echo a duotone SVG manually using wordpress API.Note also that in your solution 4, the action should be correctly named
wp_footer.Anyway, it’s fixed, thank again.
Forum: Plugins
In reply to: [Contact Form 7] CF7 5.9.4 breaks compatibility with WP 6.4.xThx @takayukister, v5.9.5 resolved this !
Forum: Plugins
In reply to: [Contact Form 7] CF7 5.9.4 breaks compatibility with WP 6.4.xBy the way, I thinks it’s also the main reason of this thread :
Forum: Plugins
In reply to: [WPS Limit Login] Deprecated notices on PHP 8.2Thx 🙂
By the way, trying to empty journal list does strickly nothing for ages… So the journal grows quickly -_-‘
Do you experience same behaviour ?
Thx !
Ok found it.
I’m using the pre_get_posts filter to set the number of search results in frontend using inside the function :
if ( $lms_query->is_search && !is_admin() ) {…But the request from mailpoet isn’t considered as coming from admin… but we *are* in admin.
Putting my pre_get_posts on frontend only solves this problem but still, Mailpoet shouldn’t be impacted by that.
Forum: Plugins
In reply to: [Gutenberg Manager] Error when saving settingsThx ! I confirm this is fixed and I’ve looked into your code, the new way is definitly better 😉
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Recaptcha doesn’t workCache has nothing to do with reCaptacha.
This V3 is really a pain in the ***. Still have tons of spams, always the same…Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Recaptcha doesn’t workSame problem here, lot of spam since recaptcha 3 !
Will uninstall Contactform7 from all the 100+ sites I manage…Forum: Reviews
In reply to: [Responsive Lightbox & Gallery] Nice but…Well, ok that’s the option I was looking for.
But since it’s called the “Gallery Builder” I’ve not paid attention to it…
Thx for your answer anyway !Can’t change my note either delete this thread…
- This reply was modified 7 years, 10 months ago by dw4y.