-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events & Blog tags direct to wrong page #62
Comments
Hi @jules32! I was poking around a bit and realized that clicking a category at the top of an Event (regardless of the tag) directed us back to the "Upcoming Events" listing on the Connect with Us page and filtered any Events that appeared in that listing by that category (rather than sending us the actual Events listing page and filtering all Events posts). It was more obvious when I chose a category like MENTORSHIP: which directed me to the Connect with Us page and the filtered the Upcoming Events listing for just the post(s) tagged with MENTORSHIP (there happened to be only one): I checked out the YAMLs of both Going to open a PR now :) |
Ah, thanks Sam! So that also explains also why you're taken to the home page (openscapes.org) when you click on a blog tag, since the blog listing page is embedded in the home page. Would there be a way for it to take you to https://openscapes.org/blog.html#category=how-we-work rather than https://openscapes.org/index.html#category=how-we-work? ...And would we want that? It might be more where people would expect to end up |
Oh great catch, I didn't realize it was happening on the blog as well! Okay after a bit of fiddling, I ended up removing the following two lines from the
Neither of these options were included in the Both options are |
@samanthacsik when you get a chance, would you be able to double-check how the clickable tags at the top of specific blogs/events work for Events and Blog categories?
If I click on "Events" or "workshops" tags from this link:
https://openscapes.org/events/2022-09-13-tidepool-digital/index.html
I'm taken to the main Connect page
Compare to clicking on the right nav-bar for "workshops", which does go to the correct place:
This might be something with Netlify? I can help dig into that if that is the case. Thank you!
The text was updated successfully, but these errors were encountered: