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

  • Different Domains open subfolder in user/pages · 9 years ago

    Hello, I am thinking of building a plugin what can save different domains and forward a visitor to an specific subfolder in user/pages/domains/. Is this realizable with a plugin? is the cache still wo

  • Lightslider - Remove the dark effect it puts on images · 9 years ago

    Hi guys! I am working on a website by using Grav Snipcart Skeleton. It features lightslider plugin by default on home page. The plugin makes sliding images dark and doesn't allow image to be visible i

  • Overwriting Plugin-Templates? · 9 years ago

    I have another solution in mind. I analysed the plugin. The problem lies within a js file. So I looked up your API-doc and saw that the "assets"-object can reset JS-Files. Am I able to exchange the JS

  • Overwriting Plugin-Templates? · 9 years ago

    Twig files can be overwritten by putting them in your theme. Other plugin assets, no. You need to fork the plugin.

  • Overwriting Plugin-Templates? · 9 years ago

    Oh, I just saw it is the JS-File i need to overwrite =/. Sorry. Is there any possibility to do this?

  • Overwriting Plugin-Templates? · 9 years ago

    Hello there, is there some way to overwrite the plugin templates ( in this case "CookieNotice") via theme? Best regards, Michael

  • Ajax call to plugin · 9 years ago

    @abzence You're welcome :-)

  • Ajax call to plugin · 9 years ago

    Thank you! This got me in the right direction for my own project.

  • Ajax call to plugin · 9 years ago

    I'm doing something similar in this plugin: https://github.com/flaviocopes/grav-plugin-api/blob/develop/api.php#L22-L55

  • Ajax call to plugin · 9 years ago

    Hello, Find below how i achieve this. define my ajax_url into my plugin add an action field in my POST. Into the cart_utils.php, get a switch that call a function regarding the $_POST['action'] field