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
-
404 error with Grav on Lightsail Nginx Instance
· 7 years ago
See if custom_base_url: '/myapp' in your Grav system.yaml file works?
-
Create form with page type
· 7 years ago
What have you tried, post some code for more information?
-
Call hero image from parent blog page to post
· 7 years ago
You can try page.media.images[page.header.hero_image].
-
Filtered pages list
· 7 years ago
Yes, it totally makes sense. However, the list is filtered using JS and the plugin does not have a way to reach a filtered list of pages directly. You could however create custom secured pages that s
-
Filtered pages list
· 7 years ago
Are you using the updated version of the Admin Plugin?
-
Quark Theme change color of navigation
· 7 years ago
You will need to target the link tag using CSS. .navbar .btn-link { color: your-favorite-color; }
-
Applying CropResize to background image URL
· 8 years ago
{{ image.cropResize(300, 300).url }}
-
Newbie again, is there a place for suggestions? Here is one for the Backend / Admin Section
· 8 years ago
Is this for the same site at www.baiersbronn.jetzt ?
-
Default modular blueprints for all modular templates?
· 8 years ago
I think the code should be - title: Name of your Blueprint extends@: modular/default
-
Install grav in a secondary directory
· 8 years ago
Alright. Just update the links like so - <a class="nav-link" href="{{ base_url }}/blog">Blog</a>