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.

arank Member

@arank · Joined 9 years ago · 49 posts · 2 topics · 4 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Form plugins, email configuration · 7 years ago

    In Admin Panel -- Plugins -- Email -- Email Defaults -- From/To fill in your Email Address.

  • Wrong php again · 7 years ago

    https://learn.getgrav.org/16/basics/requirements https://www.php.net/supported-versions.php

  • Meta: description does not show up · 7 years ago

    Hm, not quite sure why it's not working. Did you indent correctly? https://learn.getgrav.org/content/headers#standard-metatag-examples You could also try putting metadata in frontmatter.yaml https://l

  • Meta: description does not show up · 7 years ago

    Try setting summary to false in your default.de.md page header...and all other subpages.

  • Meta: description does not show up · 7 years ago

    What is the content of your usr/config/site.yaml file? Try putting the metadata in there and check if it's showing in sourcecode.

  • About Usage For Php Versions · 7 years ago

    Grav working fine on php 7. Actually I'm using php 7.3.1 Check out the requirements: https://learn.getgrav.org/basics/requirements

  • Lightslider: cannot reach make it working · 7 years ago

    Is the plugin enabled? Did you check another theme? Might be theme related...

  • Lightslider: cannot reach make it working · 7 years ago

    Try out: In your test folder: Just use _top as folder name, don't use 01. In your modular md: content: items: '@self.modular' order: by: default dir: asc custom: - _top Leave o

  • Lightslider: cannot reach make it working · 7 years ago

    Ah, sorry, my fault. Can you post the content of your lightslider.md file? Did you name it lightslider.md? Your page is modular? If not, here is how to get it working on non-modular

  • Lightslider: cannot reach make it working · 7 years ago

    Your images have to be in your lightslider.md folder! Looking in your sourcecode tells me you put them in the /grav/images folder.