- Posts: 11
- Thank you received: 0
OS Property support center
Incorrect alignment of the photos in the gallery b
- Pierre A. Martin
-
Topic Author
- Offline
- New Member
-
Less
More
10 years 9 months ago #54104
by Pierre A. Martin
Pierre A. Martin
Web project Manager
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
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
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13244
- Thank you received: 1729
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
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
-
Less
More
- Posts: 11
- Thank you received: 0
10 years 9 months ago #54131
by Pierre A. Martin
Pierre A. Martin
Web project Manager
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
Great.
good day
Pierre A. Martin
Web project Manager
Please Log in or Create an account to join the conversation.
Moderators: Dang Thuc Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.