• Resolved StevenW123

    (@stevenw123)


    Hi Tobias,

    I’m testing the highlight extension. It works with one table, but not with a second. I want to create a kind of index, so each cell only has one letter in it – this could be the problem. Here is the shortcode I’m using;

    [table id=2 responsive=scroll row_highlight="a||b||c||d||e||f||g||h||i||j||k||l||m||n||o||p||q||r||s||t||u||v||w||x||y||z" row_highlight_full_cell_match=true/]

    Extra CSS Classes: table-main-lists-01

    CSS code (I won’t paste all of it):

    .table-main-lists-01 .row-highlight-a td,
    .table-main-lists-01 .row-highlight-b td,
    .table-main-lists-01 .row-highlight-c td,
    .table-main-lists-01 .row-highlight-x td,
    .table-main-lists-01 .row-highlight-y td,
    .table-main-lists-01 .row-highlight-z td {
    	background-color: #fbc412 !important;
    	padding-top: 10px;
    	padding-bottom: 10px;
    }

    Plugin and extension are working fine for another table.

    Can you spot what is going wrong, please?

    Should I also be able to use this row highlight option to centre the letters, please?

    Thanks,
    Steve

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Hhm, everything looks good to me here… Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Centering should also not be a problem, you would just add
    text-align: center;
    to the CSS commands.

    Regards,
    Tobias

    Thread Starter StevenW123

    (@stevenw123)

    Hi Tobias,

    Thanks for your reply. The site is still in development, so no link available. I’ll try to work around the issue.

    Thanks again,
    Steve

    Thread Starter StevenW123

    (@stevenw123)

    Tobias,

    Just used the link in Tablepress to try to donate to you to show I appreciate the plugin but it’s asking me to login to Paypal. I don’t have and don’t want a paypal account, so do you have a link to donate as a guest using a credit card through paypal, please? Paypal usually offers that option, but it isn’t through your link.

    Thanks,
    Steve

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Steve,

    can you maybe check the HTML source code of the page (“View Source” in the browser) for the CSS classes that should be added to the table HTML? That way, we can find out if it’s a problem with the filtering or whether it’s just the CSS styling that is not applied.

    Regarding PayPal: First, thanks for wanting to donate, I really appreciate it! Unfortunately, I have no clue how to generate such a link, and from what I have read, this is only available to business account on PayPal ??
    Would an Amazon gift card (there’s a link on the Donate page) be an option?

    Regards,
    Tobias

    Thread Starter StevenW123

    (@stevenw123)

    Hi Tobias,

    Found a way around the Paypal issue and sent you a donation. Hope others follow suit so you can keep your great plugin going!

    Thanks for the advice.

    Steve

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Steve,

    thank you so much for that, I really appreciate it!

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Row highlight’ is closed to new replies.