Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Is it possible to install two themes on one site?
· 10 years ago
I'm currently using the "multi-lang skeleton" (which means, the cacti template with the lang-switcher plugin). I'd like to add a modular page as the home-page. Would I do this by installing the "antim
-
Am I able to extend the Grav Admin theme?
· 10 years ago
Thanks so much for the reply @flaviocopes
-
Am I able to extend the Grav Admin theme?
· 10 years ago
Hi, currently it's not possible unless you edit the Admin template directly. Customization, logo and in general white-labeling the Admin interface is a feature that will be provided by Admin Pro soon.
-
Am I able to extend the Grav Admin theme?
· 10 years ago
I want to be able to update the grav logos of the admin theme, but I don't want the updates to override it. Am I able to extend the Grav Admin theme? If so, where in the configuration am I able to cha
-
Sidebar in "Striped" theme
· 10 years ago
You probably just need to edit the sidebar Twig directly in the templates/ folder of the theme.
-
Sidebar in "Striped" theme
· 10 years ago
I admit I'm kinda stumped. How does one change/split-up the sidebar in the Striped theme? I've been hunting through the package download, looking through YAML files, and config files and man, I must b
-
Modifying URL path?
· 10 years ago
See routing docs to start.
-
Modifying URL path?
· 10 years ago
Is it possible to shorten URL paths? For example, on the X-Corporation theme, links under the features menu dropdown are displaying the full path. e.g. http://www.peaceofmindwebsite.com/skeletons/x-co
-
Printing out the count of media files
· 10 years ago
Works perfect! Thank you. (And now i get how those "filters" work.) Thanks!
-
Printing out the count of media files
· 10 years ago
Use attachementList|length, see the Twig doc