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

    (@tobiasbg)

    Hi,

    here’s a small amendment to my answer to maximillion24’s original post:
    2. Turns out that I was wrong. You can actually use Themeroller, as that’s supported by adding a config option to DataTables, see https://datatables.net/usage/features#bJQueryUI
    Just add

    "bJQueryUI": true

    to the “Custom Commands” textfield on the table’s “Edit” screen, and it will load your Themeroller style.

    Regards,
    Tobias

    Thread Starter Maximillion24

    (@maximillion24)

    Thanks Tobias,
    where i have to insert that css code? Custom CSS in Plugin Options tab or Extra CSS Classes in Edit table?
    Do i have to install Themeroller or other programs?
    How can i Display Words in center of the cells?
    How can i display lines between columns?

    May you insert tables in scroll?
    When there is over 100 rows in a table, i have to keep going up and down to insert link in the cells?

    https://a.pictureupload.us/110514813150f4d6fa7dd60.jpg

    Thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that code has to go into the “Custom Commands” field in the “Features of the DataTables JavaScript library” section on the table’s “Edit” screen, so none of the two that you mentioned.

    Yes, you will then have to include a Themeroller CSS file (and the images into your site). I think there are already plugins for this.

    To center words in cells, you can use some “Custom CSS” like this:

    .tablepress-id-123 .column-3 {
      text-align: center;
    }

    This would center all cells in the third column of table 123.

    To display lines (borders) in a table, use this:

    .tablepress-id-123 thead th,
    .tablepress-id-123 tbody td {
      border: 1px solid #000000;
    }

    And yes, I’m aware that adding links in large tables is kind of ugly right now. I had tried to use a scroll mechanism, but that didn’t really work. Instead, you could try a work around with the “Advanced Editor”: Click into a cell while holding down the “Shift” key. That will open the “Advanced Editor”, which also has an “Insert link” button. This solution might need a few more clicks, but at least less scrolling.

    Regards,
    Tobias

    Thread Starter Maximillion24

    (@maximillion24)

    Hi,

    thanks a lot for your support
    i looked at datatables.net and https://jqueryui.com/themeroller/ but i don’t know that which one of them i should install.
    can you help me?

    How can i change the color of the links?

    Thanks again

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sorry, but I don’t have experience with Themeroller, so I can’t help with that. I think that you need to create a Themeroller package on their website and then include that into your site somehow. The tables will then automatically use that styling, if it’s embedded into the site.

    About the links: Please try:

    .tablepress-id-123 td a {
      color: #ff0000;
    }

    Regards,
    Tobias

    Thread Starter Maximillion24

    (@maximillion24)

    Thanks Tobias,
    But there is no need to themeroller. ??

    I created a simple and cool theme with CSS Code:
    https://tablepress.org/faq/

    https://a.pictureupload.us/134975579350f5314d90e95.png

    thanks a lot

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    oh, yes, very cool! Great to see that the FAQ was helpful ??

    Best wishes,
    Tobias

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

    I just downloaded your plugin and I must say its really beautiful. Its the best among the rest for me…
    I have some issues. I added a product and tried to view the product but only saw Price, sales tip and add to cart button…
    The image and the descriptions missing.
    Can u help ? or is there any upgrade to buy?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post. No, no upgrade to buy ??
    There’s probably just something wrong with your code.

    Please post the link to the page with the table, and I’ll take a look.

    Regards,
    Tobias

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! From what I can see, you are not using a table on that page, right? The problem seems instead to be with a shopping cart plugin and not with TablePress.
    Therefore, I suggest that you contact the support of that shopping cart plugin.

    Regards,
    Tobias

    Thanks .
    I’m not using table at all. Even though I have tablepress nut the issue is the Simple ecommerce shopping cart plugin?..

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the confirmation. Yes, then you should indeed ask in the support forums for that plugin. This is the forum for TablePress, so we can’t help you here. Sorry ??

    Regards,
    Tobias

    Thanks.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem! You are very welcome!
    Sorry that I couldn’t help.

    Best wishes,
    Tobias

Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘Copy Row or Column’ is closed to new replies.