Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Taxonomy terms translation
· 11 years ago
I'm confused regard the possibility to translate tags and taxonomy terms. What the correct procedure to follow?
-
Adding a Leaflet map
· 11 years ago
thanks, and merged!
-
Adding a Leaflet map
· 11 years ago
Just done!
-
Adding a Leaflet map
· 11 years ago
@beneva can you submit those changes as PR request on the assets plugin? https://github.com/getgrav/grav-plugin-assets
-
Adding a Leaflet map
· 11 years ago
I had the same problem: only the first line of my inline scripts and CSS was rendered. So I made some changes in the file user/plugins/assets/assets.php line 102: $this->grav['assets']->addInli
-
Adding a Leaflet map
· 11 years ago
I believe it was my syntax error in the inline_js assets section, as it worked once I adjusted it to this: {assets:inline_js} $(document).ready(function() {var map = L.map('map').setView([39.759415, -
-
Adding a Leaflet map
· 11 years ago
Interesting. In my source I only have: <script> $(document).ready(function() { </script> But in the working example from the GRΛV that I noted above, I can see this in the source: <scr
-
Adding a Leaflet map
· 11 years ago
That should work.. is nothing showing up in your source?
-
Adding a Leaflet map
· 11 years ago
I'm struggling a bit in testing out the Assets Plugin. I found the below example here but it appears to be showing up blank. I will keep experimenting. {assets:css order:5} http://cdn.leafletjs.com/
-
Adding a Leaflet map
· 11 years ago
Amazing! Thanks for pointing me to the multitude of possibilities. Exploring them now...