• Using WP 3.0.1

    Love your plugin! I am using the Atahualpa theme, and it seems that the default theme settings are overriding some of your plugin’s options. I’d like to use the alternating row colors on only certain tables. I set the default to NO in the Atahualpa Table options since not all tables will be striped. On the Atahualpa Table options page, the following code is provided to stripe tables individually: <table class = “zebra”> … </table>. Being new to all of this, I am not sure exactly where to put this code or exactly what to enter. I thought I should put it in the Table-Reloaded CSS options page, but it doesn’t seem to be in the right format for that. Any help would be greatly appreciated!

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

    (@tobiasbg)

    Hi,

    ah, another small mistake:
    In the second line after the .wp-table-reloaded .odd td, there’s a { that should be a }.
    As this erroneous piece of code is standing before the new one from above, it basically deactivates it.
    So, if you change that { to a } the new code should finally work.

    Regards,
    Tobias

    Thread Starter c12281

    (@c12281)

    That was it. Thank you! Thought I was going crazy…

    Thread Starter c12281

    (@c12281)

    One more question. Trying to change the link color in the same table. Here’s the code I’m using but it is not changing from white:

    .wp-table-reloaded-id-20 td a {
    color: #666666!important;
    }

    Thanks!

    Thread Starter c12281

    (@c12281)

    Please help me understand how this program works across tables. I only made changes to table id-20 and now my remaining tables have changed. For example, the social media icons on my home page now have a border and are spread out. Why? Table 13 font size is now much smaller since I made the changes to Table 20. If I understand how this program works and where the default settings are, perhaps that would help. Thanks.

    Thread Starter c12281

    (@c12281)

    I think I figured it out! I must have accidentally checked the “use built-in CSS coding” for wp-table reloaded. Once I unchecked that, all went back to normal. Thanks…

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that’s likely the case! Good that you found the checkbox ??

    Best wishes,
    Tobias

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Adding Zebra Setting to Specific Tables’ is closed to new replies.