Support » Plugin: TablePress - Tables in WordPress made easy » Custom Css Not applying.

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I can’t really reproduce these issues. The second row has a different color for me (pink), the rows are alternating colors (note that this is just a light gray, so maybe your monitor is just not calibrated), and the widths are also ok.

    Regards,
    Tobias

    Thread Starter Crazy_faith

    (@crazy_faith)

    Tobias! awesome. I will keep at it then. I did open up a couple different browsers and it didnt work completely.

    I will try and delete history/ cache, etc and try again.

    Thank you for the confirmation though!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂
    If you experience problems again, please let me know, and I’ll take a look again.

    Best wishes,
    Tobias

    Thread Starter Crazy_faith

    (@crazy_faith)

    thank you! glad i got the codes working correctly. This tablepress just made things a million times better!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    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!

    Thread Starter Crazy_faith

    (@crazy_faith)

    sorry for this post again… but i seem to have lost the css styling again. I have tried to enter this

    .tablepress-id-1 .row-5 {
    background-color: #d9def7 !important;
    }

    .tablepress-id-2 .row-2 {
    background-color: #d9def7 !important;
    }

    .tablepress-id-2 .row-11 {
    background-color: #F0C9E2 !important;
    }

    .tablepress-id-2 .row-14 {
    background-color: #F0C9E2 !important;
    }

    .tablepress-id-2 .row-24 {
    background-color: #F0C9E2 !important;
    }

    .tablepress-id-2 .row-30 {
    background-color: #F0C9E2 !important;
    }

    .tablepress-id-2 .row-34 {
    background-color: #F0C9E2 !important;
    }

    .tablepress-id-2 .row-37 {
    background-color: #F0C9E2 !important;
    }

    .tablepress-id-2 .column-1 {
    width: 150px !important;
    }

    .tablepress-id-2 .column-2 {
    width: 200px !important;
    }

    .tablepress-id-2 .column-3 {
    width: 200px !important;
    }

    .tablepress-id-2 .column-4 {
    width: 200px !important;
    }

    .tablepress-id-2 .column-5 {
    width: 200px !important;
    }

    .tablepress-id-2 .column-6 {
    width: 200px !important;
    }

    //TABLE 1
    .tablepress-id-1 .column-1 {
    width: 150px !important;
    }

    .tablepress-id-1 .column-2 {
    width: 250px !important;
    }

    .tablepress-id-1 .column-3 {
    width: 250px !important;
    }

    .tablepress-id-1 .column-4 {
    width: 250px !important;
    }

    .tablepress-id-1 .column-5 {
    width: 250px !important;
    }

    http://crazy-faith.com/2016/02/kanoa-vs-bragi-vs-the-rest-wireless-earphone-specsheet/

    ———————

    I also tried to move the css to the custom theme’s css section with no luck. I have tried to disable my widgets as well as change to a new theme and nothing has worked. Are you able to see any changes?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please remove that comment

    //TABLE 1

    from the “Custom CSS”. That an invalid syntax. In CSS, comments look like

    /* TABLE 1 */

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Css Not applying.’ is closed to new replies.