Skip to content

Releases: prangishviliAbe/LoopMosaic

v1.25.2

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 23 Jun 04:58

Added

  • Hover Overlay Border Radius control: New responsive Border Radius setting in the Hover Overlay style section, applied directly to .loopmosaic-item__hover-overlay. Lets the overlay's own rounding match a custom Elementor Loop Item template's corner radius independently of the Card section's Border Radius - useful when the card's visible chrome comes from a custom template with its own rounding rather than the plugin's built-in card styles.

v1.25.1

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 23 Jun 04:30

Fixed

  • Card hover border overflowing past the card edge: .loopmosaic-item had no box-sizing set, so it defaulted to the browser's content-box. Setting a border on the widget's Card Border Hover tab added that border width on top of the card's existing size instead of absorbing it, growing the box slightly on hover and pushing it past its grid cell - most visible at the bottom edge. Added box-sizing: border-box so any hover border now draws inside the card's existing footprint and can never exceed it.

v1.25.0

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 22 Jun 16:14

Added

  • 8 new Mosaic Pattern layouts: Spotlight Grid (1+2+4) and Portrait Mosaic (2+5) recreate two specific editorial card-grid layouts pixel-for-pixel (hero block + stacked side cells + footer row; twin hero strip + tall side columns + stacked middle cells + wide closer row). Also added six original layouts: Editorial Spread, Sidebar Feature, Windmill Corner, Filmstrip Break, Staggered Columns, and Overlapping Stack (a card that visually overlaps the hero above it via a negative margin, with the offset cleanly reset below 768px). All eight use explicit grid-column line placement with indefinite (span-only) row placement, which keeps repeating item cycles from colliding across rows. Added to the existing row-collapse safety net and given the same tablet-breakpoint flattening as the other mosaic patterns.

v1.24.2

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 22 Jun 08:56

Fixed

  • Row-spanning grid patterns collapsing to ~1x heightclassic, metro, masonry and highlight now set grid-auto-rows: minmax(var(--lm-min-height, 200px), auto), so span 2 cards keep full height even when a spanned row has no single-span sibling (most often the last row, or with certain item/column counts). Auto image mode is excluded. The Card Min Height control now also feeds --lm-min-height to .loopmosaic-grid — regenerate Elementor CSS to pick up customized values. Column-only patterns (uniform / featured_grid / featured_grid_2_4 / hero_grid) were already correct.

Removed

  • Dead .loopmosaic-item__content CSS, ~43 lines of stale developer comments, and a duplicate @keyframes loopmosaic-spin.

v1.24.1

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 17 Jun 08:09

Full Changelog: v1.23.4...v1.24.1

v1.23.4

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 14 Jun 18:48

Fix active carousel pagination bullet color — Swiper/theme CSS was overriding teal-cyan (#5FC2C2) back to white. Added !important to guarantee the color wins the cascade.

v1.23.3

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 14 Jun 18:43

Active pagination pill color set to #5FC2C2.

v1.23.2

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 14 Jun 18:42

Active pagination switch is now a wider teal-cyan pill (#5ec8be) matching the design.

v1.23.1

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 14 Jun 18:40

Removed the drop shadow from carousel navigation arrows for a clean flat look matching the design.

v1.23.0

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 14 Jun 18:37

Adds a slide counter (current/total) below the pagination and tunes the arrow + pagination spacing to match the design reference.