Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thank you again, Tobias! Really appreciate all your help!

    Now if only other designers were as helpful!!

    Thank you thank you!
    Kim

    Tobias, Thanks again for your reply.

    I guess I thought the “centered” aspect of the code was the centering for within the individual cell. If you go to http://thevisiongroupltd.com/raise-your-vision/ you’ll see the table in the right column. It’s justifying itself to the left of the column (which obviously you can’t see the lines that mark the columns).

    If you see something there to fix the alignment, let me know. I really appreciate your help!!

    Kim

    Thank you so much, Tobias. This has helped a lot! Having each item of CSS explained makes it easier to know I will use them and then how to adjust as I get more experience.

    One final question, which I think got lost in the rest of my table issues, was how to center the entire table on the wp page. (or adjust left or right) I tried basic commands to center, those commands in the tool bar for the page, but it’s still left justified. Can this be done? The page I’m placing the table on is two columns. It’s in the right of the two columns. I’d like it centered or right justified in that column for appearance sake. Any words/code of wisdom here?

    Thank you again for your patience!
    Kim

    Thanks Tobias! I had unchecked the “use javascript library” checkbox already per one set of instructions I read as a remedy for some of my issues. What does this next piece of CSS mean to the table look? I already have it in my Plugin CSS area.

    I appreciate all your help.

    One last item: Can I resize the height of a row? Also, multiple lines of text in a cell? and center the whole table?

    Funny how the example is now MIA. It was very helpful when I first tackled this table plugin.

    THANKS!!

    Terribly sorry. My fault not taking it out of draft mode.

    I really appreciate the help!! In the meantime, I’ll add the }.

    Also, my question about example tables, are there any beyond what are on your website? I mentioned that’s how I figured the editing of individual cells within a table.

    Thank you again!

    Sorry… But none of this works for me. I’ve tried editing my table’s 2 columns’ widths to no avail. Even doing what you said above. The first row is a header row that is a span across both columns. Is this causing the inability to reduce my column widths? I am NOT a scripty person so am not totally following your instructions but am trying and have read the doc and faq pages.

    There used to be examples (about six months ago, when I first used WP Table Reloaded), that seem to be gone now. It’s how I figured out how to color each cell, make bold particular cells, change font sizes, etc. Is there such a table with examples and instructions on how to implement in the PLUGIN OPTIONS Custom CSS panel?

    Please be kind as I have no clue what I’m doing…

    Here’s my script so far from the Custom CSS area on PLUGIN OPTIONS:
    .wp-table-reloaded-id-4, .wp-table-reloaded-id-4 td, .wp-table-reloaded-id-4 th {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    .wp-table-reloaded-id-4 .column-1,
    .wp-table-reloaded-id-4 .column-2 {
    width: 100px;
    }
    .wp-table-reloaded-id-4 {
    width: auto !important;
    }

    Like I said, I’ve never used the custom css before, have always put my code in for each individual cell. My biggest concern is I only have about 200-300px of room for my two column table and it’s way too wide right now. ( http://www.thevisiongroupltd.com/test-page-table-4/ )

    Thank you in advance for your help with my questions.
    xericgarden Kim.

Viewing 6 replies - 1 through 6 (of 6 total)