Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Coming from WordPress, how to use blog without "/blog" in the URL?
· 5 years ago
Can you set blog as a home page and set an option to exclude home slug in URL? Or like in the linked topic, you have Grav installed under /blog folder?
-
Shortcode-modal box/image size
· 5 years ago
Your jquery.modal.min.css has: .jqmodal { max-width: 500px; width: 90%; } I guess it should instead of these two styles be .jqmodal { max-width: 90%; max-height: 90%; }
-
Blueprint type: list new data on top of array
· 5 years ago
I've updated both plugins PRs and added a PR to the docs. When (if?) they get approved, then in some release you'll be able to set which buttons adds item where by field basis.
-
Can't output filename in img src from admin filepicker
· 5 years ago
How does the frontmatter of the page look like?
-
Added theme not visible
· 5 years ago
Did it appear in /user/themes folder?
-
Creating a blog page thats using just tag items
· 5 years ago
Whichever the file name matches. default.md uses default.html.twig, form.md uses form.html.twig. You can actually use same template to list different items.
-
Importing Blueprints broken with 1.7?
· 5 years ago
Does it work if you enable Yaml backwards compatibility? strict_mode: yaml_compat: true in system.yaml?
-
Logout access forbidden
· 5 years ago
Am I the only one having this? :( Can't figure out what's wrong with my local env 😕 Absolutely fresh Grav 1.7.5 Admin + dependencies installed via GPM Added Admin user on first page load Added secon
-
Creating a blog page thats using just tag items
· 5 years ago
Not sure I understood what you want. Is it the list of pages with specific tag or a navigation item to one of the default pages? Could you post your pages structure with taxonomies and what exactly yo
-
Blueprint type: list new data on top of array
· 5 years ago
Oh, I totally misunderstood you. Sorry Also, this solution should work, but I'm not sure how to extend plugins themes templates. I'll create PRs for both Admin and Flex objects plugins, because I thin