Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 338 posts · 28 topics · 184 reputation
Badges
Recent posts
-
Login Plugin: Show log in, if not logged in, shot logout if logged in
· 9 years ago
Got some major-ish updates coming to Login plugin soon. I hope some of these will address the issues you are seeing. You can test with the current "develop" version in the Login github repo.
-
Adding an svg logo to the Nav Bar in Antimatter
· 9 years ago
you can use media queries to adjust the size based on the browser width. https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
-
Blank Front End
· 9 years ago
Yah the leafo SCSS compiler for PHP can use some memory, just need to incrase your memory as @andy pointed out
-
Blank Front End
· 9 years ago
blank page is often related to PHP errors. You need to look at your PHP error_log or turn on the displaying of errors: https://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display
-
Adding an svg logo to the Nav Bar in Antimatter
· 9 years ago
You probably need to play with this a little in the web-inspector of your browser. Try something like: width: 100%; max-height: 50px;
-
How can i change upload file field text
· 9 years ago
Simple way is to create a folder called languages/ and then in that folder create a file called en.yaml (or whatever is your primary language). Then in there simply put: PLUGIN_FORM: DROPZONE_DEFAU
-
After importing 10,000 pages, the site began to slowly load
· 9 years ago
You will probably want to look at TNTSearch plugin rather than simplesearch as it uses a sqlite based fulltext search index. Much more efficient and fast for a large dataset.
-
Send email in own cli plugin using the email plugin
· 9 years ago
That email object doesn't get initialized until the plugins are initialized. By default Grav CLI commands do not do this. Probably the easiest way would be to simply include the Email class from the
-
Massive Form Problem
· 9 years ago
Did you resolve this? I thought i saw something related to the fact that the form name was missing?
-
Any news on Admin Pro / Theme marketplace?
· 9 years ago
No real news i'm afraid. We're having to spend any time we're not focusing on Grav core stuff and support to consulting work.