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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter JimSouza

    (@jimsouza)

    The table loads perfectly on laptops.

    But badly on MOBILES.

    I’d quickly reverted to the standard ID and they now appear a bit better on Mobile.

    But I wish they’re responsive as much as the Responsive Plugin promised to do.

    PS: Can I post the urls to your email, please

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, please send me the URL via email then, the address is in the main plugin file “tablepress.php”.

    Regards,
    Tobias

    Thread Starter JimSouza

    (@jimsouza)

    I already sent a reply to the welcome email you sent after I made donation.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the links!

    The Responsive Tables Extension will not really work for these tables, due to the images in them. It’s more suited for plain data tables, as those on the demo page of the Extension.

    I therefore recommend a different type of responsiveness, namely to make the table scrollable, but without the flipping. For that, please turn off the “Use DataTables” checkbox on the table’s “Edit” screens (as you have turned off the individual features anyways), and then use the approach from https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954 instead of the Extension.

    Regards,
    Tobias

    Thread Starter JimSouza

    (@jimsouza)

    My Update:

    Here is what I added:

    <div class=”tablepress-scroll-wrapper”>
    [table id=1 /]
    </div>
    .tablepress-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    }

    On Apply iPhone 5:

    Portrait Position: The entire almost loaded off the screen

    Landscape position: Some loaded off the screen

    On Apple iPad Mini

    Portrait Position: The entire almost loaded off the screen

    Landscape position: Part of the table overflow into and cover the sidebar.

    I think the table is not ‘responsive’ on mobile for me. It loads the same way as on bigger screen such as laptop

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    you can not simply paste this into the “Custom CSS” textarea. The first part is HTML code that needs to replace the Shortcodes on the pages.

    Regards,
    Tobias

    Thread Starter JimSouza

    (@jimsouza)

    Just corrected it, here is what I got:

    The table loaded fine on big screen but remain same on mobile devices. However the html also appear both above and below the table:

    Above the table: <div class=”tablepress-scroll-wrapper”>

    Below the table: </div>

    PS: I guess I may have to leave it as it was 🙁

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that’s the correct way. However, I can’t see this around any of the tables in the links that you sent me?!

    Regards,
    Tobias

    Thread Starter JimSouza

    (@jimsouza)

    Oh sorry, I tested this on one site and I’d removed it and replaced with the standard shortcode.

    Please don’t worry. Am okay with this. I have others smaller issues

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    it should be rather easy to make this work, and likely it’s just a small change that is necessary. But as you wish…

    Best wishes,
    Tobias

    Thread Starter JimSouza

    (@jimsouza)

    I actually love to make it very responsive for mobile, but after trying some ideas yet no improvement, I felt I should not trouble you much

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no worries, you are not causing trouble 🙂
    I’m always happy to help!

    Best wishes,
    Tobias

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Table Press Load BADLY on Mobile Devices:’ is closed to new replies.