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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Chris Jung Regular

ModSquad Team Member

Grav Forum Moderators

@chris_jung · Joined 9 years ago · 102 posts · 6 topics · 24 reputation

Badges

ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Why do theme functions only run once? · 8 years ago

    Have you disabled the (twig) cache for this page?

  • Grav 1.4.2 relased · 8 years ago

    Releasenotes: Added new |nicefilesize Twig filter for pretty file (auto converts to bytes, kB, MB, GB, etc) Added new regex_filter() Twig function to values in arrays Added bosnian to lang code

  • Grav 1.4 and Admin 1.7 released · 8 years ago

    This seems to be fixed in https://github.com/getgrav/grav/blob/develop/CHANGELOG.md#v142

  • Multi-language based on domain · 8 years ago

    Have you looked at the domain specific settings? https://learn.getgrav.org/content/multi-language#environment-based-language-handling

  • Optimize website for desktop and mobile view · 8 years ago

    Regarding the footer: Antimatter uses a fixed size header and your content is too long which is caused by your upsized icons. Add this to your custom.css to fix this #footer { height: 8rem; } The

  • Failed to retrieve notifications in Admin · 8 years ago

    Are you using localhost to serve the admin backend?

  • Impossible to add new line · 8 years ago

    @paul this option is missing in the content category. i have opened a thread for that in mod forums.

  • CSS being removed from file on server · 8 years ago

    @kk6axq: I’m using Ubuntu on Amazon hosting I meant the system where you edit the CSS-File. ;-)

  • Get url page via twig · 8 years ago

    You want to output the page slug: https://learn.getgrav.org/themes/theme-vars#slug

  • CSS being removed from file on server · 8 years ago

    Are you using Windows? Please check your file line ending encodings and your file encoding. UTF-8 and LF should be the correct settings.