Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Jayesh Gohel Member
@gnat · Joined 8 years ago · 29 posts · 2 topics · 9 reputation
Badges
Recent posts
-
Install grav in a secondary directory
· 8 years ago
Ok. It is quite likely that your theme is creating links with href=/blog etc. Can you post the theme's navigation snippet?
-
Install grav in a secondary directory
· 8 years ago
Are you using a custom theme?
-
Install grav in a secondary directory
· 8 years ago
Have you also tried setting 'Custom base URL' setting in the system configuration?
-
Newbie installation path?
· 8 years ago
Since you said you are just tinkering around, I would suggest setting it up locally. A basic Grav setup would only be around a few MBs.
-
Why do theme functions only run once?
· 8 years ago
Seems like this problem has been around for some time. /forum/forms-blueprints/form-field-set-by-url-parameter-t9281?u=gnat
-
Listing Page Twig Template Not Working
· 8 years ago
@nellygrl Glad it helped.
-
Why do theme functions only run once?
· 8 years ago
Yes I have set cache_enable: false. Here's the folder structure for your reference - - 01.home - default.md - 02.demo - form.md Frontmatter for form.md (under 02.demo folder) is as follows - ---
-
Listing Page Twig Template Not Working
· 8 years ago
Have you also created the collection in your 'Portfolio' page front-matter like so? - content: items: '@self.children' order: by: date dir: desc
-
Why do theme functions only run once?
· 8 years ago
I am trying to set a default value in a form using static Theme function. However it seems theme functions only execute once, a page refresh does not update the page values.
-
Page specific scss
· 8 years ago
Can you share an example from an existing theme?