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

  • Php in iframe not working · 4 years ago

    You can't because paths to PHP files inside the Grav tree are rewritten via .htaccess. So you'll have to keep it outside.

  • Php in iframe not working · 4 years ago

    Great! Thanks for the feedback.

  • Php in iframe not working · 4 years ago

    Looks like an issue with your webserver config. Try a complete URL with the PHP file, like "https://domain.com/test.php"

  • Massive Performance differences between two Servers · 6 years ago

    Which PHP version do you use? Have your enabled a PHP cache (memcache, opcache etc.) ?

  • Massive Performance differences between two Servers · 6 years ago

    Go to Configuration/System/Advanced and change the Remote Fetch Method from CURL to fopen. If this fails, you might have to enable fopen first: https://www.a2hosting.com/kb/developer-corner/php/using-

  • << Editor user? >> · 6 years ago

    You should do it exactly like described in my post. Also keep care to ident the YAML code correctly.

  • << Editor user? >> · 6 years ago

    You can add additional groups and give them permissions on certain pages, like described here: https://translate.google.com/translate?hl=en&amp;sl=auto&amp;tl=en&amp;u=https%3A%2F%2Fmarketmix.com%2Fd

  • What is the best hosting for grav cms? · 6 years ago

    You can pick any hosting with PHP 7.1.3 or higher. Grav is lean and mean ... 😎

  • Integrate HTML/CSS/JS Site to Grav CMS · 6 years ago

    You cannot copy &amp; paste any HTML code with different CSS styles and maybe external JS dependencies into Grav. It's OK for code fragments, but in most cases it won't work for complex documents. A b

  • Fix Owl Carousel flickering on Webkit based browsers · 6 years ago

    If you experience flickering during slide transitions on Webkit based browsers like e.g. Apple Safari, you can fix it with this CSS snippet: .owl-item { -webkit-backface-visibility: hidden; -webkit-