wordpressuser
Forum Replies Created
-
An issue in Github was already created for this bug.
If I understood that issue correctly, it will be fixed in version 4.5.0 of the WooCommerce plugin. Can someone who is familiar with Github confirm this?
@m155y5 Are you sure we’re talking about the same issue?
IN the link to the issue you sent me, it’s about WooCommerce not saving non-HTML text formatting tags. If you look again at my screenshots, you will see that WooCommerce has saved all HTML tags I put in, it’s just that it doesn’t render them as HTML in the browser.
Should I create a new bug issue on Github?
- This reply was modified 5 years, 9 months ago by wordpressuser.
@m155y5 I use an admin account. So, I shouldn’t have this issue, right?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Auto-updates disabled@alan111s thank you, this solved it!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Auto-updates disabled@bcrodua No, I don’t. Apparently, plugins need to update to support this new feature in WordPress 5.5. I know because one of my other plugins was updated and the changelog included support for WordPress auto-update. That would mean UpdraftPlus is not compatible yet.
I think you’re right.
I have disabled all plugins but Yoast, WooCommerce Admin, WooCommerce, and Smush, and installed Twenty Nineteen.
1) If I disable Yoast, the issue is fixed.
2) If, when Yoast is activated, both WooCommerce Admin and Smush are activated, the text overlaps the update button.
3) If I disable either WooCommerce Admin or Smush, the overlapping doesn’t occur anymore.In conclusion, both WooCommerce Admin or Smush cannot be activated at the same time if Yoast is also activated, otherwise the issue occurs. However, the issue disappears if Yoast is deactivated. In that case, you can activate both WooCommerce Admin and Smush at the same time.
Hope I have answered your question.
- This reply was modified 6 years, 10 months ago by wordpressuser.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Where should the GTM snippet go?Alright, thank you.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Where should the GTM snippet go?Have you tried to view the page in Chrome and wait 5 seconds? Mailchimp popup forms don’t work on Firefox because it’s blocking Mailchimp’s tracking code.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Where should the GTM snippet go?No, I haven’t changed it.
Here it is:
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us17.list-manage.com","uuid":"cac3833bc8f29c953b629f047","lid":"769558f68a","uniqueMethods":true}) })</script> <script type="text/javascript"> mc4wp.forms.on('subscribed', function(form) { //GTM Data Layer push window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'Sign-up', 'name' : form.name + ' ID: ' + form.id }); }); </script>Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Where should the GTM snippet go?No, this isn’t the good form. You can see it on this page: this is not the form at the bottom; it’s a pop-up form. It doesn’t seem to work on Firefox because Mailchimp tracks emails and Firefox blocks trackers. So I suggest you visit this page on Google Chrome.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Where should the GTM snippet go?You can see the form on this page.
This is the form:
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us17.list-manage.com","uuid":"cac3833bc8f29c953b629f047","lid":"769558f68a","uniqueMethods":true}) })</script> <script type="text/javascript"> mc4wp.forms.on('subscribed', function(form) { //GTM Data Layer push window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'Sign-up', 'name' : form.name + ' ID: ' + form.id }); }); </script>And this is the shortcode I use on the page I have linked to above:
[mc4wp_form id="14954"]Note that I am not using Boxzilla anymore, since it appears pop-up forms also work without.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Where should the GTM snippet go?Hello,
I will post here screenshots of the tag and trigger configurations.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Where should the GTM snippet go?I’m sorry but this is really not working.
Could you tell me if my tag manager setup is correct?
Tag: Track Type = Event
Category: Sign-up
Triggering: Custom Event (Event Name = Sign-up)When I submit the pop-up form, the tag is not triggered. It seems the form submission doesn’t send any event.
Any idea on why it doesn’t send the ‘Sign-up’ event?