wp-table reloaded with pagelines platform theme - known issues?

wp-table reloaded with pagelines platform theme - known issues?

lukemcgrathlukemcgrath Posts: 2Questions: 0Answers: 0
edited April 2011 in General
I have the wp-table reloaded plugin installed at my site www.bullet-reviews.com but cannot get the datatables functions to work at all - all I want is the sorting feature.

I have asked around and the only advice I get is to add <?php wp_footer(); ?> in the footer.php file which I have done, I promise! Does anyone know of a conflict with the theme I am using, pageline's platform?

Replies

  • allanallan Posts: 63,518Questions: 1Answers: 10,473 Site admin
    I'm not aware of any issues - but then I haven't used WP-Table reloaded, or even WordPress myself.

    Is your use of DataTables on the index page you linked to? Firebug shows a couple of errors which will break Javascript:

    www.bullet-reviews.com:1Uncaught ReferenceError: nullLFWidget is not defined
    amazon_linker.min.js:1Uncaught TypeError: Cannot read property 'address' of null

    Allan
  • lukemcgrathlukemcgrath Posts: 2Questions: 0Answers: 0
    Hi Allan, thanks for replying. The datatables are on a few pages - www.bullet-reviews.com/film is a good example. The settings are configured for sortable table but nothing happens.

    On a side note, could you explain those errors or how to fix them? I'm pretty much wysiwyg but can meddle with code if directed well!

    Luke
  • allanallan Posts: 63,518Questions: 1Answers: 10,473 Site admin
    There are two Javascript errors on the film page as well:

    TypeError: Result of expression 'jQuery(sharebar).offset()' [null] is not an object.
    amazon_linker.min.js:1TypeError: Result of expression 'google.loader.ClientLocation' [null] is not an object.

    Which will almost certainly disrupt the Javascript flow. As for how to fix them, I'd suggest having a look at the source, on the lines indicated by Firebug (view the errors in Firebug). If you want me to have a look at debugging the site, please feel free to get in touch about some freelance work using the contact form: http://datatables.net/contact .

    Regards,
    Allan
This discussion has been closed.