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.

Josh Member

@skipper · Joined 6 years ago · 26 posts · 10 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Can anybody help me set up React in my Grav site? · 3 months ago

    I used React to consolidate and replace a few Grav plugins, not replace the whole site.

  • Can anybody help me set up React in my Grav site? · 1 year ago

    I can answer my own question. I was able to get a React app working inside Grav. It really had very little to do with Grav. The basic steps for me were: Use webpack and babel to build my React app (.

  • Can anybody help me set up React in my Grav site? · 2 years ago

    Hi. I'm attempting to follow the tutorial on the React docs here: https://react.dev/learn/add-react-to-an-existing-project I've tried both suggestions, setting up a modular javascript environment and

  • Can anybody help me set up React in my Grav site? · 2 years ago

    I've tried using Vite to install React in a directory in my Grav theme, but it's not recognized or compiled by the built in Grav (PHP) web server. How do I add React to my Grav site so that my twig te

  • Webp and lightbox · 4 years ago

    @pamtbaau: The images are displayed correctly in the page and when clicking the images, the “lightbox” version of the images are displayed correctly as well. Really? If I disable featherlight the lig

  • Webp and lightbox · 4 years ago

    Do I have to do anything special to get lightbox/featherlight to work with .webp files? It works fine with .jpeg, but totally broken image when using .webp. Thank you. {{ first_image.lightbox(1100,825

  • Recaptcha showing but apparently not working · 4 years ago

    I added the "process: captcha: true" to my form and now the captcha is working. This should be labeled as a required field in the docs...

  • Recaptcha showing but apparently not working · 4 years ago

    I can successfully submit the form without checking "I'm not a robot". This tells me it's not working at all. I followed all the config/examples from the docs but it doesn't seem to be working. Do I h

  • Recaptcha showing but apparently not working · 4 years ago

    Do I have to somehow 'require' recaptcha for it to work? I have 'version: 2-checkbox' showing up on my site, but I'm able to submit the form without checking it. Version 3 doesn't appear to be working

  • Deprecated Pimple container on M1 Mac · 5 years ago

    Alright, good to know. I switched to php 8.0 and I'm not receiving any errors. https://stackoverflow.com/a/59458819