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.

Werner Joss Regular

@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Resizing image to fit the screen · 6 years ago

    the solution that hschneider proposed is css code - you should add that to your theme's custom.css file in the css folder. then you can assign the class full-width to the image. but, unfortunately, th

  • There is a "blank theme"? · 6 years ago

    did you read the theme tutorial in the official docs ? I think the devtools new-theme is a good approach - from there it should also be quite straightforward to add parts from existing themes that you

  • Server / Website Permission Issue · 6 years ago

    is the value of $HOMEDIR correct ?

  • Server / Website Permission Issue · 6 years ago

    I think your script should read like this: sudo chown -R $USERNAME:$USERNAME $HOMEDIR sudo find $HOMEDIR/ -type f -exec chmod 664 {} \; && sudo find $HOMEDIR/ -type d -exec chmod 775 {} \;

  • Js not loading correctly · 7 years ago

    have you tried an extra .htaccess for your specific folder ? (should be possible if AllowOverride All is set in your global web server config - see this link

  • Scheduled Backups Not Working · 7 years ago

    maybe you did not register the grav scheduler in your cron service ? see the docs

  • Js not loading correctly · 7 years ago

    this looks like your js file is not found. you could try the following: put your popverse.js file in your theme's js folder use {% do assets.addJs(’theme://js/popverse.js’) %} in your twig file

  • How to serve files? · 7 years ago

    @cedricmc, I'm not sure if there is an official recommendation - I use user/data/downloads for this.

  • Defer parsing JavaScript · 7 years ago

    take a look at this thread :D

  • How to serve files? · 7 years ago

    @cedricmc , the problem is most probably related to the webserver configuration, which does not allow .asc (or .gpg) files to be served for security reasons. you can work around this by packing you ke