Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Remove first line in summary with twig
· 4 years ago
What's the use case? Why that line exists in the summary if it needs to be removed?
-
Readme Won't Let Me Unpublish
· 4 years ago
Is it some skeleton? Grav comes only with 2 pre-installed pages and both are not numbered. So this 09.readme.md must come from some skeleton I suppose. Also - what does server error log say? More info
-
Agency Theme - change menu font color
· 4 years ago
I suspect it's scss\agency.scss, but then you have to compile it to css-compiled\agency.css
-
Agency Theme - change menu font color
· 4 years ago
The answer is still CSS Is it an inheriting custom child theme? If so, you could probably change the main theme CSS. Or you could even add custom CSS load to base template.
-
Plugin Comment | Some comments are not saved
· 4 years ago
Do you have a specific comment text that's not being submitted? Maybe some weird symbol breaks the process 🤔
-
Empty Page List with the Chrome Browser on my Mac
· 4 years ago
Check Chrome Dev tools (Cmd + Opt + i) Console tab for JS errors or Network tab for XHR responses
-
Empty page.collection - What am I doing wrong?
· 4 years ago
Your folder structure shows, that _ndr and _news are modular pages. In order to list modular pages, instead of @self.children, you need to define collection like: content: items: '@self.modular' h
-
Is it possible to make the second page the default on arrival at the site?
· 5 years ago
@pamtbaau: My interpretation of the statement “requires minimal” would be “requires almost no”. Well.. Different views I guess :) For me "almost none" is the same as "at least some". But what actuall
-
Is it possible to make the second page the default on arrival at the site?
· 5 years ago
@counterpoint: A big issue is that the implied claim that everything can be done via the web UI May I ask what made you interpret it like that? Here's a quote from the first docs page: To get a basi
-
Contact form error : Swift_TransportException
· 5 years ago
Sorry, don't know either 😦