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

Ole Vik Regular

Grav Core Team

Grav Forum Moderators

@OleVik · Joined 9 years ago · 314 posts · 2 topics · 106 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Freelance developer and support

Recent posts

  • Modules with different column-width, Antimatter Theme Inheritance: Dropdownmenu? · 8 years ago

    Your Twig looks to be rendering three equal columns already (in line with this approach), and to make one of them behave differently you can target it with the loop.index variable within the for-loop

  • Large Image Error · 8 years ago

    32MB might be quite too low, depending on the amount of images, the size of images, and operations ran upon them. As a rule, it is best to limit all images to a maximum size or resolution before using

  • New install having problems with taxonomy pages · 8 years ago

    Did you try the latest Caddyfile? The rewrite there includes a query-part: # global rewrite should come last. rewrite { to {path} {path}/ /index.php?_url={uri}&{query} }

  • How to upgrade Grav from v1.3.9. to latest build · 8 years ago

    You will probably need to do it manually, because the distance between current versions and your versions are substantial. Backup your /user-folder, download and install the newest Grav + Admin, then

  • Gibberish in index.php · 8 years ago

    That is a pretty big factor, there's endless patches to solve security-issues allowing unwarranted access in operating systems, as well as for PHP and the hardware-level (most recently Spectre and Mel

  • New User - hopefully easy questions to get started · 8 years ago

    On themes: Quite a lot of themes are using responsive frameworks, so they will look good on any device you use. Searching for 'responsive' gets a good list of them on the Downloads-page. You can style

  • Microblogging with grav · 8 years ago

    There are several, for example the Notepad-theme or Project Space-theme, but any page in Grav will accept Markdown-content, and uploaded pictures and videos. It depends rather on how you want to displ

  • Crikey! on Grav 1.4.7 Administration Panel · 8 years ago

    I'm all for more details in supports requests, but this is not a bug issue on the repo. From @pamtbaau's well-sourced reply and the original post, we can infer the following: Grav is throwing a fatal

  • Tintamarre skeleton/theme · 8 years ago

    The |t-filter is a Grav-filter for translating a string, and MENU_HOME refers to the translation in languages.yaml.

  • Crikey! on Grav 1.4.7 Administration Panel · 8 years ago

    The PHP running Grav cannot start a session because it cannot write to the right folders, see docs on permissions.