Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] TablePress Search Function Not Appearing After Update


  • xmatter
    Participant

    @xmatter

    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?

Viewing 4 replies - 1 through 4 (of 4 total)

  • xmatter
    Participant

    @xmatter

    The developer confirmed it was a global.js issue, which when clicked through the console, points here:

    
    /* Setup activity scope and filter based on the current cookie settings. */
    function bp_init_activity() {
    	/* Reset the page */
    	jq.cookie( 'bp-activity-oldestpage', 1, {
    		path: '/'
    	} );
    

    Any help would be great!

    Also, I just downloaded the bp zip, and looked for the files missing with the 404 errors from my previous post, and those files still there. I fix for this would be great as well.


    xmatter
    Participant

    @xmatter

    I renamed that global file, and the Search Box came back (although I am still getting a 404 error through the Console Output). My custom theme is a child theme of the bp default theme and I am using:

    
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
     
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
    

    So is the latest BP update just missing these files?


    r-a-y
    Keymaster

    @r-a-y

    You’re using a child theme of bp-default. There were some issues during the release of BP 2.1.

    See the first point in this thread for more details and a fix:
    https://buddypress.org/support/topic/buddypress-2-1-known-issues/


    xmatter
    Participant

    @xmatter

    Thank You! This was exactly what I was looking for!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] TablePress Search Function Not Appearing After Update’ is closed to new replies.
Skip to toolbar