Badges
Creator of Grav CMS + other things...
Recent posts
-
Page Summary - Jump to delimiter upon click 'continue reading'
· 9 years ago
BTW you could write a plugin or add an event to your theme php that automatically adds the a Tag after the page summary delimiter just not sure if it’s wirth it or not 🙂
-
Simple front-end user add blogposts
· 9 years ago
That's not trivial, you need a form that can submit content, then a plugin that will automatically do something with that blog post. Either simply email you the content and you can create the page ma
-
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;