No Code Attached Yet
avatar Rolli1962
Rolli1962
15 Aug 2025

Have replaced my 'legacy' module with the new article.
Is working, except one. With the module 'Articles - Newsflash (Legacy)' I present the last 3 blog-entries on the homepage in 3 columns. Mostly each entry has a picture.
The legacy module present 3 columns if possible. The new one only 2 columns. Even if I have configure Max. Number of Columns=3.
I think the new module try not to minimise the pics which is on the whole site with less exceptions 300x400. The legacy module do it.
Currently I have activated both modules on my test-site. Maybe by have e look on it it is better to understand what I mean.
Test-site: https://test.stadtfuehrung-leverkusen.de/ (test.stadtfuehrung-leverkusen.de)

Hope I am not the first one who found this behaviour. Maybe there is already a hint - but I do not find it.
Best - Roland

Expected result

3 columns (like the legacy)

Actual result

2 columns.

System information (as much as possible)

Joomla 5.3.2 Have tested also with 5.4.0 Alpha-3. Same there (those is currently active on the test-site)

Additional comments

Have activated both (legacy and the new one) with {loadmoduleid xxx}.

avatar Rolli1962 Rolli1962 - open - 15 Aug 2025
avatar Rolli1962 Rolli1962 - change - 15 Aug 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 15 Aug 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Aug 2025
avatar richard67
richard67 - comment - 16 Aug 2025

Have activated bold (legacy and the new one) with {loadmoduleid xxx}.

@Rolli1962 I assume you meant "both" and not "bold", possibly a victim of auto-correct.

@drmenzelit Could you have a look on it?

avatar brianteeman
brianteeman - comment - 16 Aug 2025
avatar Rolli1962 Rolli1962 - change - 16 Aug 2025
The description was changed
avatar Rolli1962 Rolli1962 - edited - 16 Aug 2025
avatar Rolli1962
Rolli1962 - comment - 16 Aug 2025

Oh thanks, yes seems was a failure of auto-correction. Is fixed (bold -> both)


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45919.

avatar Rolli1962
Rolli1962 - comment - 16 Aug 2025

I had opened a question in the forum. Link: https://forum.joomla.org/viewtopic.php?f=839&t=1020025
There it has given the tip to make the follow entry in the user.css. By reducing from the tip 900px to 800px it seems equal working like the legacy module. Seems as least for my it can work so as workaround.

@container (width >= 800px) {
  .mod-articles-grid {
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  }
}

This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45919.

Add a Comment

Login with GitHub to post a comment