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.

Harald Schneider Member

@hschneider · Joined 6 years ago · 85 posts · 5 topics · 15 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Grav website down (HTTP 500) - can't troubleshoot solution · 6 years ago

    Looks like your site is online again.

  • Images don't show up in UniteGallery page · 6 years ago

    Then it might be a problem with the gallery plugin itself. Maybe some UniteGallery-experienced user can help out here?

  • Images don't show up in UniteGallery page · 6 years ago

    @TonHaarmans: _gallery' Does this modular page exist ? I assume your modular page is modular.md. So this should be {{ page.find('/_modular').content() }}

  • Images don't show up in UniteGallery page · 6 years ago

    Place this line in the page's content, there where the gallery should appear. Just save the modular page under some name and replace /_my_modular_page with that name. Preserve the trailing slash and u

  • Images don't show up in UniteGallery page · 6 years ago

    You can set up a modular page and inject its content into a regular page: {{ page.find('/_my_modular_page').content() }}

  • Page content not saving · 6 years ago

    In most cases mod.security is configured to write its output to the Apache log file. Examine the log exactly at the time you try to save. If mod.security blocks you, you will see the ID of the securit

  • Delete Date Header or Disabling · 6 years ago

    The easiest way is to switch it off via CSS: .list-blog-date { display: none; }

  • CSS only loaded on first page call, but not thereafter · 6 years ago

    Have you tried with Enable Timestamps on Assets in the System Configuration? https://learn.getgrav.org/16/admin-panel/dashboard/configuration-system#assets -- Harald

  • Page content not saving · 6 years ago

    Has your server mod.security enabled ? Maybe some HTTP headers are filtered and prevent contents to be written, You would see this in the server logs: https://resources.infosecinstitute.com/analyzing-

  • Disable Cache on grav · 6 years ago

    You must not disable Cookies and Sessions, they are vital.