Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Mat Member
@msa · Joined 7 years ago · 37 posts · 11 topics · 4 reputation
Badges
Recent posts
-
Listing page with dynamic tag
· 7 years ago
Hello, I have a page with a description of one machinery, main content is the description, after this I have two section, first with features and second with optionals. These sections are cards dynam
-
Twig link to *.jpg in page folder
· 7 years ago
Solved! {% block content %} <div class="wrapper-extra"> <div class="columns"> {% set image = page.media.images|first %} {% if image %} <div class="column co
-
Twig link to *.jpg in page folder
· 7 years ago
I've tryed various combination... but no success.. <div class="column col-xs-12 col-4 p-2">{{ page.media.images|first.addClass('img-responsive') }}</div> and <div class="column col-xs-1
-
Twig link to *.jpg in page folder
· 7 years ago
@paulhibbitts: images|first thanks for help, but if I change from this: <div class="column col-xs-12 col-4 p-2"><img src="{{ page.media['news.jpg'].url }}" class="img-responsive "></di
-
Twig link to *.jpg in page folder
· 7 years ago
Hello, is possibile to set twig as he take automatically the *.jpg file I have uploaded? actually I use this in twig template: <img src="{{ page.media['news.jpg'].url }}" class="img-responsive ">
-
Sub menu in mega menu
· 7 years ago
Seems I solved, this is my mega-menu-navigation.html.twig: <div class="container pt-2"> <div class="columns"> <div class="column col-7"> <h5 class="text-primary p-2 text-lowercase
-
Sub menu in mega menu
· 7 years ago
Hi, I'm working on a personalised version of quark theme, in navbar I have various menu and sub-menu, here no problem, but I'm working on a megamenu, where inside there are the products pages, divided