Marc Hudson
Activity overview
Latest activity by Marc Hudson
-
Marc Hudson commented,
A shiny new Publish button is a bit daunting on a client’s Live site 🙂
- View comment
- 0 votes
-
Marc Hudson created a post,
Install & Publish button for Plans in the UI
Hey all, I noticed this new button appearing for Plans in the UI. What does it do? I’m afraid to simply click on it 🥲
- Marc Hudson
- 3 followers
- 3 comments
- 1 vote
- Answered
-
Marc Hudson commented,
Thanks Shadi null! Very helpful 👌
- View comment
- 0 votes
-
Marc Hudson created a post,
Webflow’s V2 API
How is Webflow’s V2 API working now? I know some people here and generally had issues with the new Publish Item module via Make. Is that working as expected yet? Also, are you able to continue usin...
- Marc Hudson
- 2 followers
- 2 comments
- 1 vote
- Answered
-
Marc Hudson commented,
EDITED: I’m not aware of this being available with MS right now (hopefully I’m wrong) but this is on my TODO list as well. Here’s some rough code. It wraps the MS method in your own function. Seems...
- View comment
- 1 vote
-
Marc Hudson commented,
Jeez, that’s embarrassing... I was lead to believe it was something that couldn’t be removed without MS intervention. I’ll try and lean on you guys less in future 🙈
- View comment
- 0 votes
-
Marc Hudson commented,
You might need to wrap the get Member function in some code that waits for the Member Object to be returned, or you’ll get a console error:https://memberstack.slack.com/archives/C033F0SLTLK/p169410...
- View comment
- 0 votes
-
Marc Hudson commented,
Interesting! I hadn’t noticed this on my price matrix so I’ll need a fix too. This works for me but will need tweaking slightly to check for status: ACTIVE/TRIALING. Just add data-ms-priceid="prc_s...
- View comment
- 0 votes
-
Marc Hudson commented,
You probably want to add another Helper function to check whether the member object is empty (logged-out user), otherwise your JS will error when looking to work with the metadata. Helper to check ...
- View comment
- 0 votes
-
Marc Hudson commented,
Here’s a simplified version of the code I use to wait for $memberstackDom to become available: // Helper function - could be reused elsewhere.const waitFor = function(key, value, timer, callback) {...
- View comment
- 0 votes