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

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Problem 403: themes, pages, etc · 5 years ago

    I'm not an expert here, but I think usually it has to be 755 and only if this doesn't work, then 777 and it should be recursive. Also I think it matters if a user you uploaded the files with has same

  • Problem 403: themes, pages, etc · 5 years ago

    You didn't mention it's a fresh install. What's your setup? Could it be some server misconfiguration? Does pages folder have write access? What's the full error message? It cannot be just 403

  • Problem 403: themes, pages, etc · 5 years ago

    403 means you don't have access to a resource. Assuming you're talking about Admin. Are you connected with a user that has rights to access pages?

  • Loading plugins only on specific pages · 5 years ago

    I believe you'll have to open issue for each plugin. Just checked Events and it loads assets on every page Didn't even check the other. Every plugin might be different in how they load assets.

  • Unable to Inherit Mache theme to Custom theme, please help, thanks · 5 years ago

    You need to extend a base template and add {% do assets.addCss('theme://css/custom.css') %} to the {% block stylesheets %} block As it's not possible to extend base template in a normal way, check thi

  • How to get the URL of the largest image in a Srcset · 5 years ago

    But why wouldn't image.url() return the original? 🤔 I will have to deal with this myself, so I'm wondering if will run into the same behavior

  • How to get the URL of the largest image in a Srcset · 5 years ago

    Shouldn't full size be in a <a href="{FULL SIE GOES HERE}">? srcset should contain only thumbnail sizes. I mean image.url() should return unmodified version URL 🤔 Is your image really big enough

  • Fixed blueprints for children of a page? · 5 years ago

    This is the field (in admin new page popup) you need to extend and change default to what you need. I didn't test how this should be done, but you can play around with condition and replace-default@

  • Migrating from Ghost CMS to Grav · 5 years ago

    It's probably easier, but not easy 🙂

  • Migrating from Ghost CMS to Grav · 5 years ago

    You'll still have a lot to do. I doubt your .md files will be ready to use as they are (I assume at least title in frontmatter would need to be added). Also you'd still need to get a template (find on