Hi everyone,
I’m in the process of setting up my site: https://www.simplicityboost.com/ (no content yet).
However, the sign in button at the top of the site is showing a 404 page not found message I don’t know how to fix it.
I’m using the Reiro theme.
For the ‘Become a subscriber’ button and ‘Subscribe’ hover button, I inserted the /#/portal/signup slug (which works perfectly).
However, I don’t see where I can change the ‘Sign in’ option.
Settings > Design > Site-wide:
There is only an option to set the ‘Slug for become a subscriber button’ (see attached screenshot).
Any ideas?
It might be hardcoded. It’s expecting something at /signin. So, you can make a page at /signin (and I think that theme has a template specifically for sign-in pages), or you can use routes.yaml to make /signin go somewhere else.
Ahha. Here are the directions that come with that theme, telling you what to do: Reiro [1.2.1] — User Documentation
[If you have an older version of the theme, you may need to look at the older version of the documentation.]
1 Like
Cheers for the reply. I created two pages, one for sign up and one for sign in (with the templates as shown in the guide) and put the /signup slug in the subscriber box. The ‘Become a subscriber’ button now redirects to the sign up page but, the sign in still shows 404?