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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you elaborate on what exactly is not rendering correctly there? I just checked your link in Google Chrome, and everything looks good to me…

    Regards,
    Tobias

    Thread Starter snotty

    (@snotty)

    That’s strange – I am using chrome too! I took a partial screenshot and it looks like this in my browser http://bit.ly/1f4OGHE

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the screenshot.
    That’s the intended look 🙂 What about is wrong in your opinion?

    Regards,
    Tobias

    Thread Starter snotty

    (@snotty)

    Oh! I do apologize.

    To me it looks as if the black lines should not be there. I must admit I thought they would look something like the WordPress default http://bit.ly/152UP8x

    Is it easy for me to change in the source code to something simpler?

    Thank you for all your help.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem 🙂
    Now I see what you mean. Yeah, that underline is just to indicate that there’s a clickable link. In your theme, that’s not really necessary, indeed.

    To remove that, just add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_paginate a {
        text-decoration: none;
    }

    Regards,
    Tobias

    Thread Starter snotty

    (@snotty)

    Sorry Tobias I explained it badly. Not the underline but the black marks at an angle….

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, ok 🙂 That’s actually a text shadow, and to remove it, you can use

    .dataTables_paginate a:before,
    .dataTables_paginate a:after {
        text-shadow: none;
    }

    If you then want to change the colors of the arrows in their different states, please use the code from this post: http://ww.wp.xz.cn/support/topic/css-pagination?replies=20#post-4198024

    Regards,
    Tobias

    Thread Starter snotty

    (@snotty)

    Thank you Tobias and thank you for such a great plugin!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! I hope this helps! 🙂

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘'Previous' & 'Next' not rendering correctly’ is closed to new replies.