Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Images don't display
· 9 years ago
Yes, they are in the same folder as the gallery.md file. Images are all .jpg files.
-
Images don't display
· 9 years ago
The images are in the same folder that contains the gallery.md file? Not in a subfolder, right?
-
Images don't display
· 9 years ago
Hi. I have tried following the gallery example at: https://learn.getgrav.org/cookbook/general-recipes#creating-a-simple-gallery I have a gallery folder, containing a gallery.md file and some image fil
-
Accessing images in page folder from modular.html.twig
· 9 years ago
Yes, using folder paths like shown below. you can point any an images in the modular.html.twig file to the image location. Path Description <img src="picture.jpg"> picture.jpg is located
-
Accessing images in page folder from modular.html.twig
· 9 years ago
I followed docs on your site and used page folder to store images (_intro). Now I have a really hard time finding out how to get relative path of each images dynamically in my twig file. Also is it po
-
Special redirect on submit form
· 9 years ago
why not use a file path like ./confirm or ../confirm to point the form to the page you like it to redirect?
-
Special redirect on submit form
· 9 years ago
Hi! I have created a form and now I want it to be sent to the path where I am with "/confirm" at the end, but I just do not find a way to do it. It occurred to me to put "{{page.url}}/confirm" but it
-
Add logo image
· 9 years ago
I just figured out I was still pointing the last example towards the theme/images folder and not the user/images folder. The following should now work. One issue though, how dow you hide user in the u
-
Add logo image
· 9 years ago
Late to the party but the following should work when putting images in user/images <a href="{{ url }}/user/images/logo.png"><img src="{{ url('theme://images/logo.png') }}"></a>
-
Add logo image
· 9 years ago
That would be good. Do you have a solution howto do that?