pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Installing themes
· 6 years ago
@designsbydesire, I've had a look at Grayscale and I have had troubles using it too. When installing in a default Grav installation, it looks uhh sub-optimal... When copying the demo data into the s
-
Html/markdown caching issue
· 6 years ago
@ariel, You said: the problem is that these html’s will never be cached and always compiled at runtime for each request Grav is not a static site generator and does not cache generated HTML. HTML i
-
Should I use Grav for a project with around 3500 pages and 25 languages?
· 6 years ago
@Oleh, I haven't experimented with it yet, but the new FlexPages of Grav 1.7.0 should be able to handle tens of thousands of pages. With Flex Pages we have tested Grav sites with over 50,000 pages!
-
How to migrate Wordpress Metadata to Grav
· 6 years ago
@Turum, but cant get latest 5-6 posts from all categories You could try Collection::slice(0, 5) in Twig to get the latest 5 posts if sorted by date. and everything is within /blog When adding the
-
Bug report? Copying a theme
· 6 years ago
@ranman, I'm afraid I can reproduce the issue when copying an inherited theme. Updating the stream fixed the issue. Please create an issue at the repo of Grav or the devtools plugin.
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
@luap, If it is working in a fresh Grav install, there must be something peculiar in your site which has not been brought up to the table yet... If you willing to share your site, I will have a look a
-
Make folder available to website visitor
· 6 years ago
@gobs, I'm not sure if granting access to a folder is a smart thing to do. I even don't know how... But I'm not really versed in infrastructures and security. I would opt for a more elegant solution (
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
@luap, It doesn't matter whether the <img> definition comes from content or Twig. It's only the generated <img> HTML in the resulting page that matters. Anyway... I have dropped your Twig
-
Disable plugin after first run
· 6 years ago
@ariel, I presume you mean the plugin doesn't need to run anymore for any request unless switched on again? When the variable "enabled" in the config file for the plugin is set to 'false', Grav will
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
@luap, Since I have been playing around with responsive images before and have found no issues using Chrome, I tried the code you posted. I did the following: Standard fresh Grav (v1.6) installation