Viewing 14 replies - 16 through 29 (of 29 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is your theme. It’s loading a JavaScript file that uses jQuery before it actually loads jQuery (which is a bad idea anyway), with the lines

    <script type='text/javascript' src='https://www.studio-88.co.za/wp-content/themes/Studio_2014_19/theme_scripts.js?ver=3.9.1'></script>
    <script type='text/javascript' src='https://www.studio-88.co.za/wp-content/themes/Studio_2014_19/jquery.js?ver=3.9.1'></script>

    I suggest that you contact the theme support about this, if you can’t fix it yourself (probably in the “functions.php” or “header.php”).

    Regards,
    Tobias

    Fantastic thanks so much for the quick response! Will remove it and see what happens!
    Also thanks for such a great plugin!!!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Dear Tobias,

    I experience the same problem here.
    Both pagination and search box disappeared overnight.
    jQuery is loaded:
    `<script type=’text/javascript’ src=’https://www.boekentaal.eu/wp-includes/js/jquery/jquery.js?ver=1.11.0′></script&gt;
    <script type=’text/javascript’ src=’https://www.boekentaal.eu/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1′></script>&#8217;
    and the console displays no error or warning.
    Would you be so kind as to take a look?
    Thanks in advance.

    Kind regards,

    Ton

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    There are two issues here: First of all, the table Shortcode is wrapped in some extra HTML tags (due to copy/paste). That’s also the reason, why the styling is off and the font is incorrect.
    To fix this, please go to the “Edit” screen of the page and switch from the “Visual” to the “Text” editor in the upper right corner of the editor. Then, remove all HTML tags like <pre>, <code>, </pre>, and </code> around the Shortcode, so that that stands by itself on its own line.

    Now, for the missing JS functions: The reason for this is something in your theme. As it seems, the theme is not loading the footer part. The reason for that might be that the “footer.php” file is not loaded (because something like get_footer(); is missing in the used theme file, or because something is causing an error in that “footer.php”. Can you maybe ask the theme developer for help with restoring that?

    Regards,
    Tobias

    Hi,

    All problems fixed due to your fast and great help!

    Thank you very much.

    Regards,

    Ton

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Hello Tobias,

    I’m have a similar as netton1956. I’m running WP 3.9.1 on the Genesis framework but the Search and pagination are not showing on the tables.

    Any other suggestions.

    Problem solved. The WP Minify plugin was causing the problem. Everything works now fine.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    very nice! Great to hear that you already found the cause for this!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Hi Tobias,
    I have a similar problem in my website
    https://www.mkiellinikou.org/μηνια?ε?-αναφορ??/

    Pagination and search box disappeared from all tables except the first one. It was working fine until a few weeks ago.
    Any help welcome.

    Thanks and regards,
    Nikos

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is some broken HTML code the link in row 15 of table 062014. It’s missing the “href”.

    Regards,
    Tobias

    Hi,
    this was a very fast answer, thanks a lot. ??

    You were right that there was a broken link at the row you pointed out and I fixed it. But the issue with the search box and pagination seems to remain.

    Again thanks for your help,
    Nikos

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    there are some more broken links in row 45, 46, and 47.
    All of those need to be fixed, as the HTML right now breaks the structure of the second table. Because of that, the JS can not be initialized on that table, and then also gives an error on the other tables.

    Regards,
    Tobias

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘Search box is not showing up with table?’ is closed to new replies.