Forum Replies Created

Viewing 1 replies (of 1 total)
  • I was also receiving this error and went looking in the plugin and found that for me it was due to the data_source class not being instantiated in the filter() method for the short-code support –

    Go to Line:559 in class-jq-archive-list-widget.php and add this:
    $this->data_source = new JQ_Archive_List_DataSource( $this->config );

Viewing 1 replies (of 1 total)