Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Not able to change page?
· 10 years ago
When developing you can turn off the cache in the System settings, if that's easier to you, and then re-enable it once the site is done.
-
Not able to change page?
· 10 years ago
Grav by default uses the best cache available, that may be APC, or Xcache, or just files. The safest option in your case is to set the cache from auto to files, and then clear all caches with: $ bin/
-
Not able to change page?
· 10 years ago
Hi, I installed the grav-skeleton-rtfm-site skeleton. But I could change the folder structure. I changed the folder name and the chapter.md file. But every time I reloaded the site, all contents went
-
Page second media
· 10 years ago
@rhukster thanks now it's working
-
Page second media
· 10 years ago
Oh it should be page.media.images[1] not pages. You can always debug by enabling the debugger in Grav and dumping the variable to the messages panel: {{ dump(page.media) }}
-
Page second media
· 10 years ago
Slice don't work here i am trying to get But it's not working Also {% set first_image = pages.media.images[1] %} when print it there are nothing return.
-
Page second media
· 10 years ago
Are you sure you have 2 images? slice(1, 1), should work. as the first 1 is the 2nd item (0-based offset) and the second 1 is the length of the slice. But there is an easier way. Alternatively you ca
-
Page second media
· 10 years ago
How can i get second image of page media i have used code like this but not getting second image For the last image {% set first_image = page.media.images|last %} For Second image we try to get but no
-
Demo Sites With Admin Content
· 10 years ago
Thansk OleVik. I'm developing locally (XAMPP) and uploading works great. A truly portable CMS!! When you have no remote connection to the server it is a tremendous help to use the Admin plugin to inst
-
Demo Sites With Admin Content
· 10 years ago
If you have installed it and have it running locally, you could theoretically upload the entire Grav-directory and run it directly without the need of direct access to GPM through SSH. Probably have t