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.

Vadym Member

@b.da · Joined 4 years ago · 90 posts · 0 topics · 26 reputation

Badges

✏️ First Post ❤️ Well Liked

Recent posts

  • Mime Type otf / ttf · 3 years ago

    🤔 I tested on localhost and it worked fine + it was the only mime type that allowed fonts to be loaded through the admin

  • Mime Type otf / ttf · 3 years ago

    Hi, @edi0th, try using application/octet-stream, probably in both cases, that should solve your issue. otf: type: file thumb: media/thumb.png mime: application/octet-stream image: nu

  • Anchor cyrillic doesnt work on modular page · 3 years ago

    @NataliaB, you should copy/paste the modular template into your inherited theme and modify it by changing module.menu|hyphenize to module.slug|hyphenize where it can be found, but left module.menu as

  • Count the archives items · 3 years ago

    @pmoreno, you can use empty test, or length filter, and check archives_data {% if config.plugins.archives.enabled and archives_data|length > 0 %} {% include 'partials/archives.html.twig' with {

  • Count the archives items · 3 years ago

    @pmoreno, are you talking about the future2021 theme?

  • Accessing grav.user.Level? · 3 years ago

    Hi, @boatful You can access user objects only if the user is logged in. If you assigned new values or parameters to the user you must logged out/in to see the difference, and maybe clear the cache. Bu

  • Security to Theme Deliver · 3 years ago

    Regarding the solution: the form had markup error, in this version should be: - name: captcha type: turnstile theme: light as reminder this must be the first entry in t

  • Theme variable for content without title? · 3 years ago

    clear the cache when you make changes to a modular template you need to be more specific, and share modular (if it modified) + module page file .md and template .html.twig (if we are talking about the

  • Theme variable for content without title? · 3 years ago

    @avolve, just use {{ page.title|e }} {{ page.content|raw }} i assume you have something similar in your code {% set content %} <h1>{{ page.title|e }}</h1> {{ page.content|raw }} {%

  • Get values from checkboxes with Switch Function · 3 years ago

    Hi, @pmoreno, basic example in this case <details> <summary>of using switch tag</summary> {% for network, enabled in shareicons %} {% if enabled is same as(true) %} {% sw