Viewing 8 replies - 1 through 8 (of 8 total)
  • there are some embedded styles (in header.php) which also contain this part:
    #sidebarsearch div, .navigation a, .comment-nav a {border-radius:20px 20px 20px 20px; -moz-border-radius:20px 20px 20px 20px;}

    i can’t see from the outside, where these are coming from – however, if you remove the .navigation a, from the above code, your pagenavi links should be square again (even in firefox)

    Thread Starter remodb

    (@remodb)

    Thanks for the try, but I can not find tis in the header.php.

    Some other suggestions?

    you could try to overpower these styles, by adding this to the end of style.css of your theme:

    .navigation a { border-radius:0!important; -moz-border-radius:0!important;}

    Thread Starter remodb

    (@remodb)

    It’s not working either. when I push F5, i see them for a sec as a square, but quickly reformed into round

    Thread Starter remodb

    (@remodb)

    Additional info… For Firefox it works ok…

    Plugin Author Eric

    (@emartin24)

    You have CSS in your header and style.css that is rounded the corners. Remove .navigation a out of all of the rounding styles and it should work.

    Thread Starter remodb

    (@remodb)

    How do I recognize a rounding style?

    Thread Starter remodb

    (@remodb)

    Anyone an idea?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: WP-Paginate] Round in stead of square’ is closed to new replies.