OS Property support center

Incorrect alignment of the photos in the gallery b

  • Pierre A. Martin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 9 months ago #54104 by Pierre A. Martin
Incorrect alignment of the photos in the gallery b was created by Pierre A. Martin
Good Evening,
In the blue theme, I put 12 photos for display in the bottom tab of the detail page.
The first 4 pictures are in a div and lined up correctly.
ThE 8 more pictures are another div and alignment is not correct. There lag between the 4th and 5th pictures. The third line starts with an offset.

This is a copy of the code according to firefox inspector:

<!--
tab1
-->
<div id="gallery" class="tab-pane active">
<script src=" creatima.info/immologer/components/com_o...x/jquery.colorbox.js " type="text/javascript">
<link media="screen" type="text/css" href="http://......../components/com_osproperty/js/colorbox/colorbox.css" rel="stylesheet">
<script type="text/javascript"></script>
<div class="row-fluid">
<div class="span3"></div>
<div class="span3"></div>
<div class="span3"></div>
<div class="span3"></div>
</div>
<div class="row-fluid">
<div class="span3"></div>
<div class="span3"></div>
<div class="span3"></div>
<div class="span3"></div>
<div class="span3"></div>
<div class="span3"></div>
<div class="span3"></div>
<div class="span3"></div>
</div>
</div>

How can I restore the alignment for the third line?
thank you

Pierre A. Martin
Web project Manager

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

More
10 years 9 months ago #54120 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Incorrect alignment of the photos in the gallery b
Hi,
To solve the problem, please follow these steps
1. Open file: components > com_osproperty > helpers > common.php
2. find function slimboxGallery
3. find
if($k == 4){
?>
</div>
<div class="row-fluid">
<?php
}

and change to

if($k == 4){
?>
</div>
<div class="row-fluid">
<?php
$k = 0;
}

Thanks
Dam
The following user(s) said Thank You: Pierre A. Martin

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

  • Pierre A. Martin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 9 months ago #54131 by Pierre A. Martin
Replied by Pierre A. Martin on topic Incorrect alignment of the photos in the gallery b
Thank you for the tip and speed of response.
Great.
good day

Pierre A. Martin
Web project Manager

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

Moderators: Dang Thuc DamNguyen Phu Quan