Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post.

    Unfortunately, I’m not really sure what you are trying to achieve.
    Do you want the regular default layout for the tables?
    It looks like you are not seeing that, because either your theme’s “header.php” does not contain a call to wp_head();, or because you have disabled the inclusion of the default CSS on the “Plugin Options” screen of WP-Table Reloaded.

    Regards,
    Tobias

    Thread Starter yohann1b

    (@yohann1b)

    hI
    Thanks for your answer this is what i trying to get:

    Salles de poker |Bonus |Licence Arjel | Revue |
    ——————————————————
    Everest Poker | 500€ |0012-PO-2010-06-07 |Revue
    ——————————————————
    Pkr |500€ |0032-PO-2010-07-26 |Revue
    ——————————————————
    Chilipoker |1 000€ |0017-PO-2010-06-25 |Revue
    ——————————————————

    and even if default css is enable i can’t see the line
    do you have any idea?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok, so you want the borders of the table to show up.
    The easiest way for this would be to use the default styling.

    As I said, your theme’s “header.php” does not contain a call to

    wp_head();

    as it seems. You should see that line before the closing </head> HTML tag in that file. Please check that.

    Regards,
    Tobias

    Thread Starter yohann1b

    (@yohann1b)

    hi
    i add it on the header:
    </style>
    <![endif]–>
    wp_head();
    </head>
    <body>
    and check the default css only but nothing
    maybe the default color of the line is black? or maybe by default the line is hidden?

    thanks again for your help
    BR

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok, thanks for adding that. Now, it only needs to be wrapped in PHP brackets (I guess, my description was a little bit insufficient. Sorry about that.)
    Instead of adding

    wp_head();

    you actually need to add

    <?php wp_head(); ?>

    Then, the default CSS should at least be loaded and we can then investigate further.

    Regards,
    Tobias

    Thread Starter yohann1b

    (@yohann1b)

    Great
    now it’s working
    thanks for all..

    Br

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    great! 🙂 Thanks for the confirmation.

    Best wishes,
    Tobias

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

The topic ‘compatibilty pb i think’ is closed to new replies.