nicomollet
Forum Replies Created
-
When you say the code “changed in your WP backend,” do you mean you can see a different QR code or secret key under your 2FA settings compared to what you originally scanned? Or is it that the code your authenticator app generates is simply being rejected?
Thanks for the reply.
We are using WP 2FA Version 3.1.0.
WordPress 6.6.1
PHP 7.4 (yeah… I know)Looking at your doc https://melapress.com/support/kb/wp-2fa-migrating-plugin-2fa-setup/ I believe a deployment is the cause. Our wp-config.php is versioned. So when we deploy we override the file on the server.
I suppose I need to put WP2FA_ENCRYPT_KEY in my wp-config.php original file to solve the issue.
Thanks I will try that!
Thanks and yes I had also contacted Awin support.
This is the reply we got:
Additionally, they’ll be opening an internal ticket to report the bug that you mentioned, and our developer specialists will be actively working on resolving it.
@fbeckmann I did the same thing, and your solution saved me a lot of time, thank you.
Cheers!
Hello Michael
It seems the German translation doesn’t escape well the
%characters in this specific string:Beobachte das Ansteigen deiner Konversionsrate durch die %1$s100%ige% WooCommerce-Kompatibilität%2$s
https://translate.ww.wp.xz.cn/projects/wp-plugins/rocket-lazy-load/stable/de/default/?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=5362511&filters%5Btranslation_id%5D=72159262The
%character needs to be escaped like this:%%I submitted a fix on Translate but of course it requires a validation from the German translate team.
- This reply was modified 1 year, 11 months ago by nicomollet.
Thanks you rock!
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Campaign revenue stoppedHello @khungate thanks for the update.
We will patiently wait for a new version of the plugin.
Kind regards
@caseproof The fix was made several months ago (May), please proceed
https://github.com/caseproof/members/commit/6af20929fa5dc0a39a3d89e0f2c048f1660d3289https://ww.wp.xz.cn/support/topic/php-notice-undefined-index-active/
https://ww.wp.xz.cn/support/topic/php-warning-in-class-notifications-php-on-line-414/
https://ww.wp.xz.cn/support/topic/undefined-key-warning/Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Campaign revenue stoppedYou can see more info about why Complianz blocked the cookie:
https://ww.wp.xz.cn/support/topic/mailchimp-not-blocked/
https://ww.wp.xz.cn/support/topic/regarding-cookie-mailchimp_landing_site/Maybe the cookie can be set on the client side, not with PHP?
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Campaign revenue stoppedHi @khungate I searched for “mailchimp_allowed_to_use_cookie” in my code you were right, Complianz (GDPR/Cookies) plugin set the filter “mailchimp_allowed_to_use_cookie” to false.
Is there any alternative to a cookie based function?
In the days of GDPR, not everyone accepts cookies.I could simply disable the Complianz function, it would make my website illegal.
ThanksForum: Plugins
In reply to: [Mailchimp for WooCommerce] Campaign revenue stoppedHello @khungate did you manage to see what happens in our account?
I enabled Remote Diagnostics 2 weeks ago FYI.
Thank youForum: Plugins
In reply to: [Mailchimp for WooCommerce] Campaign revenue stoppedHello @khungate
I appreciate it.
Please the website is https://www.cosmetique-thermesmarins.com/ and I just enabled the “Remote Diagnostics” option.
Thanks.+ 1 warning on PHP 8.0
Forum: Themes and Templates
In reply to: [OceanWP] Shortcode is not workingAbhishek, did you already forget you told users 4 days ago, that shortcodes don’t work since last version?
https://ww.wp.xz.cn/support/topic/custom-footer-header-topbar-shows-as-shortcodes/This brokes many sites.
Had to roll back.
It’s my first Ocean update since version 2.x (since many previous versions also broke my websites), and I see you test Ocean just as before…
Nice there is a GitHub repo, I submitted a pull request here:
https://github.com/publishpress/PublishPress-Future/pull/205Hello
I tried your suggestions but in the end it was on my side.
My home-made theme writes an empty html tag
<iframe src=""></iframe>for a special feature of mine.
It seems like there is a conflict with the regular expression in the Complianz filter matching iframes.I changed my code to
<iframe src="//"></iframe>and it now works.
Sorry for bothering you with this.Kind regards
- This reply was modified 5 years, 2 months ago by nicomollet.