pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Tag Cloud plugin won't filter
· 5 years ago
@skipper, Template partials/tagcloud.html.twig from TagCloud uses variable base_url to create the url of the blog: <a href="{{ base_url }}/tag{{ config.system.param_sep }}{{ tax|e('url') }}">{{
-
Aerial theme makes HTML visible
· 5 years ago
@counterpoint: Maybe a relatively small point, but it seems that the ability to remove themes is part of theme functionality Adding/removing a theme is not part of the functionality of the theme itse
-
Aerial theme makes HTML visible
· 5 years ago
@ozfiddler: Do you have a list of the ones that do work? You can be pretty sure that all theme made by "Team Grav" are still maintained and hence compatible.
-
Aerial theme makes HTML visible
· 5 years ago
@counterpoint, I've notified the Grav team before (#3338, #3353) about issues with old and probably abandoned themes. I've tested that 77 out of 112 themes are not compatible with Grav 1.7 without fix
-
Aerial theme makes HTML visible
· 5 years ago
@counterpoint, Just too many issues with Aerial. Run from it!
-
Help with Navigation
· 5 years ago
@butchewing, Is there an error in the console of your browser? Again I can only give you some generic hints and no specifics about Gantry and or Hydrogen.
-
Help with Navigation
· 5 years ago
@butchewing, What has changed since the last time you checked the navigation? Btw, I cannot help you with Gantry since I'm not a Gantry user. Only a handful (literally) of community members are.
-
Dynamic loading images in picture with srcset
· 5 years ago
@pmoreno, That's not build-in, but can be created in Twig by |filter()|array-ing the image collection of a page. You can then access the resulting array and create the picture element.
-
Aerial theme makes HTML visible
· 5 years ago
@counterpoint, When a theme is causing issues on the latest version of Grav, you could lookup the Upgrading to Grav 1.7 documentation. See section "Most Common Issues" point 1. If some don’t work wit
-
Dynamic form with data from mysql/json
· 5 years ago
@Chris_W, Based on the limited information, here is some extra info. I don't think the Form plugin is the way to go. Calls to static methods to populate dropdowns are executed when Form is loaded. The