Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Google Analytics tracking code for Deliver template
· 11 years ago
Ok.. everything appears to be fine. One thing you can try is replacing: <script> with <script type="text/javascript"> in your analytics code. But i don't think it's an issue. Also make sur
-
Google Analytics tracking code for Deliver template
· 11 years ago
Hi Karol....mate thanks for looking at this. It has me puzzled! The address is http://www.absolutemaintenanceandcleaning.com.au
-
Google Analytics tracking code for Deliver template
· 11 years ago
Do you have your website somewhere so we can check ? Sometimes it takes some time for google to pickup the code.
-
Google Analytics tracking code for Deliver template
· 11 years ago
Hi Guys, I've installed the Google analytics code into the user/themes/deliver/templates/partials/base.html.twig file in between {{ assets.js() }} and {% endblock head%} Looking at the page source the
-
How to count taxonomy.findTaxonomy() results?
· 11 years ago
Big thanks! It works now :) Just get start with GRAV yesterday and I'm loving it
-
How to count taxonomy.findTaxonomy() results?
· 11 years ago
The best way to resolve these sort of issues is to break them down into small steps. 1) ensure you are getting the pages back from your findTaxonomy() call: {{ dump(taxonomy.findTaxonomy({'status':'so
-
How to count taxonomy.findTaxonomy() results?
· 11 years ago
Hi :) I want to get the sum of findTaxonomy, then I try this, but it won't work. {% set count = taxonomy.findTaxonomy({'status':'sold'}).maxCount() %} How is the right way to do the counting? Thanks R
-
Multi Language Content - HowTo?
· 11 years ago
Multi language is the next major feature we wish to tackle after the admin is completed. There is a fairly lengthy discussion regarding this on the Github issue tracker: https://github.com/getgrav/g
-
Multi Language Content - HowTo?
· 11 years ago
Hi! I'm recently be charmed by Grav, and I'm considering switch to it for my needs. As I write my content in three languages, which are directed to different audiences, I'd like to know which is the c
-
Minified Icomoon icons
· 11 years ago
This appears resolved by performing a bin/grav clear-cache server-side.