[Resolved] TablePress Search Function Not Appearing After Update
-
I am running WP 4 and BuddyPress Version 2.1 and TablePress 1.4. I just noticed that the TablePress Search Box no longer appears above any table, like it did in the past. I have read the TablePress Documentation and it states it is a JavaScript Library issue, but there does not appear to be anything out of the ordinary.
<script type='text/javascript' src='http://sample/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script> <script type='text/javascript' src='http://sample/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var BP_Confirm = {"are_you_sure":"Are you sure?"}; /* ]]> */ </script> <script type='text/javascript' src='http://sample/wp-content/plugins/buddypress/bp-core/js/confirm.min.js?ver=2.1'></script>
JavaScript Console Output:
Failed to load resource: the server responded with a status of 404 (Not Found) http://sample/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css Uncaught TypeError: undefined is not a function global.js:1327 Failed to load resource: the server responded with a status of 404 (Not Found) http://sample/wp-content/themes/images/background.gif Failed to load resource: the server responded with a status of 404 (Not Found) http://sample/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css
I only have 3 other plugins, but have deactivated ALL plugins accept BuddyPress. Still not seeing the Search Box.
This obviously occurred after updating to WP 4 and then a BuddyPress update. Has anyone else experienced this, or could help with a fix of what I need to do?
- The topic ‘[Resolved] TablePress Search Function Not Appearing After Update’ is closed to new replies.