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

  • Change 'blog' to something else · 9 years ago

    FYI, this is a duplicate posting and has been answered here: https://getgrav.org/forum#!/general:change-blog-to-something_1

  • Change 'blog' to something else · 9 years ago

    In /user/pages you give the folder the name you want it to have.

  • Change 'blog' to something else · 9 years ago

    I would really like to change 'blog' to 'articles' or 'topics' or virtually anything else except blog. How do I do that? I want my substitute word to appear on the menu and I want to remove the word b

  • Form calls service, then displays result · 9 years ago

    One approach is to create a plugin doing custom form processing of your form. In the onFormProcessed() function you can do the call to the remote service using the submitted form data. Once you have r

  • Form calls service, then displays result · 9 years ago

    I'm stuck with the problem of showing the output of a remote service call. I defined an action that calls the service, but I fail to understand how to display the result. The only guidance I found, so

  • Install Swiper on Grav · 9 years ago

    Hello Is there a link where we could see it live ? For now, my first guess would be that you create two objects Swiper(). You could probably delete : var swiper = new Swiper('.swiper-container',

  • Install Swiper on Grav · 9 years ago

    Thank you so much for your time guys, I try as you say but it still doesn't work, I do not succeed for find where the problem is originated. I show you where I put my codes. You may see where my probl

  • Install Swiper on Grav · 9 years ago

    Hello, You can also put all your javascript that you'll need on every pages in a file (ie: script.js) and then, add it in your template : {% block javascripts %} {% do assets.addJs('the

  • Install Swiper on Grav · 9 years ago

    Hi I don't know anything about this this plugin specifically but in general you can add that script code into your twig template file or if it's going to be used over multiple templates it might be ea

  • Install Swiper on Grav · 9 years ago

    Hi, It's been awhile since I try to add Swiper (http://idangero.us/swiper/get-started) to my Grav website, They say to add this html code --- html <head> ... <link rel="stylesheet" href="path