Etienne
Forum Replies Created
-
Totally agree.
I do agree with @imtanuki, it makes sense to me that the user gets notified when something happened to his account. Moreover, it doesn’t make sense that the admin gets this email as he has notifications directly in the admin to know if the action has happened or not.
Thanks @aeonflow! So I’m not the only one… We’ll just have to wait for an official answer then.
Cheers
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Disable front-end CSSAwesome, problem solved! Thanks!
Forum: Plugins
In reply to: [WP Photo Sphere] Not working with Divi BuilderOoops, my bad! Well thanks a lot for your answer then :)!
Forum: Plugins
In reply to: [WP Photo Sphere] Not working with Divi BuilderThanks for your answer!
I know I can do that but, depending on who is going to manage the website, this could be too difficult. Anyway, just wanted to let you know so that you can make your plugin even better :).Have a great day.
Hello,
Thank you for your answer. Indeed I have noticed some issues (duplicated error messages and emails not sent). I’ll have look at the code to see if I can correct this. However, I am pretty sure this would be a great feature to add to your plugin :).
Thanks again and have a great day.
Hello,
Well, everything works fine for me with both forms on the same page so I don’t quite understand why you say it’s not possible… The only change to make would be to make sure you generate unique Ids for every form. Or am i missing something?
Forum: Plugins
In reply to: [Scriptless Social Sharing] Filter permalinkWorks like a charm, thanks a lot :)!
Hello,
I’ll give you more information. I have a page on which I have both a registration and a login form. In this case the IDs mentioned in my question are duplicated.
Here is a screenshot so that you can have all the information needed: https://cloudup.com/c0g6YFFfFBu.Thanks for your help.
I’ve found a way to make it work!! I had to minified the GA code (so that I don’t have any spacing) and then put the exact script in the textarea otherwise all the footer’s scripts get blocked.
Now it’s working fine! Thanks a lot for your help, you can close the topic.
- This reply was modified 7 years, 10 months ago by Etienne.
Alright, thanks. Could you show me a screenshot of the settings you used for your demo site? Maybe it could help because right now I’ve tried everything but all the scripts get blocked…
- This reply was modified 7 years, 10 months ago by Etienne.
Thanks a lot! I understand how it works now. Now it’s working but it’s blocking all the scripts in my footer. So I understand that I have to whitelist the scripts I want to keep but this not working.
Here are the scripts I want to keep:
<script type="text/javascript" src="//mywebsite.com/wp-content/themes/mytheme/assets/js/main.min.js?ver=20161202"></script>
//mywebsite.com/wp-content/themes/mytheme/assets/js/slider.min.js?ver=20161205
So I’ve put
//mywebsite.com/wp-content/themes/mytheme/assets/js/main.min.js?ver=20161202
in the first select of allowed scripts and//mywebsite.com/wp-content/themes/mytheme/assets/js/slider.min.js?ver=20161205
in the second one but it’s not working. I’ve also tried to copy/paste the whole <script> tag in the textarea but with the same result.My question is: would it be possible to only block the specified scripts and let all the other ones? Because right now it looks like I have to checked the Cookie from any embed in all body, except head and footer (Beta) option to block Google Analytics and then to specify the script I want to keep.
Thanks!
Thanks a lot @overclokk!
Now the script get’s blocked if I choose analytics in the select menu. However, the problem is that it also blocks everything that comes after in wp_head() (including my stylesheet). So I have two solutions:
– First, I make the google analytics script to get inserted at the end of my wp_head() (I could make the insertBefore() to use last script tag instead of first one and I should be good).
– Second, I use the textarea but I really have troubles understanding how it works. Here is my take:
<script async="" src="https://www.google-analytics.com/analytics.js"></script><---------SEP---------><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXXXXXX-X', 'auto'); ga('send', 'pageview'); ga('set', 'anonymizeIp', true); </script>
But this is not working… Could you help me make this second solution work?
By the way I know I’ve set the
anonymizeIp
but here in France it doesn’t seem to be enough…Thanks again for your help!!
Forum: Reviews
In reply to: [Italy Cookie Choices (for EU Cookie Law & Cookie Notice)] Excellent!!Hi @overclokk,
Wow you’re fast to answer! Sorry, I’ve been too quick to judge! You are right it doesn’t use jQuery. I’ve changed my review. Thanks for your comment!