Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Animated page transition
· 9 years ago
yes , you can do almost everything, for a project i use https://github.com/icodebuster/transition.js for transition and mousewheel.js
-
Animated page transition
· 9 years ago
Hi, I am trying to find a cms solution in which i can build a theme with animated pagetransitions (without the page visibly reloading...like here: https://codyhouse.co/gem/animated-page-transition/) i
-
Multilingual site based on gantry5
· 9 years ago
Hello, languages added, all pages, particles translated and assigned, but language changes apply only on Inheritance positions? How solve this?
-
List of PHP configuration settings for Grav?
· 9 years ago
Sorry for the late reply, I assumed I would get a notification Email upon reply. Unfortunately the documentation doesn't go into any detail about PHP (aside from necessary/beneficial modules), which i
-
List of PHP configuration settings for Grav?
· 9 years ago
See Requirements
-
List of PHP configuration settings for Grav?
· 9 years ago
Is there a list somewhere about which php.ini settings work, or – more importantly – don't work with Grav? I'm thinking about disable_functions and various performance/security tweaks. I suspect that
-
Best way to group child pages by year?
· 9 years ago
Is there an automated (future proof) way of grouping all child pages into years, using their date attribute? I considered iterating over them all and doing something when the prior page's year doesn't
-
Typing subpages with forced SSL redirect end up 404'ing (htaccess issue?)
· 9 years ago
Anyone have any ideas on this one? Thanks!
-
Typing subpages with forced SSL redirect end up 404'ing (htaccess issue?)
· 9 years ago
I'm using the following in my .htaccess to force SSL: # Redirect to HTTPS RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] ## End - Index However, I'm
-
Contact form in footer, shown on every page
· 9 years ago
OK, went back to basics, recreated everything and it's all working now. Think I had some issues with YAML indenting in the frontmatter. Sorry for wasting your time on this :-(