• Resolved ravock

    (@ravock)


    Hello guys,

    I know this is a widely talked subject, but unfortunately I’m not a great programmer myself and I’ve being working with wordpress for a couple weeks.

    Said that, for me it’s really a struggle to identify what is going on with my table so I can fix it.

    Unfortunately tables are my only option to do what I want and tablepress was a light in the end of the tunnel, even more when I’ve found the responsive extension, but like everything else in self-learning it lead to frustration.

    I tried a few things but with zero results.

    The site is:
    http://leagueoflegendsbrasil.com/aatrox-build/

    And I’m using responsive=”all” to all of them.

    If anyone can give me a help I would appreciate, I’m using minamaze pro from thinkup themes.

    Thanks in advance

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The problem here basically is that your tables use combined cells (with #colspan#). This is not compatible with the TablePress Responsive Tables Extension.
    I therefore want to suggest a slightly different approach: Instead of flipping the table and then adding scrolling, we could only add Horizontal Scrolling.
    For that, please take a look at https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954

    Regards,
    Tobias

    Thread Starter ravock

    (@ravock)

    It kinda works, how so?

    I removed the #colspan# from the last tab, the one with little numbers as images and the problem remains the same!

    The solution you offered do work, but still I’m all up to let the #colspan# go for having the vertical scrolling in this last tab otherwise the understanding of it is really hard.

    I’m sorry for my incapacity, but I’m trying!

    If you fix this you can definitely count with my donation!

    Thread Starter ravock

    (@ravock)

    Also,

    The problem is that with the scrolling the last table looks very bad since it HAS to be shown completely at least in the desktop.
    Before I added the X-scrolling it fitted, somehow the theme shrank it and it fit.
    Unfortunately I can’t afford to have it like that because it has to have a fast usability because the users will be seeing it with alt+tab during a game.

    Sorry Tobias!

    Thread Starter ravock

    (@ravock)

    Oh,

    last thing, promise!

    How to add vertical separator lines?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    if you want to show the table in full on the desktop, you will have to reduce the padding. You can also add border lines. For both of this, please add this “Custom CSS” on the “Plugin Options” screen:

    .tablepress-id-3 th,
    .tablepress-id-3 td {
      padding: 4px;
      border: 1px solid #cccccc;
    }

    Regards,
    Tobias

    Thread Starter ravock

    (@ravock)

    Thanks Tobias,

    Here is my donation:
    Paypal confirmation:
    1DT46002KK073524J

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂
    And thanks for the donation, I really appreciate it!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Responsive Tablepress Issue’ is closed to new replies.