pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Fixed navigator removal
· 6 years ago
@daredevil, If property header-fixed is set correctly, it works fine... Did you set the property in Admin on you inherited theme?
-
Taxonomy list returns nothing
· 6 years ago
@normawhite: The problem was very simple I had forgotten to add the taxonomy plugin:) I'll try to pretend you didn't really say this...
-
Login problem after change custom_base_url
· 6 years ago
@freebeart, Are you saying you didn't follow the guide correctly...??? ;-) Anyway, good to know it as been fixed. Please mark the questions as 'solved' by ticking the 'solution' icon in one of the rep
-
Login problem after change custom_base_url
· 6 years ago
@freebeart, I'm a noob on infra, so I can't really help you...
-
Login problem after change custom_base_url
· 6 years ago
@freebeart, Not sure why you changed it, but if you want to run Grav from a subfolder instead of the root of your domain, try the following from the docs: Change the site Url
-
Is there a plugin that allows sharing of a new blog post via social media?
· 6 years ago
To add to my previous comment... A plugin could respond to event onPageContentProcessed. This event is only called when a page is not yet cached after creation or update. The event is fired, whether t
-
Website no longer works when moved to local server
· 6 years ago
@jimheil, Can't help you on infra myself, but I do know a chapter in the docs that has some suggestions: https://learn.getgrav.org/16/troubleshooting/page-not-found
-
Taxonomy list returns nothing
· 6 years ago
@normawhite, All is working on my localhost: Downloaded skeleton Blog Site Opened the browser -> empty Archives <br/> Ran: $ bin/gpm update <br/> Refreshed the browser Re
-
Is there a plugin that allows sharing of a new blog post via social media?
· 6 years ago
@lukealexdavis, You may try searching on https://getgrav.org/downloads/plugins and see if there is one... If you are using Admin to create your posts, you could build a plugin that uploads a new post
-
Css custom attributes not working
· 6 years ago
@skipper, Try switching on the 'pipeline' of css in '/user/config/system.yaml': assets: css_pipeline: true Note: With css_pipeline: false, the options of assets.addCss(asset, [options]) are being u