Skip to content
Grav 2.0 is officially stable. Read the announcement →

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 421 posts · 31 topics · 215 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Creator of Grav CMS + other things...

Recent posts

  • Page Summary - Jump to delimiter upon click 'continue reading' · 9 years ago

    put a target tag in your content and then add this to the end of your readmore link? --- title: My Page --- you summary content === <a name="content-area"> your main content Then in your Twi

  • Wrong meta on language subpages · 9 years ago

    The regular metadata.html.twig file that comes in antimatter theme for example, uses a mix of metadata from site.yaml (not language specific), as well as metadata from pages (language-specific). What

  • Advanced front end user profiling · 9 years ago

    I guess it depends on what triggers those badges. You need to track data and perform calculations to generate those badge achievements. What are those calculations and how are you going to store and

  • 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.