How can I correctly add a password page to my website?

Hello, im looking to add a password page to my site and when I add it this is how it appears. https://imgur.com/a/ZJHpyBb

Under that image is what im looking for it to look like, not the same images I plan on editing it once I can get it to that point but I like the layout. Is that something I can do?

I’ve seen YouTube videos of people using the debut theme just like me and it automatically loads for them like that, so not sure what the problem is.

The site is https://villagetoolz.myshopify.com/ and currently the password is “passwordtest”

1 Like

If this is a development store you will be unable to display a custom template as part of a change shopify did to restrict development stores.

Which is super obnoxious as the storefront password system is already horribly flawed.

All newly created development stores are password protected

In the case of development stores you should still be able to see the template design after LOGIN by navigating back to the password url

https://help.shopify.com/en/partners/dashboard/managing-stores/development-stores#:~:text=To%20view%20the%20customizable%20password,by%20editing%20the%20theme’s%20password

But trying that on your store doesn’t work?

So it’s unclear what the problem is, have you actually edited your password layout template?

https://help.shopify.com/en/manual/online-store/themes/password-page#edit-the-theme-code-for-your-password-page

@AzuJE

sorry for that issue password page design depend on theme if have change look please share more details

Im not sure if its identified as a development store, im paying for the basic plan 29.99.

As for your other question, i might have messed with the password page template in the beginning but im unsure. I eventually ended up deleting the template and tried loading the template again and still nothing.

I am currently using debut theme, is there any other details you need?

I can get it to you now.

@AzuJE

how to like password page?

Im not understanding what you’re asking me.

@AzuJE

i have check now your password page working fine

In the images here https://imgur.com/a/ZJHpyBb

The top is what I have right now, and the bottom is the style of password page im looking to have.

Hey, @AzuJE !

Thanks for sending over a screenshot of your password page. It certainly doesn’t look like the standard password page that comes with the Debut theme. One of the things that can cause this to happen is coding customizations on your theme. Since you mentioned you made some changes to the password page template, it’s likely that it could have affected it and changed its design.

You can try to roll back your theme to a previous version to see if any of the recent changes affected the password page. If you do this please make sure to duplicate your theme before making further adjustments as it may affect other areas of the theme. Once you find a version with the standard password page you can then keep it and continue working from there.

If rolling back your theme doesn’t fix the password page, there’s a possibility the concern is being caused by something else. Another thing that can possibly affect the page is an app. If you have apps that are made to edit or customize pages on your website, you can contact their support team so they can investigate and assist you in reverting the changes. You can contact them by clicking Get support beside the app on your admin’s Apps page. If you aren’t able to pinpoint which app could have possibly edited the password page, you can create a support ticket through this link https://bit.ly/3cJkx8V so we can help you find out what the app is.

If none of the above fixes the problem, or you just want to expedite the process of resolving the concern, you can also download a fresh copy of Debut so you can work with the default settings and design of the theme. You can then transfer over any customizations done through the theme editor. You can download a copy of Debut through the Shopify Theme Store.

Are you still finishing your store setup, or are you just making tweaks to your store? If you’re getting ready for your launch, I recommend going through our launch checklist so you’re sure you don’t miss any important details before the big day. You can access the checklist on this page. If you’re making adjustments, note that you can also pause your store (if you have been on a paid plan for at least 60 days) in addition to putting up the password page. This would be beneficial if you plan to take a break from taking orders for a significant time, as putting your store on the Pause and Build plan will downgrade your subscription to $9 USD/month. You can learn more about pausing your store on this page.

I hope this helps! Don’t hesitate to respond to this post if you have questions about the above.

2 Likes

So I did download the pagefly app but I was able to completely remove it since I did not need it (at least I think, I followed the instructions from online). Now I dont want to lose any of the progress I have made either since I only need to update the pictures on the site and get this password page up and running.

@AzuJE

if you need custom design please theme support team or Me

I dont need custom design, I want the default debut theme password page and then from there I can personally go in and edit the images and any information but im not sure how I can get it back to that.

@AzuJE

add custom bg image on custom code

I messed around with the code of my sites debut theme and the original code of the debut theme using your instructions and I was able to figure it out. Thank you!

I needed to input this code

{% layout ‘password’ %}

{% comment %}
The contents of the password.liquid templates can be found in /sections
{% endcomment %}

{% section ‘password-header’ %}
{% section ‘password-content’ %}
{% section ‘password-footer’ %}

It wasn’t working before but once I had the original theme in my list of themes is allowed me to input the code. Thanks again!

1 Like

@AzuJE

all theme are different code doesn’t work only copy past

@AzuJE Brilliant! I’m glad to know it’s fixed now. The password page looks great!

1 Like