Getting started with Horizon and facing issues using the Swell storefront editor. #271
-
Hi, we've been facing issues trying to use the Horizon them and the new updates to the Swell storefront editor. Basically, the editor doesn't seem to maintain the changes we make when using it. If we add a menu to the header using the editor it works for a time, until we add a footer, then the header menu will mysteriously disappear. Or sometimes the changes don't work at all, there's not a clear pattern I can find, there's also no clear errors in the console. Basically any changes we made using the editor seem transitory and something doesn't seem to work right. We followed all the documentation, deployed to vercel, set It appears to work within the swell editor, changes get reflected for some time, then they get reverted as we make other changes. Is there something here we're missing? Any pointers would greatly appreciated. I also made a video in the issue here: swellstores/horizon#48 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
Thank you for bringing this to our attention @holden, I've passed this on to the team so we can investigate. It's possible that there is some issue here rather than an misconfiguration. |
Beta Was this translation helpful? Give feedback.
-
Hi @sags95 can I get an update on this? It still appears to be not working properly. Thanks |
Beta Was this translation helpful? Give feedback.
-
One other problem I've noticed is on the category details page, whenever I try to make small changes there. It shows them auto-update, however it doesn't persist them I was trying to change it to a 5 instead of 4 products per row and add several featured categories to be above the products, but none of the changes updated anything. CleanShot.2023-06-29.at.15.25.46.mp4 |
Beta Was this translation helpful? Give feedback.
@holden I noticed 2 issues in your storefront navigation.
header
andfooter
for Theme area (Header and Footer menu respectively).Secondly, there is a bug found in the storefront editor while updating the header and footer. As an immediate workaround, I fixed it by running
npm install
inside the horizon theme for your storefront and you could see both the header and footer being displayed in your storefront now. Please check and confirm.