Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Blueprint form to control what is displayed on a page
· 9 years ago
I would use a list of images paired with a toggle (if that is possible) Something like this header.products: name: products type: list style: vertical label: Products fields: .inS
-
Blueprint form to control what is displayed on a page
· 9 years ago
Going over the Blueprint documentation and I'm not sure if its possible but lets say I have a page with 9 pictures/divs and I would like the user to be able to login into the admin and be able to enab
-
How to get the original image URL
· 9 years ago
Yes, I'm aware of that. It might be however be desirable to assemble customized HTML, so knowing how to change the order would be helpful. And the documentation should not tell falsehoods (as I have e
-
How to get the original image URL
· 9 years ago
If you are just trying to display the image from page media use this. {{ image }} That will render the image and you don't need to put it inside of a <img/> tag. And for cropped images, use {{ i
-
How to get the original image URL
· 9 years ago
I'm creating a gallery similar to the cookbook example but find myself unable to retrieve the URL of the original image after having called methods on the object. I tried the .url(false) approach sugg
-
Admin plugin css not loading
· 9 years ago
Solved: template.css file in plugins/admin/themes/grav/css-compiled was empty after upload. Stupid FTP...
-
Admin plugin css not loading
· 9 years ago
The website is localhost copy, nothing changed. Any ideas?
-
Admin plugin css not loading
· 9 years ago
Localhost VS remote comparison. The _admin.scss is not loaded... Screen Shot 2017-06-21 at 13
-
Admin plugin css not loading
· 9 years ago
Screen Shot 2017-06-21 at 13
-
Admin plugin css not loading
· 9 years ago
While in admin panel, some CSS files are not loaded or loaded incorrectly. the site is localhost copy, everything works on localhost. Any ideas?