Elements 1.0.6 (23722)

Hello again,

A tidy little mid-week update that squashes a few more pesky bugs and keeps everything running nice and smooth. Enjoy!

What’s New in Elements 1.0.6?

  • Editor now takes visible scrollbars into account when sizing to a breakpoint
  • Non page types are excluded from sitemap by default
  • Fixes a problem where images had a filename prefix of “1__#$!@%!#__
  • Auto-resized images have correct dimensions

Purchase a License

You can visit the elementsapp.io website to purchase a license.

Get the Update

Elements should prompt you while it’s running to let you know there’s an update. If it doesn’t, you can select the “Check for Updates…” menu option from the “Elements” app menu.

Alternatively, you can always download the latest build of Elements here.

Give Feedback

If you are running a licensed copy of Elements, please post all feedback in the Feedback Forum. You can use the Elements > Send Feedback… menu item to automatically pre-fill the build number into a new topic.

1 Like

I’m really sorry, but maybe something didn’t compile?

  • non page types are still in sitemap.xml
  • folder /files with unknown files is still exported

This only applies to new pages created, like if you add a markdown page or drag in a folder containing html, css etc.

This turned out to be an issue in some templates distributed in Elements, specifically ones that use the same resource multiple times. If you used any of these templates, I would expect the problematic resources have been added to the project and are still being published. Can you check project resources?

Non page types not in sitemap

As you say, works with new folders!

folder /files

 Verzeichnis von C:\inetpub\cornrow.de\files

16.07.2025  23:42    <DIR>          .
16.07.2025  23:42    <DIR>          ..
17.07.2025  08:16            21.272 1__#$!@%!#__image-square.jpg
17.07.2025  08:16            28.825 1__#$!@%!#__image-square.png
17.07.2025  08:16            21.272 image-square.jpg
17.07.2025  08:16            28.825 image-square.png
               4 Datei(en),        100.194 Bytes

from my elements file
grep -r "image-square" * has no results
find . -type f -size 21272c has no results
grep "/files" * has one result, it’s my web.config, to bring forms to work on IIS Windows Webserver

grep "files" * | wc
  122   32717 17021433 

from your app

grep -r "image-square" *
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/Core.elementspack/components/com.realmacsoftware.image/assets/image-square.jpg</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/Core.elementspack/components/com.realmacsoftware.image/assets/image-square.png</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/Core.elementspack/components/com.realmacsoftware.imageSlider/assets/image-square.jpg</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/Core.elementspack/components/com.realmacsoftware.imageSlider/assets/image-square.png</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/CoreV1.elementspack/components/com.realmac.component.banner/assets/image-square.jpg</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/CoreV1.elementspack/components/com.realmac.component.banner/assets/image-square.png</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/CoreV1.elementspack/components/com.realmac.component.image/assets/image-square.jpg</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/CoreV1.elementspack/components/com.realmac.component.image/assets/image-square.png</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/Core.elementspack/components/com.realmacsoftware.image/assets/image-square.jpg</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/Core.elementspack/components/com.realmacsoftware.image/assets/image-square.png</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/Core.elementspack/components/com.realmacsoftware.imageSlider/assets/image-square.jpg</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/Core.elementspack/components/com.realmacsoftware.imageSlider/assets/image-square.png</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/CoreV1.elementspack/components/com.realmac.component.banner/assets/image-square.jpg</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/CoreV1.elementspack/components/com.realmac.component.banner/assets/image-square.png</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/CoreV1.elementspack/components/com.realmac.component.image/assets/image-square.jpg</key>
Contents/_CodeSignature/CodeResources:		<key>Resources/ElementPacks/CoreV1.elementspack/components/com.realmac.component.image/assets/image-square.png</key>

ah, there they are

i removed my web.config, iisreset and re-published all files - same result :frowning:

how could i help?

Thanks so much for the detailed info - that’s another bug! It just happens to present the same way as the one I already fixed. I was able to reproduce it on my end, it’s not related to templates after all. Simply adding the Image component to the homepage triggers the issue.

Really appreciate your help, I’ll get this one fixed as well!