Columns Broken after update to 3.10.2 - Fix

  • Justin Jeffrey
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 9 months ago #126107 by Justin Jeffrey
Columns Broken after update to 3.10.2 was created by Justin Jeffrey
Hi there. I've just updated to 3.10.2 and it looks like column layouts are now broken.

e.g.

Menu: com_eventbooking » Category - Columns layout (only shows a single column, even when set to 3
Module: Events Booking - Upcoming events (same issue as above)

Is this related?

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

More
4 years 9 months ago #126108 by Remedium Pro
Replied by Remedium Pro on topic Columns Broken after update to 3.10.2
I have the same issue. Position placement definitions in templates behave not than expected anymore

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

  • Justin Jeffrey
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 9 months ago #126109 by Justin Jeffrey
Replied by Justin Jeffrey on topic Columns Broken after update to 3.10.2 - Fix
Hi

Our programmer has found a work around:

Add the following to your custom.css

.row-fluid {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}

This worked for us.

Looks like the row-fluid class is missing it's properties.

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

More
4 years 9 months ago #126110 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Columns Broken after update to 3.10.2 - Fix
Hello

What twitter bootstrap version you are using for your site template? Could you please send us the link to the broken page ?

For the time being, I reverted the change to use row class instead of row-fluid for twitter bootstrap 3

So if anyone has issue, please access to My Downloads menu item, download latest package of Events Booking, upgrade it to your site and the issue should be gone

Tuan

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

  • Justin Jeffrey
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 9 months ago #126159 by Justin Jeffrey
Replied by Justin Jeffrey on topic Columns Broken after update to 3.10.2 - Fix
Hi Tuan

I am using the latest Joomshaper Framework Helix Ultimate with Bootstrap 4. I don't think that row-fluid is included in Bootstrap 4.

The issue is now fixed by adding the missing CSS.

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

More
4 years 9 months ago #126160 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Columns Broken after update to 3.10.2 - Fix
I updated the code to use row. So instead of adding custom css, you can access to My Downloads menu item, download latest package, upgrade it to your site and the issue should be gone

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc