Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Alexander Kim Member
@heihachi88 · Joined 8 years ago · 77 posts · 28 topics · 5 reputation
Badges
Recent posts
-
Automatic publishing dates
· 8 years ago
That's what i needed!
-
System jQuery at bottom conflicts with Debug Panel
· 8 years ago
In case if someone else needs this: {# if debugger is enabled, load jquery to head, if not - to bottom #} {% if system.debugger.enabled %} {% do assets.addJs('jquery', { 'p
-
System jQuery at bottom conflicts with Debug Panel
· 8 years ago
Can i use something like that: {% block javascripts %} {# condition if debugbar plugin is on, put jquery in a head section, otherwise - bottom #} {% do assets.addJs('jquery', { 'pr
-
Automatic publishing dates
· 8 years ago
Is it possible to set automatic "Publishing date" using theme Blueprints? So i won't need to check that checkbox every time i create a new page?
-
Dump in Twig not outputting anything
· 8 years ago
It was because debugbar injects system jquery, so i have double jquery libs. Switched to system's jQuery and everything works.
-
Dump in Twig not outputting anything
· 8 years ago
It's true, i have that panel at the bottom, but it's empty either.
-
Dump in Twig not outputting anything
· 8 years ago
How can i check in Twig contents of page object? Tried in a twig template to call: {{ dump(page) }} But nothing happened. I've turned on Debug under Twig.
-
Get page collection in a partial template
· 8 years ago
No results. Not getting childrens 😦 UPDATE. Found my own error, i've included that partial in a main template this way: {% include 'partials/right-block.html.twig' with {'page': page.find('/video')} %
-
Get page collection in a partial template
· 8 years ago
How can i get certain page childrens in a partial template? Tried: {% for p in page.find('/videos').children if p != page %} <article class="video"> <a href="/" class="d-block mb-
-
Theme blueprints not working
· 8 years ago
page.yaml has content just like in the first post. Already have default page.