Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
01K Regular
@01K · Joined 7 years ago · 130 posts · 26 topics · 9 reputation
Badges
Recent posts
-
Simple Search plugin - getting error 404 of misconfigured URL's
· 5 years ago
I've made a step forward resolving this issue. I had to change this line in system.yaml: home: alias: /home into-> /blog In such way the slug is not added in search URL, BUT, I'm loosing my previo
-
Simple Search plugin - getting error 404 of misconfigured URL's
· 5 years ago
update I don't know why, but changing the {% set base_url = page.url %} in blog.html.twig to {% set base_url = page.parent.url %} resolves the issue on a blog items list page. I don't know - is it cor
-
Simple Search plugin - getting error 404 of misconfigured URL's
· 5 years ago
The route is route: /search If I make route: /blog/search the search result’s URL will look like: https://localhost/grav-blog/blog/blog/search/query:test I've downloaded a Pin Press Blog skeleton as f
-
Pagination plugin: remove ":" from URL
· 5 years ago
@01K: change pagination’s URL from standard page:2 into page2 ? The latter is more commonly used. Just did it on GitHub :)
-
Pagination plugin: remove ":" from URL
· 5 years ago
That's pity that plug-in doesn't have this possibility... It would be more flexible
-
Pagination plugin: remove ":" from URL
· 5 years ago
Question regarding pagination plugin: Is there a simple solution to change pagination's URL from standard page:2 into page2 ? The latter is more commonly used.
-
Helium: array_replace_recursive(): Expected parameter 2 to be an array, string given
· 5 years ago
@pamtbaau, thank you very much! You are right! The problem was that in header: I had youtube custom var and I had a youtube plug-in installed. So this caused a conflict, because parameters were differ
-
Helium: array_replace_recursive(): Expected parameter 2 to be an array, string given
· 5 years ago
@pamtbaau , thank you for reply. Grav v1.6.31 Theme - Gantry 5 Helium as a base The error from grav.log is very long :) : <details> <summary>Click here to see long trace.</summary> [
-
Simple Search plugin - getting error 404 of misconfigured URL's
· 5 years ago
I'm building a blog and I've added a simple search plugin. As for a example I've taken a skeleton with search and blog modules. Let's assume, that my blog has this URL - /blog blog.html.twig uses stan
-
Helium: array_replace_recursive(): Expected parameter 2 to be an array, string given
· 5 years ago
I've forgot to post blog_item.htm.twig The debugger points to these lines: {% if page.header.continue_link is sameas(false) %} {{ page.content }} {% if not truncate %} <div class="post