Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
CSS rewrite not working
· 10 years ago
You should use relative URLs in your CSS. Such as: ../images/cd-top-arrow.svg These should be processed correctly.
-
CSS rewrite not working
· 10 years ago
ohh, right, I got confused between the two options. Maybe a temporary fix is adding {{ theme_url }} before your url
-
CSS rewrite not working
· 10 years ago
Pipeline without CSS rewrite results in the img path being incorrect. Normally, to my understanding, the CSS rewrite would rewrite the URL to a path that is correct. At least that how it works on my
-
CSS rewrite not working
· 10 years ago
I never used CSS rewrite but isn't it a special option for windows webhost? What is happening when you just turn on CSS pipeline without CSS rewrite?
-
CSS rewrite not working
· 10 years ago
Hi, I seem to stumble across many issues in the current project im working on, that I can't even replicate on other grav installations. For some reason the relative urls in my CSS files are not being
-
Pagination arguments in page url generation
· 10 years ago
Thanks for reply. I hope you are asking in Markdown page, if it is, I enabled in default.md as follows - content: items: '@self.children' order: by: header.modified dir: desc pagination: true limit: 3
-
Pagination arguments in page url generation
· 10 years ago
You are probably not enabling pagination in your collection. see this section in the docs
-
Pagination arguments in page url generation
· 10 years ago
Hi all, In the following code snippet of pagination plugin not working with 'and collection.params.pagination'. When i remove this, pagination works. {# Render the pagination list #} {% if config.plu
-
Is it possible for calling site.config.any_args in markdown pages?
· 10 years ago
Is it possible calling configuration of site.config in markdown page as follows? title: Mobile Phones Specifications content: items: '@self.children' order: by: header.modified dir: desc
-
Error 404 Upon Install?
· 10 years ago
Yep, that would do it then :)