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

  • Replace GRAV logo in the Skeleton "RTFM Site" · 5 years ago

    If you check the theme templates, you'll find in partials/search.html.twig and partials/sidebar.html.twig the language constants you need to extend and change to your liking. It's THEME_LEARN2_SEARCH_

  • Admin Failed to save entry: %s · 5 years ago

    This topic might help /forum/support/migrating-pages-to-flex-pages-t9182

  • Admin Failed to save entry: %s · 5 years ago

    A good idea is to start with logs :) Maybe something there I have a feeling it's related to file permissions. Did you check the upgrade guide?

  • Replace GRAV logo in the Skeleton "RTFM Site" · 5 years ago

    It can be an ordinary image too instead of svg. Eg.: <img src="/some/image.png" alt="" /> Sorry, I'm not good at all in giving specific instructions 😃 Twig file is a simple HTML file with some T

  • Replace GRAV logo in the Skeleton "RTFM Site" · 5 years ago

    You need to extend partials/logo.html.twig template

  • Multilingual sites and format of dates · 5 years ago

    And since these two topics I now have a third solution 🙂 If you don't mind extending a theme and its templates, here's a plugin https://github.com/Karmalakas/grav-plugin-translate-date

  • How to disable plugin update during grav update · 5 years ago

    I don't think there's such an option, but I guess it's probably Admin plugin that updates these dependencies and not Grav. Updating Grav doesn't update any plugins IIRC

  • How to disable plugin update during grav update · 5 years ago

    What kind of modifications? Maybe a solution would be to write your own plugin that would use event hooks? Lots of plugin extension can be achieved via hooks

  • Rewrite image url for SEO · 5 years ago

    @jordan: would someone have an idea of how to rewrite Grav images URLs ? I guess not without a plugin. I was thinking for a while now for some files plugin, that would change URLs so that files could

  • Troubles with setting up Grav, Xdebug and PhpStorm · 5 years ago

    Yes, AJAX debugging is always a PITA :( Maybe I'll try to look into JIT some day, but not any time soon. For now, if I notice something is not working as expected on AJAX calls, I just Replay XHR requ