Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sysbalear Friend
    #175996

    hello,
    i recently tested the template ja kranos online. Then i made a backup and downloaded it, and uploaded to my server.
    my question is how to remove the left side button to switch to joomla 1.5.
    i tried to find some post wioth the solution but didnt find it.
    thanks in advance and best regards,

    Sergi,

    TomC Moderator
    #448024

    Greetings Sergi:

    Open the following file (within the following path) –> plugins/system/jat3/base-themes/default/css/switchj15.css
    (if it’s not “switchj15.css”. look for “switchj17.css”)

    Look for the following:

    <blockquote>#ja-switch {
    height: auto;
    left: 0;
    position: fixed;
    top: 50%;
    width: auto !important;
    z-index: 99999;
    margin-top: -137px;
    }
    </blockquote>
    and change it to . . .

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

    The “key” is the “display: none”

    Hope That Helps

    sysbalear Friend
    #448712

    hello Tom,
    sorry for the delay!
    it worked.
    thanks you very much and best regards,

    Sergi,

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

This topic contains 3 replies, has 2 voices, and was last updated by  sysbalear 12 years, 5 months ago.

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