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.

Robbert Luit Member

ModSquad Team Member

Grav Forum Moderators

@RobLui · Joined 9 years ago · 74 posts · 0 topics · 10 reputation

Badges

ModSquad Team Member ✏️ First Post ❤️ Well Liked

Recent posts

  • Three issues with Learn2 theme · 8 years ago

    Tested it with the learn2 theme wich seems to give style elements from within the the itself, a way to surpass this is with just adding the 'inline-block' style to your element 🙂 Tested & working

  • Three issues with Learn2 theme · 8 years ago

    This is how it renders out for me, is your class around it too small for it to fully display on the same line? This is my own code: (didn't make a difference tho with or without the span element) With

  • Correct Way to copy a site to a new server? · 8 years ago

    Any progress? If not, it might be a cache related problem.. Try clearing your cache (all) Hope it helps, if it doesn't keep us updated 🙂

  • Three issues with Learn2 theme · 8 years ago

    For your 'input' problem, try adding <span> </span> elements around them and see if they stay in the same line or not :) (they should)

  • Language switcher: 2 minor glitches · 8 years ago

    Have you customized the twig templates or? A solution could be the you check the current uri from your page & if it's no longer than your host domain (aka |length) you skip that route like you wan

  • Memory Error after Upgrade · 8 years ago

    There could be another solution to this problem, that is if you would still want to use previous chosen option you had.. In the php.ini file you can choose your memory_limit, which can be set to 128

  • Template Recommendation for non-blog site · 8 years ago

    I think this one really could fill in your needs: https://github.com/OleVik/grav-theme-project-space (It's a week old, might need some expansion for all your needs, but has pretty good stuff in it) Go

  • Redirect route including language · 8 years ago

    There are always a few possibilties to solve a problem, in the end it doesn't really matther how you do it, it's good if it works 🙂

  • Unlink() not supported for read-only stream wrappers · 8 years ago

    Permission issue most probably https://stackoverflow.com/questions/19026809/php-unlink-not-working Hope you find your answer in here ;) ! Good luck

  • Heroku 403 Error · 8 years ago

    I think you'll just have to set your base_directory in your host to app/ Have you tried to put in an absolute url from within the server, e.d. like: /var/www/app/.. ? Not sure on this, but that's my m