Troubleshooting wordpress plugin usage..missing the sort/filter/export features

Troubleshooting wordpress plugin usage..missing the sort/filter/export features

jeeplawjeeplaw Posts: 6Questions: 0Answers: 0
edited January 2012 in General
First off, I love the datatables function..it's going to be a monster feature hit with my clients. That being said, before my upgrade of wordpress to 3.3, everything was working great. I'm using the wp-tables reloaded plugin too (the latest version). After my wordpress update, I've lost my functioanlity of datatables manipulation.

Here's a test page
http://www.page1webmarketing.com/test-2/

Do you think it's a jquery or javascript problem? Any ideas on how to fix? Thanks!

Replies

  • clwillclwill Posts: 3Questions: 0Answers: 0
    I don't see a on your page. Is something eating that?
  • jeeplawjeeplaw Posts: 6Questions: 0Answers: 0
    Good call..I have no idea. Where would I start backtracking?
  • clwillclwill Posts: 3Questions: 0Answers: 0
    Classic WP debugging -- disable plugins, see if one of them is causing the problem?
  • jeeplawjeeplaw Posts: 6Questions: 0Answers: 0
    Yep, went down that route originally. Nothing. I'm researching jquery calls now and see timing may or may not be an issue.
  • jeeplawjeeplaw Posts: 6Questions: 0Answers: 0
    Ok, so turned off all the plugins AND switched off my custom theme and changed over to the default wordpress install theme...sorting and other datatools features still not showing up.
  • jeeplawjeeplaw Posts: 6Questions: 0Answers: 0
    Ok, more digging..apparently wordpress now calls:

    http://www.page1webmarketing.com/wp-includes/js/jquery/jquery.js?ver=1.7.1

    1.7.1..so do i need to do something different now with my tables reloaded plugin which ships maybe with a different version?
  • clwillclwill Posts: 3Questions: 0Answers: 0
    Well, one of the key things in WP 3.3 is the later version of jQuery (1.7.1). I don't know about "tables reloaded" so I don't know if I can help much there. But it's not outside the realm of possibility that it's not happy with 1.7.1.

    Then again, I just looked at wordpress.org and there's a version of tables reloaded that was uploaded on christmas eve. It says it's now using the current version of DT (1.8.2) and it also says it's compatible with WP3.3. Looks like that would be a place to start.
  • allanallan Posts: 64,940Questions: 1Answers: 10,755 Site admin
    It looks to me that the short code isn't being expanded - I just see:

    > [table id=3 /]

    on the page. I'm afraid I'm no WordPress expert, so this might be one to ask Tobias (http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ click the "Support" option for the various methods there).

    In terms of compatibility, DataTables itself is fully compatible with jQuery 1.7.1 (1.3 - current in fact) :-)

    Regards.
    Allan
  • jeeplawjeeplaw Posts: 6Questions: 0Answers: 0
    Thanks Allan, I'll hit up Tobias and see what he says. I had wp tables turned off to check debugging when you checked :)
This discussion has been closed.