I have trouble having a CMS component to update correctly on my site after making changes to CMS content (added and removed .md files, removed some images, etc.). The website isn’t reflecting changes entirely (see here). A full republish didn’t fix the issue. Hosted on Elements.io in case you ask. Also, notice some artifacts in the post content (as well as broken images). Will CMS 2.0 address these issues?
I logged in to the host and manually updated some of the posts but still a broken image and things like “/highlights/wishes/?item=rodecastervideoS” in the middle of the post text…
If the issue started after you changed some md files I’m wondering if there’s an error in one of the files ![]()
Any chance you can share the project with us so we can take a look for you? You can upload it to elements cloud and send the link directly to us forumsupport@realmacsoftware.com
If there’s a bug, then yes we can try to ensure it gets fixed
done! ![]()
Elements will automatically web-safe all file names, this includes removing camelcase.
In your markdown file you’re referencing this image: RodeRODECasterVideoS.png
https://whois.numericcitizen.me/resources/wishlist_thumbnails/RodeRODECasterVideoS.png
But, on the server it’s actually this: roderodecastervideos.png
https://whois.numericcitizen.me/resources/wishlist_thumbnails/roderodecastervideos.png
Keep all resources and references in lowercase to avoid issues like this ![]()
Hope that helps ![]()
I was about to post a witty comment but thought rather than make an idiot of myself I should do a quick google.
You learn something every day.