• Resolved zoommobile

    (@zoommobile)


    Hello
    I use the tablepress
    But the table on the handset is broken, because it’s not responsive
    Is it possible to fix this by placing the scroll in the table?
    For example, open this page in mobile mode
    https://zoommobile.ir/iphone-xs/

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, please take a look at the scroll mode of the TablePress Extension from https://tablepress.org/extensions/responsive-tables/

    Regards,
    Tobias

    Thread Starter zoommobile

    (@zoommobile)

    Thank you very much
    My problem has been resolved
    The number of my tables is too high
    Should I edit all posts?

    Thread Starter zoommobile

    (@zoommobile)

    I have 810 table
    I want to use this code in all of them :
    [table id=123 responsive=scroll responsive_breakpoint=phone /]

    Is there a simpler way to do this?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes! You could set these parameter values as the default!

    You’ll simply have to edit the file “wp-content/plugins/tablepress-responsive-tables/tablepress-responsive-tables.php” on your server (e.g. via FTP) and change line 105 from

    $default_atts['responsive'] = '';
    

    to

    $default_atts['responsive'] = 'scroll';
    

    Regards,
    Tobias

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

The topic ‘Responsive problem’ is closed to new replies.