Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author AlanP57

    (@alanp57)

    It is probably caused by a CSS conflict with your theme. Please post the page containing the buttons. I will be able to examine the CSS that is affecting the buttons.

    Thread Starter macha1

    (@macha1)

    Im affraid that won’t be possible publicly as login access would be needed to access that specific page. Is there any way you could point me to the right direction where to look for the problem?

    Plugin Author AlanP57

    (@alanp57)

    Can you communicate with me directly at [email protected]?

    Plugin Author AlanP57

    (@alanp57)

    One item in the CSS code needs to be changed. If you have a way to add custom CSS, add this,

    .wp-paginate li {
        display: inline-block;
    }
    Thread Starter macha1

    (@macha1)

    Thanks! That worked!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pagination not displaying correctly’ is closed to new replies.