Row-fluid in timeline view

  • Matj
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 2 months ago #92835 by Matj
Row-fluid in timeline view was created by Matj
Im using timeline view and Bootstrap 3 (also Joomla template). Html output for info part is
Code:
<div class="eb-event-information row"> <div class="col-md-8"> <div class="clearfix"> <span class="eb-event-date-info">....

Notice the row instead row-fluid?
I looked into the tmpl file common/tmpl/events_timeline.php and there is
Code:
$rowFluidClass = $bootstrapHelper->getClassMapping('row-fluid');
Code:
<div class="eb-event-information <?php echo $rowFluidClass; ?>">
I dont use template overrides.

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

More
9 years 2 months ago #92836 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Row-fluid in timeline view
Could you get this file, unzip it, then upload it to folder components/com_eventbooking/helper of your site and check it again?

It should solve the issue

Regards,

Tuan

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

  • Matj
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 2 months ago #92837 by Matj
Replied by Matj on topic Row-fluid in timeline view
Problem solved.
Please include in next release.

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

More
9 years 2 months ago #92838 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Row-fluid in timeline view
The problem is that it seems twitter bootstrap 3 doesn't have row-fluid class, so I am afraid of I could not implement this change to core package

I will have to check it more with my template developer before making decision

Tuan

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

Moderators: Tuan Pham Ngoc