bgourarie
Forum Replies Created
-
Sorry, you found it.
However, we tried to use it and found even more errors in other parts of it, and wound up not using this plugin.Hey, I’m not sure if this is related but there seems to be a typo in line 995 of application.cfm — you are registering jquery with a relative url instead of an absolute one because of a missing colon.
wp_register_script(Helper::tokenize('jquery-admin'), "https//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", false, null);
should probably be
wp_register_script(Helper::tokenize('jquery-admin'), "https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", false, null);
- This reply was modified 8 years ago by bgourarie. Reason: gave wrong line number
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Latest Update jQuery Error@dcooney I’ve sent you an email through your site.
The plugin does seem to work somewhat, sometimes — but it ignores the styling that we’ve set for it. Specifically (that I can see), it’s ignoring the
Container = div
part of the shortcode, and outputting asul
instead. That may not be relevant.Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Latest Update jQuery ErrorThis is exactly the error I saw in the other thread.
Disabling W3 caching didn’t help.You can view the issue at my dev site if you’d like, is there a way to privately send it to you?
I am using w3 total cache.
Wouldn’t be surprised if the issue is with my install. I just happened to be updating a bunch of plugins at once yesterday and saw the thread.I’ll try turning it off and i’ll post here if the issue persists
I’m still seeing errors, although it’s slightly different:
SyntaxError: Unexpected token < ajax-load-more.min.js.gzip?ver=2.10.0.1:926
This is Chrome, Mac