Hello,
In multiple pages articles, the PREV-NEXT buttons don't appear. Please let me know how to activate them.
( I am not talking about the prev-next buttons between articles, but between pages of the same article)
.item-page > div.pagination {
display: none !important;
}
.item-page > div.pagination {
display: block !important;
}
article.item-page ul:not(.pagenav) li {
background: none repeat scroll 0 0 transparent;
}