Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
Comics on Grav - how to publish them and self-host?
· 3 years ago
I don't think there's anything like this for Grav, but I'm pretty sure it could be implemented with some work. Codex looks more simple to achieve
-
Comics on Grav - how to publish them and self-host?
· 3 years ago
I don't see anything related to comics in themes or plugins repo. What do you imagine it should be? How different it is from the blog? Can't each post simply be a single comic?
-
Newbie question - is there no media manager for the admin?
· 3 years ago
A few years ago I posted my thoughts on Media Library, but never got to it. I see it as a plugin, but it requires quite a bit of work, and I just have other stuff to do outside of my day job hours 🙂
-
Twig in Quark to Insert Ad Script to All Pages
· 3 years ago
At this point all I can suggest, is to make your own theme by inheriting Quark. I advice CLI to do this. Then read a Cookbook recipe how to extend base template. When you get to the point where your i
-
Twig in Quark to Insert Ad Script to All Pages
· 3 years ago
Doesn't look like a good solution. I'd rather extend the theme and insert the script to base template(s)
-
Ordering blog page by Title
· 3 years ago
You could extend the theme you're using and update that single template, which has the pagination, by reversing the logic
-
Ordering blog page by Title
· 3 years ago
Check this topic: /forum/support/page-prevsibling-nextsibling-inverted-t6809 I believe this is the case you're referring to. I agree it's counter intuitive and there's a workaround available for theme
-
Page not found, automatic redirect. No backup available, not sure what to do
· 3 years ago
You need to find what exactly creates this URL. Based on the screenshot and return-as=json, I'd say it's somewhere in JS (which I believe is custom or from some plugin) for some XHR request. P. S. Thi
-
Page not found, automatic redirect. No backup available, not sure what to do
· 3 years ago
Any chance you could share at least a header of that duplicated page? Could they try reverting the edits they did manually? For me it looks like they added a malformed URL somewhere or some config is
-
Cache problem: custom.css file isn't updating, old version keeps loading
· 3 years ago
Could it be cached on server side then?