*

apibio

  • ***
  • 68 posts
Pagination
« on: December 17, 2017, 06:06:30 PM »
How can this problem be solved?

*

Fabio Massaro

  • *****
  • 306 posts
Re: Pagination
« Reply #1 on: December 17, 2017, 06:28:17 PM »
you can send me the link of your site
[email protected]

*

apibio

  • ***
  • 68 posts
« Last Edit: December 17, 2017, 06:42:01 PM by apibio »

*

MB Themes

Re: Pagination
« Reply #3 on: December 17, 2017, 08:24:03 PM »
@apibio
In file:
oc-content/themes/veronika/item.php

Change:
Code: [Select]
<div class="pagination"><?php echo osc_comments_pagination(); ?></div>
Into:
Code: [Select]
<div class="paginate"><?php echo osc_comments_pagination(); ?></div>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

apibio

  • ***
  • 68 posts
Re: Pagination
« Reply #4 on: December 17, 2017, 09:09:42 PM »
Super, worked first thank you very much