Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Watermark for All Pages
· 11 years ago
Hmm, I am not sure what is failing, apart from the obvious error in your link: /bg.png/500x500should presumably be /bg/500x500.png. On a fresh installation of Grav 1.0.0-rc6, adding a custom.css file
-
Watermark for All Pages
· 11 years ago
I do appreciate the quick response and I have adjusted my image link accordingly and still am not successful. Do you have any more recommendations? section#body {background-image:url(../images/bg.png
-
Watermark for All Pages
· 11 years ago
I do apologize, I had not tested this on Antimatter. As it turns out, the Antimatter theme uses a section-element with the id of "body", so rather than targeting bodyyou should do: section#body {backg
-
Watermark for All Pages
· 11 years ago
One would think so but that is not the case! I have already tried the same via a custom.css with increased priority to no avail!
-
Watermark for All Pages
· 11 years ago
If you just need it to be in the background, you could presumably set it as the background-image on the body-element.
-
Watermark for All Pages
· 11 years ago
First of all great package, fast, compatible with all modern browsers and devices! I am putting together a multiple page static site with the Antimatter theme which pretty much takes care of all of ou
-
Redirect WWW
· 11 years ago
you can also do this via your domain configuration, whereever you're hosting the domain.
-
Redirect WWW
· 11 years ago
I'd do that via .htaccess - for example see http://dense13.com/blog/2008/02/27/redirecting-non-www-to-www-with-htaccess/
-
Redirect WWW
· 11 years ago
Is there an option to force redirect http://site.com to http://www.site.com ? I've got the admin plugin installed.
-
How can i pass data to another page?
· 11 years ago
Thanks, it works!