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

  • Remove grav logo and name from website · 3 years ago

    Grav itself is MIT-licensed, so you can do what you want with it. This is most often the case for all official themes by the Grav team, later dubbed Trilby Media, LLC. You should check the source-page

  • Grav for e-Commerce? · 3 years ago

    It would be quite interesting to hear more about your setup with Vendure, and details on how you integrated it with Grav. I would encourage you to do a write-up and publish said fork, it would be help

  • Grav for e-Commerce? · 3 years ago

    The original author stopped developing and maintaining it years ago, see https://github.com/flaviocopes/grav-plugin-shoppingcart.

  • Unable to use third party library in new plugin · 3 years ago

    I would suggest that you turn the GitHub-issue into a Pull Request to remove the platform configuration, @pamtbaau. The platform-config is often paired with the required PHP-version, but as you've bot

  • Future/truth of Grav vs. other CMS · 3 years ago

    As pamtbaau highlights in the other topic, solutions to highlighting whether themes and plugins are compatible with the current version of Grav core have been proposed and discussed in various GitHub-

  • "GRAV Premium" banner · 4 years ago

    I read the original post too quickly and made "bottom" into "top", and assumed the "option to shut down it" referred to a request for a setting. The banner on GetGrav.org hopefully will get picked up

  • "GRAV Premium" banner · 4 years ago

    In others opinion, including my own as noted in that issue, that banner is obtrusive and shown to end-users. "It's a link to a paid product, an advertisement by any name. Third-party direct-access to

  • "GRAV Premium" banner · 4 years ago

    In brief, no, according to this GitHub-issue.

  • Turn value of colorpicker field into RGB values · 4 years ago

    The colorpicker-field's format is set by its input. Ie., if you input #ff0000 , then changing it in the field will return a hex. However, input rgba(255, 21, 0, 1.00), and a change will return a RGBA.

  • Add a site-wide variable to twig based on a config setting · 4 years ago

    When the event fires, hook into the instance and push the variable. Eg: https://github.com/OleVik/grav-theme-scholar/blob/3.0.4/scholar.php#L350-L352