Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Flex Objects in modular page
· 4 years ago
Try copying flex-objects.html.twig from /templates to /templates/modular and remove base template inheritance from that template
-
Photoswipe plugin strange behavior
· 4 years ago
No worries. Glad you figured it out
-
Photoswipe plugin strange behavior
· 4 years ago
@Francois: When the mouse is on the image, I can see something happening behind the image, a grey rectangle appears Definitely some CSS and :hover case @Francois: the a/> is not doing any swipe
-
Photoswipe plugin strange behavior
· 4 years ago
What animation? And what is image back? 🤔 Not seeing it live makes it difficult to suggest something Here's one example with a plain <a/> list Here's another one with a different approach using
-
[Beginner] Creating a 3-column page
· 4 years ago
@monin: I used both pagemediaselect and filepicker pagemediaselect is for selecting already uploaded media item and filepicker is the file uploader itself IIRC. So it depends on what you actually wan
-
Photoswipe plugin strange behavior
· 4 years ago
I really hope you will figure this out. As I mentioned, photo list/grid/whatever you want is completely up to you how you design and implement it 🙂 BTW, Both opening and closing backticks should be i
-
Photoswipe plugin strange behavior
· 4 years ago
Judging by the card class name I assume you're using Bootstrap. Photoswipe plugin itself doesn't provide any styling for the photo grid you might want to show, so this layout completely is up to you.
-
Context menu - how to get a current branch from the whole menu tree?
· 4 years ago
If I get it right, if Child1 had children and you were on Child2 > Grandchild2, there shouldn't be neither Child1 nor its children listed, but in your example there will be. Or I misunderstood both
-
Context menu - how to get a current branch from the whole menu tree?
· 4 years ago
If you were to rename i to page, you'd see you are getting page.children of a children of a children... recursively. Exact same with parent - get a page.parent of a parent of a parent... Of course yo
-
Context menu - how to get a current branch from the whole menu tree?
· 4 years ago
@blazejs: Is it possible to iterate through the whole node (so e.g. starting with the page “klimatyzacja”) even if I’m on the lowest child? As I said, you'll have to implement it with page.parent. Ju