Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Avoid focus on form in modular page
· 11 years ago
For others with the same difficulty: 'autofocus' is a parameter in the .md document of the form... I turned it to OFF and that was it. Thanks again
-
Avoid focus on form in modular page
· 11 years ago
Ok @Flavio ☆ sorry for stupid question: I found it... [I didn't know 'autofocus was existing !] Many thanks for the information ♪
-
Avoid focus on form in modular page
· 11 years ago
Yes that's it ! How can I turn it off ?
-
Avoid focus on form in modular page
· 11 years ago
Maybe a form field has 'autofocus' turned on?
-
Avoid focus on form in modular page
· 11 years ago
Hello ♪ I have a modular page with a form (working great). When calling that page, expecially on small screens, focus goes straight to form > the upper part is skipped. Is there a way to avoid focu
-
Function to create images
· 11 years ago
Wow great feature, thanks, just what we need.
-
Function to create images
· 11 years ago
What the precache plugin does is when you hit any page on your site for the first time, it kicks off an out of process task that loops over each of the pages and calls their content() method. This in
-
Function to create images
· 11 years ago
Thanks, I tried this plugin, but I don't notice any difference. I still get the impression that all images need to be recreated after the cache is cleared.
-
Function to create images
· 11 years ago
http://getgrav.org/downloads/plugins Look for the PreCache plugin.
-
Function to create images
· 11 years ago
On page load, grav creates the image cache, but with alot of media per page, this takes quite long. So I'd like to write a function that creates all cache images at once. Does this exist already?