Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post.

    The reason for this are the “Custom Commands” that you are using for DataTables, namely the “bJQueryUI” setting.
    To use that, you will need to load a CSS file from jQueryUI into the page, which contains the styling definitions for the pagination arrows.
    On the page where pagination is working, this CSS file is indeed loaded by your theme. On the page without pagination however, it is not.

    Unfortunately, I don’t know why this is the case. This likely is a theme setting, so you might want to look for that. Otherwise, it might be the best to ask the author of the theme about this, so that he can maybe give you a hint on how to load that CSS file (smoothness.css) on all pages.

    Oh, and of course pagination should work again if you remove the "bJQueryUI": true command, just with DataTables’s default styling and pagination icons.

    Regards,
    Tobias

    Thread Starter coisty1856

    (@coisty1856)

    Thanks for the response.

    The only thing that’s different that I’ve been able to determine is that for the pages that aren’t working I’m inserting the shortcode directly into a template using the following code:


    <?php echo do_shortcode('[table id=17 /]') ?>

    For the pages that are working I’m adding the table from the WordPress page screen.

    Could this be the problem? If so, can you think of a way to resolve the problem?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I don’t really think that the way with the direct inclusion influences this, except maybe in how the theme handles the inclusion of the other CSS files in that case.

    So, a solution might be to also load the CSS file manually on these pages, or to drop the bJQueryUI parameter.

    Regards,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Problems with Pagination’ is closed to new replies.