• Resolved goodsuccess

    (@goodsuccess)


    I am trying to add “simple shopping cart” code into tablepress table.

    Can’t seem to align the images and text correctly. Any help would be greatly appreciated.

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To fix the display of the images, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img {
      max-width: 100%;
    }

    Now, that said, it looks like you are actually not using the table to display tabular data, but to achieve a tabular (columns) layout. Using tables for this is not recommended. This has drawbacks for accessibility of the site, e.g. for users that use screenreading software and similar. Instead, you should probably look into using e.g. “Columns” blocks in the block editor to achieve such a layout.

    Regards,
    Tobias

    Thread Starter goodsuccess

    (@goodsuccess)

    That worked thanks for your time and efforts. Ok, I do not use block editor as my editor. Currently using the classic editor and classic widget. Does this mean I cannot not use tablepress as my table maker?

    Also, a while back I donated to download TablePress Responsive extension. But I do not have access to this extension anymore. How can I receive it again?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no, you can of course continue using TablePress for tables, even without the block editor! Just use Shortcodes as before ??

    What I meant to say is that this particular table (with the two products in two columns) would be better done with a dedicated “columns” solution (as you are only using a table to get that two-column layout, it seems).

    As for the Responsive Tables Extension: Do you mean that you no longer have it installed on the site? Can you please get in touch via email (at the bottom of https://tablepress.org/pricing/ )?

    Regards,
    Tobias

    Thread Starter goodsuccess

    (@goodsuccess)

    Hello, Tobias I have sent an email at support from the URL you provided me.

    Thanks for your time and efforts

    • This reply was modified 1 year, 8 months ago by goodsuccess.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks! I just replied ??

    Best wishes,
    Tobias

    Thread Starter goodsuccess

    (@goodsuccess)

    Thanks for all the help with my issue. It now looks exactly how we wanted it to look.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! That’s good to hear ??

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Simple Cart Code’ is closed to new replies.