Elements 1.4.2 (23896)

Hello again,

The Image Slider now works seamlessly with CMS images from your markdown files, allowing you to dynamically populate your image sliders with content managed through the CMS.

What’s New in Elements 1.4.2?

  • Slider Component now works with CMS images
  • Further under the hood changes to make way for the built-in store

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.

Hi @ben,
thanks for Related Items. I have implementet this.

Two issues:

1. linking seems not to work.

Look: https://www.cornrow.de

2. even if no tags are specified, related items are displayed

Look: Artikel | CORNROW

LOG-Manager issue

The log-manager.php tried to load a script from cdn.tailwind.com

image

Is this necessary?

we are aware of a bug where “non-related” items are being displayed when they shouldn’t be. We’re working on a fix for this!

This is required for the styling to work on the current version of the Log Manager page. You’ll need to update your server settings to allow the script to be loaded, if you want to use the log manager!

image

I loaded the js-file into my webspace and changed a litte in the log-manager.php

log-manager.php

...
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Log Manager</title>
    <script src="/rw/elements/com.realmac.corepack/api/cdn.tailwindcss.com.js"></script>
</head>
...