I think there is something wrong with plugin jquery code.This is how it looks like now
https://suitreview.com/marketplace/wp-content/uploads/2019/08/Vendor-Dashboard-My-Wordpress-1.png
I would like to share this how the jQuery conflict:
(index):701 Uncaught SyntaxError: Unexpected token <
(index):781 Uncaught SyntaxError: Unexpected token <
(index):911 Uncaught SyntaxError: Invalid or unexpected token
This part has some problem:
jQuery(document).ready(function($) {
var customer_questions;
customer_questions = $(‘#customer_questions’).DataTable({
ordering : false,
lengthChange : false,
pageLength : 5,
info: false,
searching : false,
processing: false,
serverSide: true,
pagingType: ‘numbers’,
language: {
emptyTable: ‘</p>
<article class=”reply-item” style=”border-bottom:none;”>
<div class=”col-md-12 col-md-12 col-sm-12 col-xs-12″ style=”text-align:center;”>No unanswered questions found.</div>
</article>
<p>’,