Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • futureinprogress Friend
    #170557

    Hi

    installing the quickstart for joomla 1.5 version I’ve noticed two little problem.

    – first of all in all template pages appear the 1.7 version link in the very left side of the browser page like in the joomlart’s demo page.

    – second problem: JFTP::write: Bad response message if I setup the ftp function in joomla control panel.

    These two problem never appear if i use the 1.7 version on the same web server.

    Thanks in advice and sorry for my poor english

    Daria

    TomC Moderator
    #423908

    Greetings Daria:

    I am a bit confused as to your issue. You mentioned you are installing the JA1.5 version of JA Tiris, yet you reference the J1.7 version. What are the specific issues you are experiencing in relation to your J1.5 installation of JA Tiris?

    rodro Friend
    #423978

    Hi,

    I also have the problem with the “switch to 1.7 version” too. Th orange link tha’s always on the left. How do I disable it?

    Thank you.

    damian Friend
    #424038

    I have same problem and solved with this :

    Edit, pluginssystemjat3base-themesdefaultetclayoutsdefault.xml

    Delete this row:
    <file>js/switchj15j17.js</file>

    Found the answer here : http://www.joomlart.com/forums/topic/switch-to-joomla-1-7/#post-423667

    TomC Moderator
    #424100

    Here is how you can disable that side tab . . . .

    Open the following file (within the following path) –> plugins/system/jat3/base-themes/default/css/switchj17.css


    Look for the following . . .

    #ja-switch {
    height: auto;
    left: 0;
    position: fixed;
    top: 50%;
    width: auto !important;
    z-index: 99999;
    margin-top: -137px;
    }

    and change it to . . .

    #ja-switch {
    display: none;
    height: auto;
    left: 0;
    position: fixed;
    top: 50%;
    width: auto !important;
    z-index: 99999;
    margin-top: -137px;
    }

    The “key” is the “display: none”

    😎

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 4 voices, and was last updated by  TomC 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum