Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You really only need to set some CSS rules to get what you want, not a template. The best way to do that is to look at the CSS rules that are used to give the appearance you want, then apply those same rules to the output of the plugin. You can put those new CSS rules in a “custom CSS” setting or in the theme stylesheet. Check out FireBug on Firefox, it will show you how the CSS rules work.

    Thread Starter hkmkbled

    (@hkmkbled)

    1. Table design
    I have a problem. Every TH tag has it’s own name (name of the filed) – (<th class=”priimek” >Priimek</th><th class=”datum_rojstva” >). I do not know how to get that TH TR and other table tags get class from type of field (text, date, …) and not from label of the field.

    I would like to use the same CSS as for projectmanager. (<tr class=””>
    <td class=”name”> or <td class=’numeric ‘> or <td class=’text ‘>)

    2. Alternate row color.
    Could you please help me get php right to get some kind of a counter. I have tried, but with no success. I am new to PHP, have worked with ASP. And syntax in PHP is a bit different. I still have to learn ??

    Thanks.
    Gregor

    Thread Starter hkmkbled

    (@hkmkbled)

    I have done everything… Some custom CSS and updated template ??
    Thank you for such a plugin ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List view / everysecond row different colour’ is closed to new replies.