Access website with password
-
Is there a native way in woodmart theme (handmade) to put a password restriction to lock the entire website during testing phase?
User will be required to enter a password to start viewing the website, but not logged in yet to the shop as customer.
Hello,
WoodMart has a built-in Maintenance Mode option that can be used during the testing/development phase.
You can enable it from Theme Settings > Maintenance Mode: https://ibb.co/w60rvmQ
After enabling it, you need to create a maintenance page:
Dashboard > Pages > Add New > Page Attributes > Template: Maintenance
You can also import the maintenance page from WoodMart > Pre Built Websites.
Once enabled, visitors will see the maintenance page instead of the website content. You can also use the access key parameter to bypass maintenance mode when needed:
https://yourwebsite.com/?suppress_maintenance
This allows you to access the website while keeping maintenance mode active for other visitors.
Best Regards