Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
External Media, embedding Twitter, markdown not rendering
· 4 years ago
What config exactly did you add? Looks like you turned off markdown processing
-
External Media, embedding Twitter, markdown not rendering
· 4 years ago
IIRC HTML is not parsed by default in Markdown content. I think you should enable Twig processing with process: twig: true But not sure if this is the way to go
-
External Media, embedding Twitter, markdown not rendering
· 4 years ago
@AlaskaTheBlog: I was adding a twitter link like below to my blog post AFAIK links do not break anything. What exactly were you adding and how?
-
Number of posts in Category
· 4 years ago
Apparently Twig doesn't work like that :) Try this: {% set catItemsCounts = catItemsCounts|merge({(cat): (catItemsCounts[cat]|default(0)) + 1}) %}
-
Number of posts in Category
· 4 years ago
Based on the answer you've linked, here's a quick solution, which I think should work, but not tested {% set items = page.evaluate({'@page.children': '/items'}) %} {% set catItemsCounts = [] %} {% fo
-
Database Plugin
· 4 years ago
But you also have a Twig/HTML example right there in the README
-
Database Plugin
· 4 years ago
Would you mind elaborating? Preferably with links and examples of what you've tried
-
Error with upload file on page in admin panel
· 4 years ago
But in your video first file uploaded without any issue. Does it always upload first one on page without a problem, but the next one causes issues? Also in your screenshot avove there are more than 10
-
Error with upload file on page in admin panel
· 4 years ago
Does this happen with only this specific file?
-
Error with upload file on page in admin panel
· 4 years ago
So what's the solution? It's much better to reply to your own post explaining what fixed it and mark that post as a solution, than just editing a topic title to "Solved.. " 🤔