• Resolved isign4jc

    (@isign4jc)


    First, thank you so much for creating this plugin! I’m so excited to use it.

    I would like various things changed in the CSS. I read through your FAQ and came across some handy tips for editing it. So, I put the code below in the “custom css” box and saved it. However, it does not seem to be changing my page at all. My website is VERY much a work-in-progress and I am only setting up the backend now and will add in our custom theme later, so please excuse the default layout. Anyways, here is the link to my page: http://eatplaywilliamsburg.com/eat/ .

    .wp-table-reloaded-id .odd td { background-color: #e9e9e9; } .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th { border: none!important; border-collapse: collapse!important; border-spacing: 0px!important; }

    If you have any insight as to why it is not changing the css appropriately, that would be great!

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter isign4jc

    (@isign4jc)

    Thanks, Tobias. I’ve been making multiple backups along the way now, just in case.

    I just started implementing my new theme and I can’t figure out why the table is being pushed down below the content area. Please see my sample page: http://eatplaywilliamsburg.com/cuisine/american/ . I played around with the CSS, but to no avail. Any insight on this?

    Thread Starter isign4jc

    (@isign4jc)

    Ok, sorry about that….we figured out about the pushing down issue.

    Hi Tobias,

    Sorry for pestering you with all these questions. I’m also having trouble applying a custom style to a single row. On the page I showed you earlier, I want to bold the text in the second row, the one starting with ‘Sport/Event.’

    I followed your FAQ and tried some other CSS statements that I’ve found in the forums, including these:

    .wp-table-reloaded-id-1 .row-2 .column-A {font-weight: bold !important; }

    .wp-table-reloaded-id-1 tbody .row-2 {font-weight: bold!important; }

    .wp-table-reloaded-id-1 .row-2 td {font-weight: bold!important; }

    The custom CSS is showing up in the code after saving, I just can’t seem to get it to apply.

    Thanks so much again for any help.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you need to place this CSS code into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded, and not(!) into the “Custom CSS class” textfield on the “Edit” screen!

    And you should have success with the third piece of code. In the first one, you would need to use numbers instead of letters in the .column- part of the selector (so .column-1 instead of .column-A).

    Regards,
    Tobias

    Yes! That works beautifully! Thanks for all your help on this and my other issue!!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂

    Best wishes,
    Tobias

Viewing 6 replies - 16 through 21 (of 21 total)

The topic ‘[Plugin: WP-Table Reloaded] CSS not saving’ is closed to new replies.