Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Default values for page settings
· 10 years ago
I have exactly the same question.
-
Default values for page settings
· 10 years ago
Hi, For one specific Grav template I want to have the routable and visible page settings default to No when pages are created using that template. I had a brief go at doing this using a blueprint but
-
Need advice: Snipcart or filterable portfolio?
· 10 years ago
Awesome -- thanks very much. I was leaning towards that way, too, thinking that using an ecommerce plugin was making things unnecessarily complicated.
-
Need advice: Snipcart or filterable portfolio?
· 10 years ago
I think a filterable portfolio is best, unless you plan to handle sales in the imminent future. The portfolio type pattern is often used by sales sites anyway, so its just a conceptual question of wha
-
Need advice: Snipcart or filterable portfolio?
· 10 years ago
I currently use WooCommerce on my Wordpress site to display products, as seen here: https://hdpowerequipment.com/inventory/ There is actually no 'store', and standard store features like the cart, che
-
How to get correctly PDF file from directory for downloading
· 10 years ago
Thank you. Just thought there is another way... just for learning... :)
-
How to get correctly PDF file from directory for downloading
· 10 years ago
Your code looks like it should work fine. is it not? You should be able to inspect the extension ie: {% if a.extension == 'pdf' %} ... {% endif %} ---
-
How to get correctly PDF file from directory for downloading
· 10 years ago
Almost forgot, how we can print out only the PDF files?
-
How to get correctly PDF file from directory for downloading
· 10 years ago
Good day! Can you please suggest what is the best way to scan the directories for PDF files and create the download links from them. ---twig {% for book in pages.find('/media').children %} {% for a in
-
Page blueprint
· 10 years ago
As far as I know, it's a key value array, so you can replace it with your own label, eg: type: select label: Category help: 'Select the product category