Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Best approach with Grav to display list of documents on multiple pages?
· 11 years ago
There is nothing quite what your asking, but here is documentation about how to get a collection based on tag.
-
Best approach with Grav to display list of documents on multiple pages?
· 11 years ago
Thanks for the advice, might there be an example of that approach I could learn from?
-
Best approach with Grav to display list of documents on multiple pages?
· 11 years ago
From your original description of requirements, I think that taxonomy (like tags) and then different page with collections based on different tags sounds like it is a better fit for you needs.
-
Best approach with Grav to display list of documents on multiple pages?
· 11 years ago
For a course site I am trying to build with Grav, I will have 10-20 documents stored on OneDrive. Rather than duplicate listing certain files in multiple .md files I'd like to store them somewhere onc
-
Building one theme on top of another
· 11 years ago
Why am I not suprised :) As far as I'm concerned CSS is still a bit of a mess thrughout all the browsers.
-
Building one theme on top of another
· 11 years ago
Well its CSS so you generally need more specificity to ensure it overrides, or use the !important although it is a bit of a dirty hack :)
-
Building one theme on top of another
· 11 years ago
Got it. Thanks
-
Building one theme on top of another
· 11 years ago
Ah... The !important seems to be the important thing here :)
-
Building one theme on top of another
· 11 years ago
Media | Demo2 2015-02-09 10-36-34 As you can see in the image of the inspector you would need to override this CSS so something like: #header #logo h3 { text-transform: none !important; }
-
Building one theme on top of another
· 11 years ago
How would I disable the uppercase for the title in the css? I already tried that, but it didn't seem to have any effect.