lonkoenig
Forum Replies Created
-
Forum: Plugins
In reply to: [SVG Support] error message after wp updateJust confirming that this is still an issue. Any chance of an update soon?
Forum: Plugins
In reply to: [WP Scroll Depth] jQuery.scrollDepth is not a function console errornevermind. Was just some sloppy cut-and-paste on my end ??
Forum: Plugins
In reply to: [WP Scroll Depth] jQuery.scrollDepth is not a function console errorI thought I’d dive into the instance I’m seeing. And this is super-weird.
WP ScrollDepth plugin isn’t installed.Probably doesn’t apply to your case, but it’s interesting enough to share.
Forum: Plugins
In reply to: [WP Scroll Depth] jQuery.scrollDepth is not a function console errorJust saw this on one of our dev sites. Of course, I don’t know which plugin is conflicting yet either. ??
Are you running WooCommerce?Forum: Plugins
In reply to: [WP Scroll Depth] jQuery.scrollDepth is not a function console errorSorry this is dragging out.
Do you have any likely suspects for conflicts?
If they are free plugins, I can probably install them on one of my testing instances.Forum: Plugins
In reply to: [WP Scroll Depth] Both options in each drop-down say TRUENew version posted with the fixed strings.
Forum: Plugins
In reply to: [WP Scroll Depth] Both options in each drop-down say TRUEIn a recent update, I cleaned up some of the localization stuff.
And introduced an error on some of the true/false selectors.There will be a new version out today – just need to run the tests before publishing.
Thanks again.
Forum: Plugins
In reply to: [WP Scroll Depth] Both options in each drop-down say TRUENo problem. I’ll take a look.
I didn’t delete the post, so I don’t know what happened there.
Thanks for the heads-up.Forum: Plugins
In reply to: [WP Scroll Depth] Internationalize the PluginThanks again @toxicdemaon
Plugin has been updated for both gtag() and to include a commented .pot file.
Feel free to just post a .po file to this support forum, and I’ll compile it and push it into a release.Forum: Plugins
In reply to: [WP Scroll Depth] not working with new Analytics CodeThe official ScrollDepth JavaScript has not been updated with gtag support.
I incorporated a patch that builds in that support and am testing it.The implementation is generating slightly different events than the regular _ga() version, so I am tweaking and testing.
Unfortunately, I’m at a conference the next few days, but I’ll post the update on Monday.And I’ve generated the POT file as well so we can get translations started.
Forum: Plugins
In reply to: [WP Scroll Depth] Internationalize the PluginThanks so much.
Forum: Plugins
In reply to: [WP Scroll Depth] Internationalize the PluginOh my goodness.
Normally, we’re pretty good about having the localization hooks in the plugins.
This was a quick-and-dirty plugin that just wraps the jQuery ScrollDepth plugin.I’ll update it with the localization hooks. Thanks.
Forum: Plugins
In reply to: [WP Scroll Depth] not working with new Analytics CodeSorry for the delay in responding.
Are you using Google Tag Manager?
How are you implementing your Google Analytics in WordPress?Oh – I’ll be you mean the new gtag snippet. Poop.
We ran into this in another plugin. That operates just like GTM, but it doesn’t require GTM.Thanks for the heads-up. I’ll see if I can find you a solution.
Forum: Plugins
In reply to: [WP Scroll Depth] Why is it trying to connect to cs.marinsm.com/mrinNo problem.
Good luck with your troubleshooting.Forum: Plugins
In reply to: [WP Scroll Depth] Why is it trying to connect to cs.marinsm.com/mrinLet’s try posting from the other account…
Ug.My reply disappeared.Quick recap:
- Tested on multiple configurations here – no similar errors
- Did code review to look for PHP namespace conflicts. Only one global variable and all functions have a prefix
- Looked for any external URL references. Only external references are in documentation and instructions
- Nothing in ScrollDepth changes server protocol (ssl/non)
- cs.marinsm.com appears to be a tracker script from https://www.marinsoftware.com/
Their site has the same error - marinsm.com does not have a valid cert. That’s why you get the ERR_INSECURE_RESPONSE when trying to load that script from a secure page
So stumped.
Do you have URL where we could see this in action?Thanks