xipblog icon indicating copy to clipboard operation
xipblog copied to clipboard

No navigation Buttons !!! :-D

Open hexpr opened this issue 7 years ago • 2 comments
trafficstars

after writing more than 20 posts, navigation buttons do not appear and older posts go into ether - a very annoying error.

prestashop 1.7

hexpr avatar Dec 09 '17 04:12 hexpr

I have the same problem

chadidi avatar Feb 18 '18 20:02 chadidi

Hi, you can fix it modifying a template: "views/templates/front(default/archive.tpl".

Move the line with:

{include file="module:xipblog/views/templates/front/default/pagination.tpl"}

inside of {/block} of the top.

You can see more information in a commit that I have done for a pull request:

https://github.com/xpert-idea/xipblog/pull/19/commits/6a96aaf177c44346622ff796e0fd5267284401e0

SilicorniO avatar Sep 23 '19 17:09 SilicorniO