Skip to content
Grav 2.0 is officially stable. Read the announcement →

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Shortcode-modal box/image size · 6 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 · 6 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 · 6 years ago

    How does the frontmatter of the page look like?

  • Added theme not visible · 6 years ago

    Did it appear in /user/themes folder?

  • Creating a blog page thats using just tag items · 6 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? · 6 years ago

    Does it work if you enable Yaml backwards compatibility? strict_mode: yaml_compat: true in system.yaml?

  • Logout access forbidden · 6 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 · 6 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 · 6 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

  • Getting modular form to work with Typhoon template · 6 years ago

    As @pamtbaau said, you first need a process.email config part. But still, I wasn't able to make Swiftmailer work on Laragon (TBH didn't try much), had to set up SMTP and it worked perfectly fine