• Resolved efran1526

    (@efran1526)


    Hi,

    I created a table of businesses (4 columns, 40 rows). I have the table in Popup Maker and on it’s own page. It displays great on mobile phones via Popup Maker but on it’s own information page it is unreadable on mobiles and looks outright ugly on laptops.
    Here is the homepage link: https://www.stclairgardens-bia.com/
    Here is the standalone page link: https://www.stclairgardens-bia.com/covid19/

    If you could shed some lite on this I would appreciate. My other option would be to take the standalone page offline.

    Thank you,

    Eric

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I’m afraid that this is a rather “classical” problem, of showing tables on small screens. ?? You will need an approach to make the table “responsive”. For some ideas, please see https://tablepress.org/extensions/responsive-tables/

    Regards,
    Tobias

    Hello, Tobias. I too have this problem. I downloaded and installed responsible tables 1.7 but I see no change on other mobile phones. Any help with this would be appreciated.
    Donation coming soon.

    https://colormasterspainting.net/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    just installing that Extension is not enough. You’d need to enable one of the available modes by extending the Shortcode that you are using on that page with another parameter.

    Regards,
    Tobias

    Yes, I did that. We only have 2 tables here is the shortcode
    [table id=1 responsive=stack responsive_breakpoint=”device” /]

    What am I missing?

    • This reply was modified 4 years, 8 months ago by goodsuccess.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    you’d need to change the word device to one of phone, tablet, desktop, or all.

    (Please also make sure to not accidentally use “curly” quotation marks around that word, but “straight ones ".)

    Regards,
    Tobias

    Ok, got it thanks. Is there a way to center on “phone”?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I think, you don’t really want to center, but increase the width ??
    For that, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (screen and max-width: 767px) {
      .tablepress-responsive-stack-phone tbody td {
        width: 100%;
      }
    }

    Regards,
    Tobias

    Unable to save due to 1 invalid setting. Might break site ?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I’m not sure what you mean. Where are you getting this error? Can you provide a screenshot? TablePress does not prevent you from saving the CSS… And no, the code will not break the site ?? Still make sure to copy it as it is above.

    Regards,
    Tobias

    On custom CSS…Copied and paste the exact same code.

    • This reply was modified 4 years, 8 months ago by goodsuccess.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    from what I can see, you are not using the TablePress “Custom CSS” field (on the “Plugin Options” screen of TablePress), but some other “Custom CSS” field, from the theme or another plugin?

    But to maybe fix that error, please try this modified version:

    @media screen and (max-width: 767px) {
      .tablepress-responsive-stack-phone tbody td {
        width: 100%;
      }
    }

    Regards,
    Tobias

    On custom CSS…Copied and paste the exact same code.

    Ok, it’s all good. Got it to work. Again…thanks for this awesome support.

    Yes, I am using the Socrates theme. It has its own custom CSS field. Again, it is working fine. Everything is aligned correctly on most devices.

    Thanks for your time efforts. I have given my review…awesome plugin and support.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! Good to hear that it’s working now!

    Best wishes,
    Tobias

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Cannot view on mobile’ is closed to new replies.