Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Sub Domain behind Reverse Proxy
· 10 years ago
Hey @hammertime ! Got a very similar problem with sub domains, however I do not know if it has something to do with reverse proxy or not - but my assets does not load for either plugins or themes, but
-
Sub Domain behind Reverse Proxy
· 10 years ago
So I'm having trouble with having Grav load behind a Reverse Proxy Sub Domain. So I have a reverse proxy set up to look at http://xx.xx.xx.xx/login . So when I visit grav.domain.com it loads the site
-
How to have a css background-image from form field?
· 10 years ago
Damn, wrong thread ;)
-
How to have a css background-image from form field?
· 10 years ago
Okay, so as i really just want to set up a server alias for the subdomain and i'm a very stubborn fellow i looted some more and found this: #1.part redirect / to index.php otherwise the rule would be
-
How to have a css background-image from form field?
· 10 years ago
And in blueprint you use type: pagemediaselect to pic one of the uploaded medias. Then display it with twig, and include the .url() to retrieve the url ^^
-
How to have a css background-image from form field?
· 10 years ago
You will need to modify the template twig file in order to get the image and use inline css to declare background, something like this: {% set bg_img_url=page.media['yourimagename.jpg'].url() %} <
-
How to have a css background-image from form field?
· 10 years ago
Hi there, I'm one of those guys who come from wordpress to grav without a very big coding knowledge. So far everything works fine with my own bootstrap theme and I already was able to get content from
-
Help with Plugin to Save Page Data
· 10 years ago
Hey all, First just wanted to say grav is a beautiful piece of work. Thank you to everyone who is working on it:) I'm looking for help with grav, I'm using it to build out some proof of concepts via p
-
Trying to use related pages plugin
· 10 years ago
Thx @rhukster for clearing things up. i think will use the category way.
-
Trying to use related pages plugin
· 10 years ago
Many thanks, I will do that