Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ben Bricker Member
@bbricker87 · Joined 9 years ago · 39 posts · 4 topics · 13 reputation
Badges
Recent posts
-
How to add an Archive sidebar in blog list layout
· 9 years ago
You'll need to view the plugins to make sure you have the right file names, but here is an example of adding a plugin to a page. {% include 'partials/taxonomylist.html.twig' with {'base_url':new_base
-
Installation to XAMPP on Win10
· 9 years ago
Try navigating to c:\xampp\htdocs\grav\admin in your browser. If that doesn't work then go to that directory and run bin/grav install and it should work.
-
Admn Panel Plugins - Compiling required
· 9 years ago
Nice! Glad you got it working!
-
Plugins not showing up on the page
· 9 years ago
Yes, they need to be implemented in a theme in order to work. For example, this is how the pagination plugin is implemented in one of the themes. Might help if you need to implement the plugins yourse
-
Admn Panel Plugins - Compiling required
· 9 years ago
I haven't used compass, so I don't know if it needs configured or anything to compile to the correct location, but yes I assume that would be able to work. I only suggested GulpJS because the gulp co
-
Admn Panel Plugins - Compiling required
· 9 years ago
It's already setup to work with gulp so that's the only way I can think of. Install nodeJS and then gulpJS and then in your command line go to the grav folder under the admin plugin theme and run gulp
-
Admn Panel Plugins - Compiling required
· 9 years ago
Are you trying to make changes to the admin plugin theme using sass? If so, you can navigate to the plugin's theme folder in your command line and run the command gulp css when you are finished editin
-
Problem with displaying content on modular page
· 9 years ago
I'm not sure what is going on. I'll give you some of my code and see if that helps. Here is what my main modular page looks like. {% extends 'partials/base.html.twig' %} {% block content %} {{ pa
-
Problem with displaying content on modular page
· 9 years ago
Is this for the page that holds all of the modular pages or one of the modular pages?
-
Problem with displaying content on modular page
· 9 years ago
Oh I see now. Try page.header instead of item. If that doesn't work, what do your md and twig files look like? {{ page.header.button1 }} {{ page.header.button2 }}