Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Byrge Newcomer
@byrge · Joined 9 years ago · 8 posts · 3 topics · 1 reputation
Badges
Recent posts
-
Someone interested in Airtable integration plugin?
· 7 years ago
Sounds God. Do you have an example to look at?
-
Viewcounts - see pageviews per page
· 8 years ago
Hi, Thank you, I'll try out your solution. Regards, Byrge
-
Viewcounts - see pageviews per page
· 9 years ago
I tried a lot of possible things like: {% if viewcounts %} viewcount : {{ viewcounts.getName(data) }} {% endif %} or {{ viewcounts|first }} -- this gives me the first, but I want the count of the page
-
Deploy on Digital Ocean
· 9 years ago
Hi, Still looking into installing Grav on DO? I have several Grav sites running, so I can help you out when needed. Please let me know. Regards, Byrge
-
Viewcounts - see pageviews per page
· 9 years ago
Hi, I’m using the viewcounts plug-in https://github.com/perlkonig/grav-plugin-count-views, but now I’m looking into how to display the “viewcounts” per page. With a for key, value in viewcounts I get
-
Star-rating plugin error
· 9 years ago
I've a problem with the plugin. On all sub-pages it's working correctly and the stars are displayed correctly, but on the homepage I get an error: 41 Twig_Error_Runtime …/user/themes/striped/templates
-
Navigation question - add image in menu items
· 9 years ago
Hi, thanks for your answer. Unfornately you solutions don't work. Probably because the .twig template file is a partial and loops through the modular pages to find the titles of the 'pages'. The code
-
Navigation question - add image in menu items
· 9 years ago
I have the following code: <nav> {% set show_onpage_menu = header.onpage_menu == true or header.onpage_menu is null %} {% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{%