Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Hugo Avila Member
@hugoaf · Joined 9 years ago · 32 posts · 1 topics · 10 reputation
Badges
Recent posts
-
Count-views records unusually many visits on the "error" page
· 6 years ago
If you want to know the url that causes the 404 error, try my logerrors plugin, I guess you may find some urls like wp-login or administrator. urls that used to atack other cms. You will need the data
-
Different language per domain setup
· 7 years ago
You could try using the Enviroment Feature. Pick one of your domains to be default, lets say the yyy.com is default english version, user/config/system.yaml should contain languages: supported:
-
Help needed with adding a class to p.url from a page collection
· 7 years ago
Where are you adding that code? Twig is mainly for templating, perhaps you don't need markdown syntax just use twig and html: {% for p in page.collection.order(‘folder’,‘asc’) %} <h3>{{ p.ti
-
Why many messages/topics are written by Muut?
· 7 years ago
Muut was the forum used here before Discourse, posts from Muut were transfered to Discourse because they have valuable information. Nothing to do with deleted users.
-
View form submissions from Admin
· 7 years ago
You could use the data-manager plugin https://github.com/getgrav/grav-plugin-data-manager
-
Snip cart integration with gantry 5 templates
· 8 years ago
What was the installation method?, do you have the snipcart plugin installed and enabled? try to make it work with antimatter theme first
-
Dump in Twig not outputting anything
· 8 years ago
Try this: {{ dump('i am just a string') }} if that string is not shown in debuger, then maybe that twig file is not used to display your page.
-
How to dynamically access images from upload field from an images folder inside of theme?
· 8 years ago
If you have already the image name stored in the page header as a string in homepage_img, might the twig concatenate help? {{ media['theme://images/featured/' ~ page.header.homepage_img].html() ] }}
-
How do i select all tags in my twig template in grav?
· 8 years ago
page.find('path/to-page') wil find the page: `your-website.com/path/to-page`
-
Skeleton Shop Site
· 8 years ago
The plugin itself is an addon to the gravCart, so they are fully integrated. According to his documentation, is a matter of installing the plugin and configure in the admin. He has an skelleton to: ht