fcampagna
Forum Replies Created
-
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingUnfortunately, making that change did not help. If I completely remove the following code, it works fine. Do you see anything that stands out as causing the conflict? I don’t want to remove this part of my site.
<script type="text/javascript"> window.Aeris = window.Aeris || { onLoad: function() { // Initialize the SDK with your options Aeris.init({ client_id: '4', client_secret: 'X4mtWr9hk', widgets: true }); }, onReady: function() { var widget = new Aeris.widgets.Currents(jQuery('#widget-currents')); // show the Currents widget in the "widget-sample" div //var currentsTop = new Aeris.widgets.Currents(jQuery('#widget-sample')); var widget = new Aeris.widgets.Advisories(jQuery('#widget-advisories')); var currentwidget = new Aeris.widgets.CurrentsCompact(jQuery('#widget-currentscompact')); } }; // Load the SDK asynchronously (function(w, d) { var loader = function() { Aeris.secure = (d.location.protocol === 'https:'); var b = '//' + ((Aeris.secure === true) ? 'js-secure' : 'js') + '.aerisapi.com/'; var v = Aeris.version; var script = d.createElement('script'), tag = d.getElementsByTagName('script')[0]; script.type = 'text/javascript'; script.async = true; script.src = b + ((v && v !== '') ? v + '/' : '') + 'aeris.js'; tag.parentNode.insertBefore(script, tag); } w.addEventListener ? w.addEventListener('load', loader, false) : w.attachEvent('onload', loader); })(window, document); </script>Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingYes. Removing all of that did the trick. Any idea how I can get them to play well together?
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingJust emailed you.
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingJust tried it in IE with the same result.
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingI am using Chrome on a Mac, but I have tried it with Firefox and Safari, too. All do the same thing. The core uploaded works fine for me.
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploading{"entries":[{"id":"1355","html":"<div id=\"liveblog-entry-1355\" class=\"liveblog byuser comment-author-rightweather bypostauthor even thread-even depth-1 liveblog-entry\">\n\t<header class=\"liveblog-meta\">\n\t\t<span class=\"liveblog-author-avatar\"><img alt='' src='http:\/\/0.gravatar.com\/avatar\/a0a49a81ded117956bdbbea71c43eee7?s=30&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D30&r=G' class='avatar avatar-30 photo' height='30' width='30' \/><\/span>\n\t\t<span class=\"liveblog-author-name\"><a href='http:\/\/rightweather.net' rel='external nofollow' class='url'>Fred Campagna<\/a><\/span>\n\t\t<span class=\"liveblog-meta-time\"><a href=\"#liveblog-entry-1355\"><span class=\"date\">December 26, 2012<\/span><span class=\"time\">7:34 pm<\/span><\/a><\/span>\n\t<\/header>\n\t<div class=\"liveblog-entry-text\">\n\t\t<p>Rain\/snow mix has arrived in Bristol. Full anticipate a change to all snow for 2-3 hours. <\/p>\n\t<\/div>\n\t<ul class=\"liveblog-entry-actions\">\n\t\t<li><button class=\"liveblog-entry-delete\">Delete<\/button><\/li>\n\t<\/ul>\n<\/div>\n"}],"latest_timestamp":nullForum: Plugins
In reply to: [Liveblog] Drag and drop images not uploading[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
{"entries":[{"id":"1355","html":"<div id=\"liveblog-entry-1355\" class=\"liveblog byuser comment-author-rightweather bypostauthor even thread-even depth-1 liveblog-entry\">\n\t<header class=\"liveblog-meta\">\n\t\t<span class=\"liveblog-author-avatar\"><img alt='' src='http:\/\/0.gravatar.com\/avatar\/a0a49a81ded117956bdbbea71c43eee7?s=30&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D30&r=G' class='avatar avatar-30 photo' height='30' width='30' \/><\/span>\n\t\t<span class=\"liveblog-author-name\"><a href='http:\/\/rightweather.net' rel='external nofollow'>Fred Campagna<\/a><\/span>\n\t\t<span class=\"liveblog-meta-time\"></a><a href="#liveblog-entry-1355"><span class=\"date\">December 26, 2012<\/span><span class=\"time\">7:34 pm<\/span><\/a><\/span>\n\t<\/header>\n\t<div class=\"liveblog-entry-text\">\n\t\t<p>Rain\/snow mix has arrived in Bristol. Full anticipate a change to all snow for 2-3 hours. <\/p>\n\t<\/div>\n\t<ul class=\"liveblog-entry-actions\">\n\t\t <li><button class=\"liveblog-entry-delete\">Delete<\/button><\/li>\n\t<\/ul>\n<\/div>\n"}],"latest_timestamp":null}Can’t get a screengrab of that.
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingForum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingI have no idea what I’m looking for. Do you want me to cut and paste the status code and response?
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingThe only JS error I get is a warning about the YouTube embed being unsafe.
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingrightweather.net is the production site, but the live blog is for members only. Do you need to see the actual live blog page?
Forum: Plugins
In reply to: [Liveblog] Drag and drop images not uploadingI’m able to create a staging site and I deactivated all plugins, and it was still happening. I upgraded to WP 3.5 when it came out. The theme hasn’t changed.
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonials Widget] Text-Align CenterWhat plugin did you change to?
I have the same problem. Does anyone have a solution?