Hugh Barnes Veteran
Regular
Grav Forum Moderators
@hughbris · Joined 8 years ago · 577 posts · 12 topics · 127 reputation
Badges
Recent posts
-
Blueprint data-options@ children
· 7 years ago
I've done this the with the ::parents method, but that is a static method. I don't know how data-options@ is parsed, but perhaps try substituting :: for -> ?? Also the default parameter value doesn
-
Listing all values of taxonomies
· 8 years ago
I remember having some trouble finding this one not long ago! It's just not a very intuitive or documented method name. The Twig I used is: taxonomy.getTaxonomyItemKeys('category') so substitute 'cate
-
Porting to Google Instance from localhost Issue
· 8 years ago
I can answer some things now but probably not solve your overall problem. The only place you will find the site's hostname in the files is if you use environment-specific configurations. I know Wordpr
-
Porting to Google Instance from localhost Issue
· 8 years ago
Sounds like you are close. There's a few things I don't understand in your question: @Rick9004: I created an instance in google What do you mean "in google"? @Rick9004: I looked for any file in my
-
Editing and saving lasts long
· 8 years ago
I can say that for sure that this is not normal! Never heard of this problem either. But we can't help you unless you tell us more about your configuration and environment.
-
Allow content for logged in user only
· 8 years ago
Hi and welcome There are a few ways to do this, I think, but the simplest is described in the Cookbook section of the official docs.
-
UniteGallery not showing entire gallery
· 8 years ago
Sounds like a theme vs plugin problem to me but we have almost no details by which we could begin to help you. Looks like antimatter theme? I've been messing with that plugin lately and I don't think
-
Multilingual support and gitlab/github support: best solution
· 8 years ago
Just another quick and specific response. Grav is not a static site generator. If you only want that for speed reasons, it's going to be almost as fast. On Question 1, yes out of the box, plus there's
-
How to select just gif from pages media
· 8 years ago
@deflux: {{ item.alt }} What @pamtbaau said, plus shouldn't you be outputting {{ image.alt }} in the above Twig?
-
How to select just gif from pages media
· 8 years ago
You should be able to simply reference by its index in this case, e.g. bg_images[1].