pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Burger menu in afterburner2?
· 6 years ago
@samemiki, After a quick look, it seems jQuery plugin Slidebars is handling the menu sliding. Version 0.10.2 (Aug. 2014) is bundled with the Afterburner, but version 2.0.2 (Jul. 2016) is available fr
-
Burger menu in afterburner2?
· 6 years ago
@samemiki, Looking at the online demo of Afterburner2, everything seems to be ok... Both wide and mobile screensize. The only glitch I've seen is when I switch to mobile emulation in Chrome, click the
-
How do I setup for theme development?
· 6 years ago
@Karmalakas, I'm a Bootstrap user, but out of curiosity I had a look at Spectre's website about customisation. My setup would be as follows. Steps: Install nodejs + npm if not already In your themes
-
Collection Being Looped Through Twice
· 6 years ago
@cfas, I cannot reproduce the issue. I've: installed theme Bootstrap4, created a folder structure similar to yours and added the frontmatter + code to /pages/02.posts/blog.md The Posts page both s
-
Parallax effect on Quark theme
· 6 years ago
@thebob, I don't think it can be done with the default templates, but there is nothing in the way to create it manually....
-
Parallax effect on Quark theme
· 6 years ago
@thebob, Not sure I understand your question, but when you take a look at /themes/quark/templates/modular.html.twig you'll see at line 48, that any module with template modular/hero will be placed at
-
16 theme customization - theme-inheritance
· 6 years ago
@thgr, It looks like you forgot step 3 from the docs in which you copy Quark's config from /themes/quark/quark.yaml to the top of /themes/my-theme/my-theme.yaml : enabled: true production-mode: true
-
Transform boolean data to text in Twig Template
· 6 years ago
@pmoreno, If you updated the blueprint as shown above, than theme_config.carousel_options.arrows will have the string value 'true' or 'false'. And non-empty strings always evaluate to true. Hence the
-
Reusing the modules of modular pages
· 6 years ago
@zigpress, Almost right... which should (I think) be in my user/themes/mytheme/modular folder The blueprints go into the ... /user/themes/mytheme/blueprints folder. And yes, the names of the bluepri
-
Reusing the modules of modular pages
· 6 years ago
@zigpress, Based on the following quote I guess you are referring to a block as a layout design and not content. Right? For example the home page might have a 1 col text block with certain content i