-
AuthorPosts
-
Blaine Friend
Blaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
March 1, 2012 at 4:20 pm #441125I can not connect to your server with FTP details PM’d to me. Please advise when this has been corrected.
Also, please read my comments regarding the server on the Pm I sent to youBlaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
March 6, 2012 at 3:11 pm #442213Hi!
Have you been able to resolve this one?March 6, 2012 at 3:29 pm #442224<em>@Blaine 305555 wrote:</em><blockquote>Hi!
Have you been able to resolve this one?</blockquote>I will gladly report how I did resolve it whenever I do. However, I was waiting for you to reply on my PM (sent 03-01-2012 06:22 PM), because you could not connect to the FTP to investigate further. So, unfortunately still unresolved.
Thanks a lot.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
March 7, 2012 at 2:28 am #442334And until you give details that allow me to connect to the FTP, I will not be able to help you any further.
Please check you have set me up with FTP and resend the PM and I am me than happy to try again.March 7, 2012 at 2:41 am #442338<em>@Blaine 305716 wrote:</em><blockquote>And until you give details that allow me to connect to the FTP, I will not be able to help you any further.
Please check you have set me up with FTP and resend the PM and I am me than happy to try again.</blockquote>I just resent you the PM – It seems it did not go through the first time. Please tell me if you receive it. Thanks!
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
April 1, 2012 at 9:11 pm #446755I have received many emails with no links to threads. If you were one of those, please respond so I may continue. if it is solved, please mark the thread as such.
Thanks!April 1, 2012 at 9:40 pm #446761<em>@Blaine 311550 wrote:</em><blockquote>I have received many emails with no links to threads. If you were one of those, please respond so I may continue. if it is solved, please mark the thread as such.
Thanks!</blockquote>I replied with the thread in your private message. It is not resolved ( I will mark the thread as resolved when it is and explain how it was fixed).
Thanks a lot
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
April 3, 2012 at 5:08 pm #447167The component has many issues and I feel I am unable to properly resolve this one for you.
may I ask you to open a ticket and then PM me the ticket number and I will be sure a DEV from JA gets on it.
Thanks so much for all your patience.April 10, 2012 at 12:29 am #447933<em>@Blaine 312096 wrote:</em><blockquote>The component has many issues and I feel I am unable to properly resolve this one for you.
may I ask you to open a ticket and then PM me the ticket number and I will be sure a DEV from JA gets on it.
Thanks so much for all your patience.</blockquote>Thanks, I opened up a ticket and I am waiting for an answer.
May 2, 2012 at 3:17 pm #451064<em>@srufiange 313136 wrote:</em><blockquote>Thanks, I opened up a ticket and I am waiting for an answer.</blockquote>
I’m happy to report that my ticket was resolved today. The solution is to replace the file in /template/ja_travel/blocks/fixheight.php with the one below. Thanks.
fixheight.php;
[PHP]
<?php
/**
* ————————————————————————
* JA Travel Template for Joomla 2.5
* ————————————————————————
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license – Copyrighted Commercial Software
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com – http://www.joomlancers.com
* This file may not be redistributed in whole or significant part.
* ————————————————————————
*/// No direct access
defined(‘_JEXEC’) or die;
?>
<script type=”text/javascript”>
/*fix height for middle area columns*/
function fixColsHeight () {
resetMinHeight(‘ja-left1’);
resetMinHeight(‘ja-left2’);
resetMinHeight(‘ja-left’);resetMinHeight(‘ja-right1’);
resetMinHeight(‘ja-right2’);
resetMinHeight(‘ja-right’);/*resetMinHeight(‘ja-current-content’);
resetMinHeight(‘ja-content-main’);*/
resetMinHeight(‘ja-inset1’);
resetMinHeight(‘ja-inset2’);
resetMinHeight(‘ja-main’);equalHeight ([‘ja-left’, ‘ja-main’, ‘ja-right’]);
fixHeight ([‘ja-right1’, ‘ja-right2’], [‘ja-right’], [‘ja-right-mass-top’, ‘ja-right-mass-bottom’]);
fixHeight ([‘ja-left1’, ‘ja-left2’], [‘ja-left’], [‘ja-left-mass-top’, ‘ja-left-mass-bottom’]);
/*fixHeight ([‘ja-current-content’, ‘ja-inset1’, ‘ja-inset2’],[‘ja-main’], [‘ja-content-mass-top’,’ja-content-mass-bottom’]);
fixHeight ([‘ja-content-main’], [‘ja-current-content’], [‘ja-content-top’, ‘ja-content-bottom’]);*/
fixHeight ([‘ja-inset1’, ‘ja-inset2’],[‘ja-main’], [‘ja-content-mass-top’,’ja-content-mass-bottom’]);
fixHeight ([‘ja-content-top’, ‘ja-content-bottom’]);
}function resetMinHeight(el) {
el = $(el);
if (el) el.setStyle(‘min-height’, ‘0px’);
}window.addEvent (‘load’, function () {
//fixColsHeight.delay (100, this);
updateHeight.periodical(500);
});function updateHeight () {
if ($(‘ja-container’)) {
var newH = $(‘ja-container’).getCoordinates().height;
if (!this.oldH || this.oldH != newH) {
fixColsHeight();
//update newH after fix
var newH = $(‘ja-container’).getCoordinates().height;
this.oldH = newH;
}
}
}
</script>[/PHP] -
AuthorPosts
This topic contains 40 replies, has 2 voices, and was last updated by srufiange 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum