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
3 columns (like the legacy)
2 columns.
Joomla 5.3.2 Have tested also with 5.4.0 Alpha-3. Same there (those is currently active on the test-site)
Have activated both (legacy and the new one) with {loadmoduleid xxx}.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Oh thanks, yes seems was a failure of auto-correction. Is fixed (bold -> both)
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));
}
}
@Rolli1962 I assume you meant "both" and not "bold", possibly a victim of auto-correct.
@drmenzelit Could you have a look on it?