Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)