Hi ,
The below fix worked for me on chrome and IE.
Fix on the Js file : wp-content/plugins/pullquote/js/pullquote.js Line number : 85
Please remove the “callback=?” from the url inside the getJSON function.
“callback=?” refers to JSONP format where as the format in the function is given as JSON so removing the “callback=?” solved the problem for me.