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 · 181 reputation
Badges
Recent posts
-
Navigation with different submenu layout
· 9 years ago
I think you are on the right track, basically in that check that is checking for children, you should put dropdown-submenu class on the <li> tag. Your just putting dropdown class currently.
-
Recaptcha is not validating
· 9 years ago
Could you please try setting GPM releases to "Testing" in system.yaml and then updating the Form plugin to the latest RC release. I'm pretty sure we've fixed this issue in the latest RC release of Fo
-
Hi, i have this error after moved site on new hosting
· 9 years ago
What version of PHP are you running on the new site? It could be running PHP 5.5 that is triggering that error. Grav needs Grav 5.6+, and PHP 7.0 is preferred.
-
Where would you put favicon's? themes or user/pages/images?
· 9 years ago
There is not set rule, but I always like to keep it in the theme's images/ folder.
-
Req: Downloads Section of getgrav.org - open in new tab
· 9 years ago
We're going to be reworking the downloads site soon, and it's going to look quite a bit different. We plan on having landing pages for each extension (plugin/theme/skeleton) that will contain more det
-
How can I modify the html outputted from the html filter?
· 9 years ago
You can't modify the .html output, but you can create your own HTML tag and simply use the .url method for the URL part.
-
Photographer theme. Few newb questions
· 9 years ago
Your really going to struggle with web development unless you understand how to use the web-developer tools in your browser. With these you will be able to identify the part of the HTML or CSS that ne
-
Does Feed work with Learn2?
· 9 years ago
I think you need to change that href location to the new page that defines the collection like @flavio mentioned: <a class="button" href="{{ base_url }}/new.atom"><i class="fa fa-rss-square"&
-
Cant get full url with params and queries from uri.url
· 9 years ago
You just need to build the URL include the the query parts: https://learn.getgrav.org/themes/theme-vars#query
-
Stop redirect to /admin/plugins/ after upgrade
· 9 years ago
Please create an issue in the admin repo and we'll take a look at optimizing: https://github.com/getgrav/grav-plugin-admin/issues