Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Robbert Luit Member
ModSquad Team Member
Grav Forum Moderators
@RobLui · Joined 9 years ago · 74 posts · 0 topics · 10 reputation
Badges
Recent posts
-
How to Pin the Admin Panel
· 8 years ago
The only options for the sidebar in admin are : at location: /plugins/admin/ Sidebar Activation and Sidebar Size So there are options, just not that many 🙂
-
Issues after publishing Grav with Gantry and my own Theme
· 8 years ago
Your vendors probably get gitignored , if not them, it'll be the theme that gets ignored I think, if you have access to your site through ftp / ssh, doublecheck that all the files are there :) I'm sur
-
Failed to retrieve notifications in Admin
· 8 years ago
glad you found it :-)
-
Markdown only processed sometimes even within the same page
· 8 years ago
OK checked what it could be :) And hopefully it's as easy for you to fix as it was for me ;) Go to the admin section of your page: configuration system toggle: escape markup Check if it works for yo
-
Multi-language based on domain
· 8 years ago
No, Im pretty sure this isn't possible, as that would be completely different domains :)
-
Footnotes Markdown Extra
· 8 years ago
If it's just twig, have you tried adding a filter to it? ed, add it like: {{ bla.something | raw }} where '| raw' is the filter
-
412 Precondition Failed
· 8 years ago
Your server may be preventing access on that specific folder , as @dimitrilongo said, it's defo a permission error. If you have access to your file settings, add permissions through chmod or so. If yo
-
How to dynamically access images from upload field from an images folder inside of theme?
· 8 years ago
if there are multiple images in your page this results in the output you got, loop them out by adding a for loop, like so: {% for image in page.header.homepage_img %} {{ media[‘theme://images/featu
-
Failed to retrieve notifications in Admin
· 8 years ago
Is your localhost running on port 8080? :)
-
Markdown only processed sometimes even within the same page
· 8 years ago
Have you got a link to your project where I can see what's going on? Might be possible that md gets rendered in certain parts and not in others, could be the reason why you see this showing up as just