Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
TIF is not an image
· 3 years ago
Grav has nothing to do with this AFAIU. To my knowledge, none of the browsers support TIFFs. There are very few browsers that support TIFFs. I noticed there are also plugins to display them, but not e
-
Local Grav Installation
· 4 years ago
http://localhost/grav-admin/ should show you a new user registration form. Admin is most likely under http://localhost/grav-admin/admin (grav-admin is your Grav root I believe). As for why you see fol
-
Theming good practice
· 4 years ago
To make one style for multiple themes would be a bad practice. You'd still need to do separate styles for different themes. And I think Grav only supports this way. As for SCSS compiler, I don't belie
-
"GRAV Premium" banner
· 4 years ago
I mean.. How often do you browse Grav website for banner to ruin your life? 😃 I personally used it when developing my own websites to find plugins - that's it. Everything else is on learn.getgrav.org
-
Content with 100% width and height and autoresize
· 4 years ago
Check this fiddle https://jsfiddle.net/2kh20Lsz/ <!-- HTML --> <div class="wrapper"> <div class="header">Header</div> <div class="content"> <div style="height:
-
"GRAV Premium" banner
· 4 years ago
Wait.. Are we talking here about Admin or Grav page? :D
-
Admin Panel logo missing
· 4 years ago
What did you do at that time when it disappeared? Updated something maybe?
-
Mkdir() not allowed for plugin://login/pages/.revs
· 4 years ago
Try in the plugin adding \ before mkdir() in both places - like \mkdir(). It should force to use native php function instead of StreamWrapper. Just not sure how it will handle plugin stream. But brow
-
Mkdir() not allowed for plugin://login/pages/.revs
· 4 years ago
Well... ReadOnlyStream.php name says it cleaarly - it's a class for read-only access. What's the question?
-
Assets manager add Swiper css and js files
· 4 years ago
Check this issue thread on Github, It might give you some ideas. I suspect the reason of the problem is the same. Or at least closely related