Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file LNE Basic (not pro): Not displaying columns; only rows?

More
1 year 11 months ago #5665 by syw
Hello!

No, I don't believe it was fixed by setting the width to 100px. 100px is way too small for your items to show properly.

I would set width to 240px, max-width to 300px and min-width to 200px.
That way, it will show properly on desktop AND mobile.
Add a gap between items so they don't look cramped by setting 'space between items' in the 'layout' tab.

If you don't see changes, it means your site is cached, probably in Cloudflare. When you set Cloudflare to development mode, it only stays in that mode for 3 or 4 hours max. It reverts to being cached after that time. So, if you make changes, you must change Cloudflare settings again.

Olivier.

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #5666 by djcaptpln880
Thanks for the replies

I think I got the front page working at least with desktop

Is there a way to make breakpoints for mobile devices in a single module in Joomla or should I make another module for mobile only?

I am having issues with this page:

wellnessbachelor.com/advice.html

Do you know what could be going wrong? I disabled all caching that I am aware of

It is coming out in multiple rows when I only need 1 row

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #5667 by syw
No, the home page does not work properly as it is. The width still is set to 100px.

You cannot have 6 items in a row and expect it to show properly on mobile or even on tablet. That is why the extension is using flexbox to adapt the items on the page:
if room is missing, it takes the items lacking space to the next row.
That is also why you need min and max widths. So it adapts properly.

For the 'advice' homepage, use the same settings as suggested for the homepage and it will work properly.

If you want items in one row ALWAYS regardless of adaptability, I would suggest you try using the animation/pagination settings.

Olivier.

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #5668 by djcaptpln880
Hello

I think I got the front page row LNE working
I copied it to the advice page

It does not display the same way even after copying exact module

Any idea why this would be so?

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #5669 by syw
Ok, the advice page looks better, although you still need to add the space between items like suggested before.

If you applied the changes to the homepage as well and it does not look the same, you are still having caching issues.

Olivier.

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #5670 by djcaptpln880
Hello
Any idea how I can fit 6 items on 1 row like I was doing on the front page? :-)

Doing this without compromising function and looks? :-)
\
I sometimes miss the days of hand coding .. now everything is so complicated

Please Log in or Create an account to join the conversation.