nicomollet
Forum Replies Created
-
@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.www.ads-software.com/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 4 months, 2 weeks 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://www.ads-software.com/support/topic/php-notice-undefined-index-active/
https://www.ads-software.com/support/topic/php-warning-in-class-notifications-php-on-line-414/
https://www.ads-software.com/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://www.ads-software.com/support/topic/mailchimp-not-blocked/
https://www.ads-software.com/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://www.ads-software.com/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 3 years, 8 months ago by nicomollet.
Hello @aahulsebos
Thanks for the fast reply.I disabled Wp Rocket to be sure.
Your demo https://demo.complianz.io/placeholders/google-maps/ works and I can see the attribute
data-src-cmplz
is defined in it.But on my page, the
data-src-cmplz
is not defined, it only has thesrc
attribute as if nothing different is happening.I made a page with only the Google Maps embed: https://www.saintmalogolf.com/google-maps/ still displayed ??
- This reply was modified 3 years, 8 months ago by nicomollet.
Forum: Plugins
In reply to: [Dynamic Conditions] fatal error with elementor and dynamic conditionsHello I have the same issue.
If “Dynamic Conditions” is installed on a Multisite, and Elementor is not, I get a fatal error.
Can you please check if “Elementor\Plugin” exists before calling it?Thank you
- This reply was modified 3 years, 11 months ago by nicomollet.