Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Error/bug when selecting multiple images with pagemediaselect · 10 years ago

    Hi, Ok so I didn't meet your use case yet. Ok, for a gallery, I just built, I used this strategy: create a album_list blueprint with related template (clone of default.yaml) create a album blueprint

  • Error/bug when selecting multiple images with pagemediaselect · 10 years ago

    Hi, thanks for replying. You almost got it, except they have to be able to upload multiple images per 'block'. So for each block 1 title and multiple images that will form a gallery.

  • Error/bug when selecting multiple images with pagemediaselect · 10 years ago

    Hi, From my perspective, what you want to achieve is to add several "referenties" with each having one image. It's what I do wiyh my showcase example below. Contributors will create n "block" for whic

  • Error/bug when selecting multiple images with pagemediaselect · 10 years ago

    Hi, I've got a problem with selecting multiple images with the pagemediaselect field. If I enable multiple: true in my blueprint file and then pick multiple images with it. I get this error [twig

  • Using do addInlineCss() in partials? · 10 years ago

    If I put {{ assets.css() }} at the very bottom of base.html.twig the inlined CSS in my menu small-menu-li.html.twig (called xxx-xxx.html.twig in previous posts) shows correctly.

  • Using do addInlineCss() in partials? · 10 years ago

    I just checked {{ dump(assets) }} to see that my inline CSS test is there. It's the .aaaaa{...} part at the end: Grav\Common\Assets {#34 #fetch_command: null #css_pipeline: false #css_pipeline

  • Using do addInlineCss() in partials? · 10 years ago

    The source code shows the content of the partial. I also see my other inline CSS added by the various modules of the modular page. The added CSS by the xxx-xxx.html.twig partial is the only thing miss

  • Using do addInlineCss() in partials? · 10 years ago

    How does your rendered page source look, is there something wrong with it, or does the inline css not appear at all? Is the link correct: 'xxx-xxx.html.twig' and not 'partials/xxx-xxx.html.twig'?

  • Using do addInlineCss() in partials? · 10 years ago

    Is this supposed to work? I'm trying to add to my inline style with this in a partial included in base.html.twig using {% include 'xxx-xxx.html.twig' %}but it isn't working. If i add the same {% do as

  • Ordering modular pages · 10 years ago

    Not for modular pages. The best option now is to use ordering by title, and use appropriate titles for the modular childs (as title is not really used in the frontend, it can be used for ordering, by