test
Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • Blaine Friend
    #441125

    I 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 you

    Blaine Friend
    #442213

    Hi!
    Have you been able to resolve this one?

    srufiange Friend
    #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 Friend
    #442334

    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.

    srufiange Friend
    #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 Friend
    #446755

    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!

    srufiange Friend
    #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 Friend
    #447167

    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.

    srufiange Friend
    #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.

    srufiange Friend
    #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.comhttp://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]

Viewing 10 posts - 31 through 40 (of 40 total)

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