Héraès
Héraès
I forgot one thing : **you have to declare a `pagination: true` in your frontmatter**, even if you use `{% do paginate() %}` ! Just take care of **not using...
@ulab Depends how you added it. Just doing a : ``` {% do assets.addCss('plugin://pagination/css/pagination.css') %} ``` isn't enough. Because this instruction has to be processed during the page's HTML ``...
Ok, fine. I knew about the deferred thing, but didn't know that adding a {{ assets.css() }} anywhere would work if using the deferred keyword. Thx.
I have exactly the same problem as @Genenenenaam and tried the `do paginate( collection, limit )` as @tremel did : but I have a blank paginator, in raw HTML, without...
Hi, I come back here to give more infos on what I discovered about the bugs. I'm not familiar with GIT pushes, and anyway I didn't find any PHP fixes,...
# 4 - Insights of the PHP, for possible fixes - First, I found that the paginate twig function is declared in the `PaginationTwigExtension.php`. ``` new \Twig_SimpleFunction('paginate', [$this, 'paginateFunc']), ```...
Maybe you should give us more info ? How many items you have in real (the children pages) ? Because you may have 11 children only, and your limit field...
This could explain why the plugin doesn't work at all in my project. I have also two blogs, at different routes than the original one.