Forums

WP-Table Reloaded
Alternate row colours, highlighting, table name no longer working (15 posts)

  1. billbennett
    Member
    Posted 1 year ago #

    I'm showing five lists on a single wp page.

    Four of the lists work fine. The fifth list no longer shows Alternate row colours, highlighting or table name. If I select these options they're not saved.

    These features were working until recently, but my list is now 58 items long.

    Is there a fix or do I need to find a way to break the list into two smaller lists?

  2. TobiasBg
    Member
    Posted 1 year ago #

  3. billbennett
    Member
    Posted 1 year ago #

    I don't think Suhosin is on my server - it's not listed anywhere. How would I know if it is there?

  4. TobiasBg
    Member
    Posted 1 year ago #

    Hi,

    you might find it in the output of a call to php_info(); but I'm not sure.
    The most reliable answer should come from your webhosting company, so I suggest contacting them.

    Best wishes,
    Tobias

  5. paradigm15
    Member
    Posted 1 year ago #

    Hi, im wondering is there a way to make your tables side by side on the same row? i've changed the overall width to 150 but anytime i add the shortcode the tables just go below not side by side?

  6. TobiasBg
    Member
    Posted 1 year ago #

    Hi,

    this is more of an issue in your theme. WP-Table Reloaded will provide the HTML code for the table and insert it into your page. The actual styling should then be done with CSS by your theme.
    So, to show tables side by side, you will likely have to extend that CSS.
    To start, you might want to take a look at the CSS float property.

    That could lead you to this CSS code (which you can enter into the "Custom CSS" textarea on the "Plugin Options" screen of WP-Table Reloaded).

    .wp-table-reloaded-id-1 {
      float: left;
    }
    .wp-table-reloaded-id-2 {
      float: right;
    }

    This should show the tables with the IDs 1 and 2 side by side (if you have already set the width). Change the IDs as needed.

    Best wishes,
    Tobias

  7. kalyon
    Member
    Posted 1 year ago #

    hi,
    could you give me site address who use "wp-table reloaded". i want to see how they are using this plug in

  8. TobiasBg
    Member
    Posted 1 year ago #

    Hi,

    you can find a few demo tables on the plugin's website at http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/

    In the "Demo" section, you can find tables and links to other tables.

    Best wishes,
    Tobias

  9. kalyon
    Member
    Posted 1 year ago #

    thank you tobias,but i didn't see any link there. could you give me the address of links already done.

  10. TobiasBg
    Member
    Posted 1 year ago #

    Hi,

    the link I mean is http://www.poorpigs.de, then go to the "Spieler" or "Spielplan" section (however, those tables also contain additional features that was not realized with WP-Table Reloaded, but with custom programming).

    For more tables, I suggest to take a look through the posts here in the forum: http://wordpress.org/tags/wp-table-reloaded
    There are a lot of people who posted their URLs there.

    Regards,
    Tobias

  11. kalyon
    Member
    Posted 1 year ago #

    thanks again tobias, i will look

  12. kalyon
    Member
    Posted 1 year ago #

    hi tobias,
    i want to ask a little question. (by the way, sorry for my bad english)
    i'm an accountant. i just want to learn that, in my internet site, customers will write how much they earned, and table will account how much they will pay tax. is it possible with this plugin.

    for example there will be two cells in my internet site. one of cells will be empty, when customer write the money in this cell, than in the other cell will be seeing tax.

  13. TobiasBg
    Member
    Posted 1 year ago #

    Hi,

    thanks for your question.

    This is unfortunately not possible. WP-Table Reloaded is designed to display static data, but it is not a spreadsheet application.
    So, unfortunately, it can not handle any formulas in the cell and therefore your idea can not be done with the plugin, sorry.

    Best wishes,
    Tobias

  14. kalyon
    Member
    Posted 1 year ago #

    thanks for all your answers.

  15. TobiasBg
    Member
    Posted 1 year ago #

    No problem. :-)

    Regards,
    Tobias

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic