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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You are basically affected by this: https://wordpress.org/support/topic/problems-after-update-to-wp-45?replies=8
    Your theme uses a jQuery selector that is no longer supported by jQuery. To fix this, please edit the file /wp-content/themes/u-design/scripts/script.js on your site, and change the line

    $('a[href=#top]').click(function(){

    to

    $('a[href="#top"]').click(function(){

    Regards,
    Tobias

    Sorry to hijack the thread! But I’m facing the same issue with my Avada theme which has apparently been updated to support 4.5.
    The main tablepress plugin (along with the search field) works perfectly. But i installed, activated and added datatables_buttons=”colvis,copy,csv,excel,pdf,print” to the short code. But the button isnt showing.

    edit: I also have fixedcolumn installed and that works perfectly with horizontal scrolling. But when i activate fixedheader, the fixedcolumn and horizontal scrolling options stop working.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    unfortunately, all those Extensions are not compatible to each other. Especially, the FixedHeader script can not be used together with FixedColumns or Horizontal Scrolling.

    Regards,
    Tobias

    Thread Starter cenner

    (@cenner)

    Thank you for your help Tobias! Worked like a charm! =)

    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!

    Hi,
    I just installed the buttons premium extension and it is mostly working fine. However, the button text is hardly visible due to button background/text colors. Is there a way to either make the button backgrounds dark or make the text black/dark?

    Thanks
    Deepak, B&M Analysts

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Deepak,

    let’s keep this discussion at https://wordpress.org/support/topic/text-on-buttons-not-readable/ where I already made a suggestion.

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘TablePress with Datatables Buttons Extension’ is closed to new replies.