Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
French typography
· 4 years ago
Great job 🙂 Just don't hold your breath waiting for my tests - I have my hands full for now 🙂 Just have some comments looking at the code: Is plugin really compatible with Grav 1.6.0? It might be, b
-
French typography
· 4 years ago
May I suggest using a dynamic language instead of hardcoded? I think it should use a language from Grav. Talking about this part: $settings->set_diacritic_language( 'fr' ); $setting
-
Self certified SSL in Laragon server
· 4 years ago
It's not your local env.. /forum/support/i-cant-check-for-updates-due-to-peer-certificate-authentication-error-t214
-
Built with Grav - Custom Panel for Photoshop
· 4 years ago
Now I see what you mean 😅
-
Page collection : Random but not self
· 4 years ago
random() cannot get a page and add it to collection. Could you debug siblings and see if current page is really there in the list? Is it possible you have a duplicate page which seems like the same pa
-
Page collection : Random but not self
· 4 years ago
Then maybe a bug, because it should not. According to docs '@self.siblings' - A collection of all other pages on this level
-
Page collection : Random but not self
· 4 years ago
Try page.siblings() instead of page.find('/projects').children()
-
Built with Grav - Custom Panel for Photoshop
· 4 years ago
Isn't it what Showcase category is for? I can delete the post myself, but thought that's where we may show-off Grav pages :/
-
Built with Grav - Custom Panel for Photoshop
· 4 years ago
My latest Grav page for my new plugin for Photoshop. Most difficult part was styling it without having any design :D https://www.pscustompanel.com/
-
Get array elements from selectize field
· 4 years ago
You're looping through authors.author In header taxonomy you have taxonomy.author In header author you have just author When you get authors from header taxonomy, you end up with authors.author When y