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.

andre_ani Member

@andre_ani · Joined 7 years ago · 33 posts · 11 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Add the JS of Matomo · 2 years ago

    Thanks for your feedback on the plugin. I haven't decided on a theme yet. But I guess they all work more or less the same. I've searched the net, but haven't found anything specific about how to add a

  • Add the JS of Matomo · 2 years ago

    Hello, Is there a way to add JS matomo without use the plugin that have 3 years old) please ? Thanks a lot, Cordially, Patrice

  • Add JS for make a modal in a plugin · 7 years ago

    Hello, I need to add a modal on a image when we clic on it, in a plugin. I look at this : https://learn.getgrav.org/15/themes/asset-manager And I tried this example : https://sabe.io/tutorials/how-to-

  • Migrate from Wordpress to Grav · 7 years ago

    Thanks, I'll look at this ;-)

  • Force HTTPS but still in HTTP · 7 years ago

    I didn't saw that... Thanks a lot ;-)

  • Force HTTPS but still in HTTP · 7 years ago

    Hello, I have a site with an SSL certif. I access it via HTTPS. If, in the system.yaml, I put : force_ssl to true, the site is always in HTTP. Something else to do perhaps ? Thanks, andre_ani

  • Enable manually Gantry 5 plugin · 7 years ago

    Hello, How coul'd I install Gantry manually in Grav, for make a package with it ? I would like to propose a Grav package with Gantry already enabled in it. But I can't make it work. It isn't appear wh

  • Migrate from Wordpress to Grav · 7 years ago

    Hi, Thanks a lot, but I don't read german at all...

  • Upload and show a image with Flex-Directory · 7 years ago

    It's working, finally, I found the solution {% for key in entry.captures|keys %} <img class="card-img-top" src=" {{ url(key) }} " alt="Card image cap"> {% endfor %}

  • Upload and show a image with Flex-Directory · 7 years ago

    I don't understand this code ``` {{ page.media[header.yourfilefield|first.name] }} In the home page, I want to display the result of the Flex-directory plugin. The name of the form for the file is {