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

  • Cant get rid of center aligned text · 5 years ago

    Was the same topic title before? Only now noticed it mentions centered alignment, hence the questions. Sorry if I missed it somehow :) It probably depends on the theme you're using, but hardcoded sty

  • Cant get rid of center aligned text · 5 years ago

    Page loads, content is there. What's wrong? What's the expected result? Don't want to be aligned in the center? You have a style on your main section:

  • How to enable or create a drop-down menu from blog items on Mache theme · 5 years ago

    You should never ever edit theme files directly. The suggested approach will last only until the first update of the theme. If you want to extend templates, you should inherit the theme you want to ex

  • Modular page : modules did'nt appears · 5 years ago

    @spamhater, actually your posted page structure doesn't really make sense now. You can use 3 backticks for code blocks ``` some code indented ``` some code indented Or four spaces in front of

  • Admin: lock page for other users while editing? · 5 years ago

    I would agree this should be a plugin instead of an Admin feature

  • Oauth2 Google integration · 5 years ago

    @Netzhexe: user/themes/YOURTHEME/login/templates/login.html.twig I don't think there should be a /login part

  • Admin: lock page for other users while editing? · 5 years ago

    In my previous job we just added a flag in DB IIRC if article is being edited and other users if open same article and flag is there, user would see a red message and a JS interval would constantly ch

  • Trouble getting themes to load · 5 years ago

    @rustbuckett: I wonder if I should clone the theme from github and submit my fixes? If theme is still supported, then why not 🙂

  • No floc on grav? · 5 years ago

    Would setting a custom response header help?

  • Trouble getting themes to load · 5 years ago

    You most likely have old theme designed for Grav 1.6 (or older), which presumes content is not escaped. In your theme wherever the templates content with HTML tags is outputted, you should add |raw fi