Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter KovaZg

    (@kovazg)

    I have just 9 plugins active at the moment.
    I see table, and its colors (default), title is displayed, description is displayed. There is no search box, no up and down arrows in table headers …

    I was able to see those on default wp theme.

    So please can you give me some code to add to this theme, or how to see where is problem, sorry to re-post. Wanted to explain little bit more.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    very likely, this theme does not contain a call to

    wp_footer();

    in its “footer.php”.
    If this is not the reason, please post the URL to the page with your table.

    Regards,
    Tobias

    Thread Starter KovaZg

    (@kovazg)

    </div>

    </div>

    <?php wp_footer(); ?>

    </body>

    </html>

    This is end of footer.php.
    Well I have article on preview, I don’t want to publish it with this, and I have it on my offline WAMPSERVER setup, same thing.

    I do use W3 Total Cache, but I did deactivate and it has no change, … Let me try other theme from same provider, that is very similar to this one, don’t know how to give you link ?? as I don’t want to put article live without this solved.

    Thread Starter KovaZg

    (@kovazg)

    Its working on other themes, all are very similar, why it doesn’t work on thsi one. I should try on pure theme, fresh install. Let me try that option, as I had W3 Total Cache here on this one, and everything else, and css was changed and etc. I will report as soon as I try fresh copy of WP with only this theme and plugin installed. Thanks for reply.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your information.

    If thewp_footer(); call is there, this likely means that the theme loads some other JavaScript that is conflicting here. This can for example happen if the jQuery library is loaded in a wrong way.

    Regards,
    Tobias

    Thread Starter KovaZg

    (@kovazg)

    It works on original theme without other plug-ins.

    So I guess some plugin conflict.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, indeed, it could also be another plugin that adds some JavaScript that causes a conflict.

    Regards,
    Tobais

    Thread Starter KovaZg

    (@kovazg)

    I find it weird that it doesn’t show sort and search but table works.

    I disabled all other plugins, and still I can’t see those ?? I’m not sure is it cause of changes in style.css (I even replaced style) where else could be conflict in which file ?

    I have offline, disabled all plugins and restored original style.css

    If I could only find conflict.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    the sort/search is totally independent from the actual table, as it is added after the table is generated, via JavaScript.

    Due to that, this can not be caused by changes in the style.css, it’s a plain JavaScript problem.
    To find the conflict, you could try the Google Chrome Developer Tools, for Firebug for Firefox. Those could show an error message in the logs.

    Regards,
    Tobias

    Thread Starter KovaZg

    (@kovazg)

    It says that minify works, so W3 Total should not be cause of it.

    I will try with firebug, thanks for advice.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem. If you find something out, please let us know.

    Regards,
    Tobias

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘WP-Table Reloaded – addons doesnt display’ is closed to new replies.