Social media content loaded only for logged in user
-
Hi!
I have problem that the Flow Flow loads the social media content only for logged in user, for non-logged in user there is loading animation visible but it fails to load the streams.
Plugin used to work before but maybe it was some recent update which has caused this? I have disabled all other plugins but it did not help.
I can provide you access to admin side and URL to view the site, can you provide me way to send it privately? Thanks!
In console I can see error 404:
call from here
ajaxDeferred = $.get(_ajaxurl, data);
$.when( ajaxDeferred, FF_resource.scriptDeferred, FF_resource.styleDeferred ).done(function ( data ) {ends in error in jquery
send: function(d, e) {
var f, g = b.xhr(), h = ++ec;
if (g.open(b.type, b.url, b.async, b.username, b.password),
b.xhrFields)
for (f in b.xhrFields)
g[f] = b.xhrFields[f];
b.mimeType && g.overrideMimeType && g.overrideMimeType(b.mimeType),
b.crossDomain || d[“X-Requested-With”] || (d[“X-Requested-With”] = “XMLHttpRequest”);
for (f in d)
void 0 !== d[f] && g.setRequestHeader(f, d[f] + “”);
g.send(b.hasContent && b.data || null ),
- The topic ‘Social media content loaded only for logged in user’ is closed to new replies.