Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 335 posts · 28 topics · 184 reputation
Badges
Recent posts
-
Infinite redirect loop on fresh installation of Grav
· 9 years ago
What does your Nginx configuration look like?
-
IntelliJ Plugin for Grav
· 9 years ago
This is awesome. I use PHPStorm for all my Grav development and this will be really useful. Please let me know when PHPStorm support is ready and i'll definitely be up for testing it.
-
White screen after install
· 9 years ago
Frankly, rather than a whole lot of troubleshooting for your 1and1 hosting, how about simply changing to a better more full featured hosting provider? You would have less issues, and better performan
-
Use of shortcodes for catalogue entries?
· 9 years ago
Shortcodes are really a way to wrap functionality up and then allow quick access to output that functionality. I don't think they really are the solution you are looking for. It might be best to stor
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
Grav is open source which means that the code is completely open. Also 99% of plugins are open source too. This means that any competent developer can look over the code and understand it. That mean
-
Admin pro plugin?
· 9 years ago
We're still working on it, but we've been busy with paying bills and supporting Grav itself. We have made good progress on GPM updates that we actually need before we can make Admin Pro a reality.
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
It seems very likely by the length of this thread that your developer is not as experienced with Grav development as he may of led you to believe. Determining the cause of a slow site is not easy wit
-
Markdown: paragraph on images
· 9 years ago
Just a general rule of thumb, but you don't want to put any style other than some margin on <p> tags.
-
Black background instead of content when scrolling the page
· 9 years ago
I'm not really seeing anything. I think it's probably related to JS stuff you have loading not fully initializing until all images are loaded though. Nothing Grav specific, but your theme/design/css
-
Ability to use Twig namespaces in templates {% include `@name/test.twig' %}
· 9 years ago
I've added namespaces support in latest develop branch of Grav. You need to use Twig::addPath($path, $namespace)