Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Theo M Jones Newcomer
@theomjones · Joined 9 years ago · 8 posts · 3 topics · 0 reputation
Badges
Recent posts
-
How to make a block of text with a specific background color?
· 9 years ago
If I'm understanding you correctly, this is just rudimentary html/css. I suggest you start by learning how to build a webpage if that's what you're interested in. There's plenty of great resources onl
-
Show external links as image in the
· 9 years ago
Remember not to modify the system/* directory itself. Always copy into your user folder.
-
Show external links as image in the
· 9 years ago
Slightly vague question without context but I'll try and help. This would be a case of locating where the template is for this navigation bar. E.g. It could be in something like /partials/navigation.h
-
Uploading an image to remote server returns code: 0
· 9 years ago
Hi, I'm hosting Grav on a digital ocean droplet with Nginx. I'm using the Grav config file supplied in the digital ocean tutorial in the documentation. When I upload an image remotely I get a response
-
Custom Page Creation Modal
· 9 years ago
I'm following the solution for creating a custom add post modal here: Custom Page Creation Modal I'm following this down to a tee and it doesn't seem to add the option in the bar at the top. I must be
-
How do Taxonomy List URLs work?
· 9 years ago
Solved. My problem was because I wasn't using the server root directory for my grav install. So the plugin was creating the link back to localhost:8888/tag:example. Whereas my site was at localhost:88
-
How do Taxonomy List URLs work?
· 9 years ago
No I'm running MacOS with MAMP
-
How do Taxonomy List URLs work?
· 9 years ago
I'm banging my head over this. So I have the taxonomyList plugin producing a tag cloud. Their template is: {% if taxlist %} <div class="tags"> {% for tax,value in taxlist[taxonomy] %}