• Resolved ivoyages

    (@ivoyages)


    Hello,

    I search to personnalize cell in many tables with 4 backgound colors.

    1) I personnalized the css like this :

    .tablepress-id-2 .row-2 .column-1 {
    background-color: #ff0000;
    }

    .tablepress-id-2 .row-2 .column-2 {
    background-color: #ff9900;
    }

    .tablepress-id-2 .row-2 .column-4 {
    background-color: #ffcc00;
    }

    .tablepress-id-2 .row-2 .column-6 {
    background-color: #349800;
    }

    Color is good in specific cell

    3) Single Cell Shortcode Content

    After installation and activation

    I had insert the following shortcodes :

    [table-cell id=2 row=2 column=1 /]
    [table-cell id=2 row=2 column=2 /]
    [table-cell id=2 row=2 column=4 /]
    [table-cell id=2 row=2 column=6 /]

    But nothing happen. Something is wrong ?

    Thanks in advance to help me.

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

    (@tobiasbg)

    Hi,

    for having background colors, you only need the CSS code, no extra Shortcodes.

    Yes, please send me the link via email then, the address is in the main plugin file “tablepress.php”.

    Regards,
    Tobias

    Thread Starter ivoyages

    (@ivoyages)

    Thanks Tobias and sorry again. Email sent.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks! I just had a look and made some changes. Please see my email reply.

    Regards,
    Tobias

    Thread Starter ivoyages

    (@ivoyages)

    Thanks Tobias,

    I’s perfect.

    Thread Starter ivoyages

    (@ivoyages)

    Last question.

    How put same colors in differents cell in the same table in css :

    For example, this code dosn’t work

    .tablepress-id-3 .column-5,
    .tablepress-id-2 .row-2 .column-12
    .tablepress-id-2 .row-2 .column-1 {
    	background-color: #ff0000;
    }
    Thread Starter ivoyages

    (@ivoyages)

    Soor, i forget the ,

    Perfect. Thanks again ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

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

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Background cellule’ is closed to new replies.