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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Xavier Marichal Member

@xaviermarichal · Joined 9 years ago · 27 posts · 5 topics · 2 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Three issues with Learn2 theme · 8 years ago

    Thanks a lot. It does indeed solve the issue and keep the input field in the text. It creates a larger line space before and after the line though, but I'm sure this is a matter of also playing with o

  • Three issues with Learn2 theme · 8 years ago

    How weird. With or without span, me it keeps making it on a separate line. And I've not defined any specific class, I simply use the Learn2 theme. I just tried on another site I have with the Tessella

  • Three issues with Learn2 theme · 8 years ago

    Thanks, RobLui. But isn't it what I do when writing all the text on a single MD line. E.g. this is the full docs.md of my section: --- title: Explanation taxonomy: category: docs --- With an init

  • Three issues with Learn2 theme · 8 years ago

    Menu scrolls and checks were due to me including a newer version of jquery in base.html.twig. It does obviously break something.

  • Three issues with Learn2 theme · 8 years ago

    Hi, I did install the latest release of the learn2 theme for my site, but the menu leftside menu is not behaving as expected: menu scroll is not present/active checks on the sections/subsections alre

  • Creating dynamic content with JS tools: any recommendations? · 8 years ago

    @pamtbaau: ['loading' => 'inline', 'group' => 'bottom'] Indeed, it works as well like that, thanks: $this->grav['assets']->addJs('plugin://knockout/assets/knockout-3.5.0rc2.js', ['group'

  • Creating dynamic content with JS tools: any recommendations? · 8 years ago

    Got it ! The full line was good, but not the 'async' option. Hence, with $this->grav['assets']->addJs('plugin://knockout/assets/knockout-3.5.0rc2.js', 10, true, '', 'bottom'); I get it all up a

  • Creating dynamic content with JS tools: any recommendations? · 8 years ago

    Thanks for the further hints, @Perlkonig, but I confirm: with $this->grav['assets']->addJs('plugin://knockout/assets/knockout-3.5.0rc2.js'); I correctly get <script src="/energie.humoeursver

  • Creating dynamic content with JS tools: any recommendations? · 8 years ago

    Or is what you mean @Perlkonig that I must have a resolution involved for the mechanism to work ?

  • Creating dynamic content with JS tools: any recommendations? · 8 years ago

    I'm a bit lost here... The path is fine. With $this->grav['assets']->addJs('plugin://knockout/assets/knockout-3.5.0rc2.js'); I see the <script> injected, but in the header of the html page