Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Darek,

    thanks for your question.

    That shouldn’t really be necessary. WordPress already executes jQuery.noConflict(); when loading jQuery and TablePress respects that.

    Other plugins can only influence this if they contain JavaScript errors, which then break JavaScript entirely. Those errors obviously have to be fixed in those other plugins though.

    Regards,
    Tobias

    Thread Starter Darek L

    (@darekl)

    Tobias,

    I want to run TablePress without any connections with other plugins.

    I noticed a very strange problem with “kk star ratings” plugin. Shortly, the markup function in index.php file in “kk star ratings” plugin is sometimes executed and sometimes not (when I am logged in as admin is fine). I am not sure what is the source of the problem, if this is “kk star ratings” issue or TablePress. However, when I turned off TablePress plugin and turned on WP-Table Reloaded everything was fine. I like TablePress and “kk star ratings” plugin and I want to stay with both.

    Regards,
    Darek

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Darek,

    this is most likely not related to the JavaScript itself, but to the TablePress output caching. That might prevent teh KK Star Ratings JS from being added to the page.
    To change this, please try extending your table’s Shortcode to

    [table id=123 cache_table_output=false /]

    Regards,
    Tobias

    Thread Starter Darek L

    (@darekl)

    Tobias,

    I am not at the development platform right now but I will check it as soon I will be there.

    If this is only caching problem, it would be great! It is highly possible because I noticed table generated with ratings but there was no markup function execution!

    Thanks,
    Darek

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Darek,

    yes, what you describe perfectly fits as a sympton for this.
    Would be great if this is indeed the reason, because then it’s an easy fix.

    Regards,
    Tobias

    Thread Starter Darek L

    (@darekl)

    Tobias, I use template version not shortcode but probably caching option is the same there?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, with the Template Tag it’s the same as with the Shortcode. Just the syntax is slightly different, as you have already seen.

    Regards,
    Tobias

    Thread Starter Darek L

    (@darekl)

    Tobias, You are amazing!

    It was caching problem! Now everything works like it should!

    Thanks for help!
    Darek

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Darek,

    awesome! ?? Great to hear that this fixed it!
    Thanks a lot for the confirmation!

    Best wishes,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘TablePress – jQuery.noConflict()’ is closed to new replies.