I really need a way to work on a clients site and save changes without making them live. How things are is fine for new sites, but when making updates or changes to a published site, I need to allow the client to approve them before I publish them, however I can’t show them without saving, hence the problem.
I know I could make a draft on another page and hide it from navigation / put a password on it, but this is super inconvenient and a horrible work flow.
Hi @Chad_George, so you want a development branch where you can make changes on your website and your client have to approve or reject the merge with the changes you made before it goes to the main/production branch (live website).
Did I miss something, or do you have any other comments?
Basically yes, but even simpler, just break apart the Save and Publish Feature. I often find myself working on an update and can’t finish in one setting. I don’t want to lose my work, but I’m not ready to publish either. Mainly asking for a way to save changes without making them live on a published site.
When we make many updates on a published website. I would like to save first, so I don’t lose the changes. And then preview it, tweak it again. And later decide to publish it and replace the production website.
I’ve seen other editors simply use a combination of a save button and auto save in the editor which allows team and clients to see the changes and then simply hit the publish/republish button to push it live.