Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
No email sent by contact form
· 4 years ago
Did you try without the queue? Does it work if email is sent directly on submit?
-
No email sent by contact form
· 4 years ago
Then try changing encryption to none (not sure about the correct value in config though; Might be null)
-
No email sent by contact form
· 4 years ago
I think for TLS port on SMTP should be 587 Or you could contact your hosting provider and ask for details
-
Get array elements from selectize field
· 4 years ago
What happens if you change two lines {% set authors = taxonomylist.author.get() %} and {% for author,value in authors %} I'm not at my PC now, but looking at code I see you have a level of author
-
Form or Email Plugin error / Server error
· 4 years ago
@pamtbaau: In single quoted strings the single quote character can be escaped by prefixing it with another single quote, basically doubling it. Oh, didn't know that. Is it YAML specific?
-
Form or Email Plugin error / Server error
· 4 years ago
May I ask where did you get your form frontmatter example? It's wrong and especially that last null in the process part. Also what's with the double single quotes? It should be more like: process:
-
Down arrow in main menu only
· 4 years ago
Was thinking about loop.index, but thought in macro the index resets. Good to know it doesn't
-
Down arrow in main menu only
· 4 years ago
Could you show the macro you've got after suggested changes?
-
Down arrow in main menu only
· 4 years ago
Maybe you could add some default level value to a macro, eg. {% macro nav_loop(page, level = 1) %} and then use it in your condition - level == 1 🤔 And call deeper level with {{ macros.nav_loop(p, lev
-
cropZoom doesn't work with svg images
· 4 years ago
Yes, resizing is easy. Cropping - another story