Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Multiple callouts - One-Page Site
· 10 years ago
Do I create more text.md files in the _callout folder? or do I create more folders on the _callout folder level e.g. _callout2 and put stuff in there? How do I rearrange the items in modular.md. I get
-
Multiple callouts - One-Page Site
· 10 years ago
Yes, you would just need to create more 'text' modular sub pages, and alternate between left and right by setting the image_align option in the page header.
-
Multiple callouts - One-Page Site
· 10 years ago
Is there are a way to put multiple callouts with images alternating left and right on this skeleton?
-
Google Maps MapShortcode.php not recognised
· 10 years ago
It should work fine if you simply copied your local plugin folders to your live site. if you have any local configurations in user/config/plugins you should copy those up too. Does GoogleMapsPlugin
-
Google Maps MapShortcode.php not recognised
· 10 years ago
Works perfectly on local dev, but on live just the [google-maps ...] displays. If I move MapShortcode.php into the user/plugins/shortcode-core/shortcodes/ folder its perfect! The onShortcodeHandlers()
-
Minify HTML
· 10 years ago
Very fair point! It'd make sense if used in conjunction with a static caching plugin but you're right, it is overkill :)
-
Minify HTML
· 10 years ago
What's the point in this? The time it would take to actually do the minimizing would offset any performance gains of it being minified. Gzip is going to do a much better job at compressing the HTML o
-
Minify HTML
· 10 years ago
Has anyone figured out a way to minify the html output? Gzip isn't the same thing. Ideally we can use both minification and gzip..
-
Minify HTML
· 11 years ago
you can enable gzip of html in grav via the system config
-
Minify HTML
· 11 years ago
Javascript minifying works if js pipeline is enabled too. Might want to check that. Currently there's no option to minify HTML. If your webserver serves files using Gzip (recommended) - see http://bet