Hi everyone,
I’m having an issue with the Password Protection page on my Shopify store (Definitely Not Vegan), and I can’t figure out how to fix it.
Here’s the problem:
When I enable password protection in Online Store > Preferences, the storefront shows the password page, but there’s no input field or box to enter the password. It’s just a basic page with no option for visitors to type the password and access the site.
For context:
-
I’m using the Debutify theme.
-
I’ve double-checked my theme settings and password protection settings in Shopify admin.
-
There’s no section or block that allows me to add the password input field on the page in the theme editor.
-
I’ve also tried disabling and re-enabling password protection, but the password entry box is still missing.
Does anyone know how to add the password input field on the page when using Debutify? Is this something in the theme settings, or do I need to manually add a section or code?
Thanks a lot for any advice or guidance!
Hello @Antonen ,
This sounds like a theme-specific issue with the Debutify password page. Here are a few actionable steps you can try:
Check the password.liquid Template:
- In your Shopify Admin, go to Online Store > Themes > Actions > Edit Code.
- Look for the password.liquid file (often under the Layout or Templates folder).
- Compare it with Shopify’s default password template. It should include a form with an input for the password. If it’s missing, you might need to add it.
Restore the Default Code:
If you suspect a recent update or customization removed the password input, try copying in the default code snippet. Place this in the appropriate location in your password.liquid file where the input should be.
Enter
Theme Settings & Support:
- Double-check if Debutify has any theme settings specifically for the password page. Sometimes there’s a toggle in the theme customizer.
- If you don’t see any options, it might be a known issue. In that case, reaching out to Debutify support could be helpful—they might have an updated version or a patch for this.
Clear Cache & Test:
After making changes, clear your browser cache or test in an incognito window to ensure you’re seeing the updated version.
I hope this helps you get that password input showing up again. Let me know how it goes!
Best,
Carlos from Kudosi Reviews