Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Harald Schneider Member
@hschneider · Joined 6 years ago · 85 posts · 5 topics · 15 reputation
Badges
Recent posts
-
I am looking for an example of the Featherlight plugin in use
· 6 years ago
@Andrass: But really, and as you said, it’s just Featherlight. This thing just works. And the underlying engine has no role in it. I see ... thanks for posting here!
-
I am looking for an example of the Featherlight plugin in use
· 6 years ago
@Andrass: I use Featherlight together with Lazysizes and a masonry Isobox. It’s a multi-language setup Great ... can you post the URL, so we can see it in action?
-
I am looking for an example of the Featherlight plugin in use
· 6 years ago
No, sorry. Maybe some other user here ?
-
I am looking for an example of the Featherlight plugin in use
· 6 years ago
You can see it in action on the developer's site: https://noelboss.github.io/featherlight/gallery.html It should look the same in Grav.
-
Trouble getting access to work
· 6 years ago
I second this, too. You are right, the existing manual is misleading at this topic.
-
Trouble getting access to work
· 6 years ago
Example for group1: This goes into your page's frontmatter: access: site.group1: true The corresponding part in user/config/groups.yaml has to look like this: group1: groupname: group1 access:
-
How to embed a iframe-thing?
· 6 years ago
You can add plain HTML into the Markdown content: <iframe id="iframe-responsive" src="/custom/apps/upload-manager/index.php" frameborder="no"></iframe>
-
Grav admin plugin/theme page prompts error
· 6 years ago
Thanks for the feedback here, Taylor.
-
Grav admin plugin/theme page prompts error
· 6 years ago
PHP 7.4 is more strict about certain array related errors: https://stackoverflow.com/questions/59336951/message-trying-to-access-array-offset-on-value-of-type-null Can you test your site with some PHP
-
Summary always truncates at 300 chars, ignores delimiter and custom int setting
· 6 years ago
Set the delimiter in single quotes: Any difference ?