I bought the Pinegrow WP plugin yesterday and am really excited about how quickly I was able to build real React Blocks there (the built-in tutorials were extremely helpful and now I find the UI well thought out too). I haven't tried the Interactions yet, but your video made me curious, thanks!
I was always hesitant to dive into GSAP and avoided Interactions because I thought it would be too complicated. Now I use it for a ton of stuff and am even thinking of replacing most of my Alpine.js actions with it.
They definitely draw some lines where they think 3rd party solutions are a better fit, but they try to give us the tools to take care of the top 80% of our needs. So here is the question for you… should tomorrow video be on their forum builder feature or their query loop?
Prepare to be… whelmed? It doesn’t try to compete with a real form builder (Gravity, Fluent, etc), but it gets the job done without adding any more plugin dependencies to your site. The best analogy I can think of are the form features built into Elementor or Kadence.
I’m not positive, but I suspect you would have to integrate them manually since Pinegrow uses a customized version of GSAP that can read their attributes.
Hey, Something is not very clear to me, I make my themes with Pinegrow, but it does not export the Animations I create in the interactions tab, Do I need to install a plugin to make this work? or am I doing something wrong, Thanks for the help and the videos!
It could be a few things. If you are just making blocks, then you'll need to enqueue the PGIA (interactions) script by going into the block properties and pointing it at the javascript file. If you are making a theme, then it should enqueue it for you automatically. In that case, it might be worth going through one of the tutorials on the Pinegrow website to see if you missed a step.
I bought the Pinegrow WP plugin yesterday and am really excited about how quickly I was able to build real React Blocks there (the built-in tutorials were extremely helpful and now I find the UI well thought out too). I haven't tried the Interactions yet, but your video made me curious, thanks!
I was always hesitant to dive into GSAP and avoided Interactions because I thought it would be too complicated. Now I use it for a ton of stuff and am even thinking of replacing most of my Alpine.js actions with it.
Jeez this is incredible too! Pinegrow has everything!
They definitely draw some lines where they think 3rd party solutions are a better fit, but they try to give us the tools to take care of the top 80% of our needs.
So here is the question for you… should tomorrow video be on their forum builder feature or their query loop?
@@AdamLoweIO let's see forms!
Prepare to be… whelmed? It doesn’t try to compete with a real form builder (Gravity, Fluent, etc), but it gets the job done without adding any more plugin dependencies to your site. The best analogy I can think of are the form features built into Elementor or Kadence.
@@AdamLoweIO usually plenty 😅
How about tje privacy stuff and so on? My question is, if i have a simple static webpage, how do i then manage the privacy consent through that form?
What about the gsap (non greensock member) plugins.. like FLIP?
I’m not positive, but I suspect you would have to integrate them manually since Pinegrow uses a customized version of GSAP that can read their attributes.
Hey,
Something is not very clear to me,
I make my themes with Pinegrow, but it does not export the Animations I create in the interactions tab,
Do I need to install a plugin to make this work? or am I doing something wrong,
Thanks for the help and the videos!
It could be a few things. If you are just making blocks, then you'll need to enqueue the PGIA (interactions) script by going into the block properties and pointing it at the javascript file. If you are making a theme, then it should enqueue it for you automatically. In that case, it might be worth going through one of the tutorials on the Pinegrow website to see if you missed a step.
Enqueuing worked for blocks. Thanks@@AdamLoweIO