Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Context menu - how to get a current branch from the whole menu tree?
· 4 years ago
@blazejs: if I’m on the e.g. 02.parent page that has the children (and grandchildren) I want to show only the part of the whole tree that relates to this page (if a page has no children I’ll show a t
-
Option for automating similar posts
· 4 years ago
OK, so automation has nothing to do with it, as I understand. Simply instead of typing everything you just want to select some values from predefined options. So as I initially suggested, you'd need t
-
Automatickly open submenu
· 4 years ago
This should solve your case https://stackoverflow.com/questions/49838858/bootstrap-navbar-open-on-hover You need to have a display: block; on :hover. Something like: .dropdown:hover > .dropdown-men
-
Option for automating similar posts
· 4 years ago
Are you asking if it's possible to have more fields for a specific type of blog item in Admin? If so, then yes - if you're using Quark or other non-custom theme, you'd need to extend it by theme inher
-
Chaining Forms and accessing values
· 4 years ago
I think I'd go with a single form and JS When user submits first step, JS hides inputs and shows "Are you sure?". When user submits (s)he is sure, you do full form processing. You have all fields and
-
Issue with translation in admin
· 4 years ago
Did you try forum search? Almost at the top there's a solved topic titled No language strings in the Admin UI
-
Excluding item from collection using categories
· 4 years ago
I think you could filter current page out before these two lines {% set total = collection.count () %} {% set pages = collection.slice (start, limit.total) %} But there might be a better way. I'm not
-
Excluding item from collection using categories
· 4 years ago
Yes, but you'll need a custom template I suppose https://learn.getgrav.org/17/content/collections
-
Remove first line in summary with twig
· 4 years ago
BTW, could you share how this .md file looks like? I suspect the approach might be wrong here. According to your screenshots, there should be just title and content without a summary. Card shows trunc
-
Remove first line in summary with twig
· 4 years ago
If I understand correctly, you're showing summary as a title in the item page, but you have a separate title shown in a card. Why can't you just remove summary in your content and just have a title? S