Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Marcin Member
@lisekbox · Joined 4 years ago · 27 posts · 3 topics · 5 reputation
Badges
Recent posts
-
Content with 100% width and height and autoresize
· 4 years ago
Agree - It is many ways to achieve the same effect, and without source code we could give only little clue how to get that. Basically what Pireba was looking for is a hint - we give him a sample code,
-
"GRAV Premium" banner
· 4 years ago
Post is in "Site Feedback" so my answer was about getgrav.org but it looks like OleVik has admin panel on his mind... so I get confused now too 🙄
-
Content with 100% width and height and autoresize
· 4 years ago
<html> <head> <style> :root { --header: 75px; --footer: 100px; } * {margin: 0; padding: 0} header {height: var(--header);
-
"GRAV Premium" banner
· 4 years ago
In my opinion your first question on this forum was rude... They put lot of work on that cms and you can get this for free. Asking owner of the website to stop promoting his own work is ridiculous. As
-
Make an authors list in Grav
· 4 years ago
Try Aura Authors Plugin - it is not perfect, but with few changes you will get what U need - just like I did 😉
-
LiteSpeed Cache - Purge
· 4 years ago
ahh.. I was testing many versions that's why I miss that... Thanks - I just made correction :crazy_face: when PageObject is in if-statement page headers didn't change after saving (x-litespeed-cache:
-
LiteSpeed Cache - Purge
· 4 years ago
Thanks! It didn't work but it it was so close! I made only small change in your code (PageObject -> PageInterface) public function onAdminAfterSave(Event $event) { $object = $event['obj
-
LiteSpeed Cache - Purge
· 4 years ago
I will reply to myself, as I find part solution... public function onPluginsInitialized() { if ($this->isAdmin()) { $this->enable([ 'onAdminAfterSave'
-
LiteSpeed Cache - Purge
· 4 years ago
Hi, I am running GRAV on hosting with LiteSpeed Cache. Caching is working great, but I have to manually clear cache each time I made change on pages as I couldn't find any plugin for GRAV (use comman
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
Youuup thats how its works ... You can always write Option4 in field to add different from predefined. Not sure if it possible to get exactly what you want without custom plugin to manage tags - somet