1. Joomla51Wunder
  2. Commercial Templates
  3. Wednesday, 04 January 2023
  4.  Subscribe via email
Hello,

no matter how many columns I set in the Masonry Category Blog, only 1 column is always shown. Examples:

1.) Number of columns: 2
Then 1 column with 50% width will be displayed

2.) Number of columns: 3
Then 1 column with 33% width is displayed

This will probably be the same problem as in this topic: https://www.joomla51.com/forum/blog-masonry-only-one-column
It's the ame error: 'Uncaught ReferenceError: imagesLoaded is not defined'

The website is only installed locally. Unfortunately I can't give a link.
How can I solve this problem?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I have just sent an Email with the adminstration access to my test site.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.blog-masonry .blog-masonry-items {
display: flex;
flex-wrap: wrap;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
It works.

Thanks a lot!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!