Chris M.
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenI also get a 500 server error when I try to import a Snippet (using an XML file that I’ve confirmed working on another site).
I’m going to mark this as Resolved.
Like I said, so far so good, from what I can tell.
Awesome!!! So far it’s looking like it’s working with Rocket Loader now! Thanks for the update(s) (saw the 1.3.1 one today as well).
That’s great @duracelltomi
So is that live in the current version already?
Forum: Plugins
In reply to: [Metronet Tag Manager] Pasted Code is have been changed automaticallyThanks for the quick response!
Followup: Do you have any experience in implementing this plugin in the X Theme?
I have to use this function with the “DuracellTomi’s Google Tag Manager for WordPress” plugin:
// Add Google Tag Manager function my_gtm_function() { if ( function_exists( 'gtm4wp_the_gtm_tag' ) ) { gtm4wp_the_gtm_tag(); } } add_action( 'x_before_site_begin', 'my_gtm_function' );Is there a way to do this for your plugin? (I don’t want to modify the header.php theme file).
Thanks!
Forum: Plugins
In reply to: [Metronet Tag Manager] Pasted Code is have been changed automaticallyWas the
data-cfasync="false"attribute added?This issue is driving me crazy with this other popular GTM plugin:
https://wordpress.org/support/topic/cloudflare-rocketloader-breaks-scripts
Additionally, when I use Rocket Loader on other sites (without the “DuracellTomi’s Google Tag Manager for WordPress” plugin), I’m able to deactivate Rocket Loader using this script modifier:
data-cfasync="false"I can’t figure out how to add this with “DuracellTomi’s Google Tag Manager for WordPress” though.
Anyone know how? Maybe with a Function in functions.php?
The reason I use Rocket Loader is because it *does* have an impact on load times. I use https://gtmetrix.com and I notice a multiple percentage increase (sometimes close to 10%) when I have Rocket Loader enabled.
I have HTTP/2 active: http://d.pr/i/17Njo
I have FULL SSL on: http://d.pr/i/1d1rs
I’m also on the CloudFlare network (I have the appropriate Orange Clouds on): http://d.pr/i/1d8ML
And my domain is SSL / HTTPS.
Still have trouble when I turn Rocket Loader on.
When I turn Rocket Loader on, The Google Tag Assistant (in Chrome) says that GTM isn’t active. When I turn Rocket Loader off, it becomes active again.
Forum: Plugins
In reply to: [Restrict Content by Role] Redirect to original page after loginTotally know how that goes my man. 🙂
Wishing you well… and yeah, it would be cool to get this added.
Rock on!
~ Chris Moore
Forum: Plugins
In reply to: [Restrict Content by Role] Redirect to original page after loginThis is actually a deal-breaker for me. 🙁
Seems like it still wasn’t added.
Was really looking for something lightweight and simple like this.
Any chance this could be added soon?
Forum: Plugins
In reply to: [JSON API User] Trigger New User / Password From StripeI think I’m going to have someone create a custom plugin for this.
Thanks again for your help!
Forum: Plugins
In reply to: [JSON API User] Trigger New User / Password From StripeYou’re awesome Ali! Thank you.
Can this be completely automated, so that immediately when the New Customer is created in Stripe, it automatically fires off the New User Registration in WordPress and emails the credentials to the user?
I’m probably going to hire a developer to put this together for me.
Forum: Plugins
In reply to: [Lively Chat via SMS] Incompatible with "WP Mail SMTP"?Okay, switched line 507 back to
wp_mailand changed line 69 of lively-chat-support.php to:add_action( "wp_footer", "LivelyChatSupport_frontend_footer", 9999 );…and the chat box doesn’t even show up now.
I will go back to “mail” for the time-being.
I would suggest installing the “WP Mail SMTP” plugin: http://wordpress.org/plugins/wp-mail-smtp/
… so that you can test freely and within your control.
I am happy to help further though, as I would like a resolution to this issue without the need to hack files.
Forum: Plugins
In reply to: [Lively Chat via SMS] Incompatible with "WP Mail SMTP"?Will do… and will get back to you here.
Forum: Plugins
In reply to: [Lively Chat via SMS] Incompatible with "WP Mail SMTP"?No problem. I will definitely test that out.
Should I change back line 507 to
wp_mailand then do this?