Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Hieu Nguyen Admin
    #116665

    Hi Folks

    What code do we need to get rid of out of the template to remove the screen resolution options and set it fixed at 1024 wide?

    TIA

    Jason

    nathanbohn Friend
    #209338

    First go to your 1024×768.css file and copy

    table.container {
    width: 996px;
    }

    and paste it into template_css.css

    Next go to your Template Manager in Joomla and edit HTML.
    Find:

    <link href=”<?php echo $mosConfig_live_site;?>/templates/ja_procyon/css/template_css.css” rel=”stylesheet” type=”text/css” />

    and delete

    <link href=”<?php echo $mosConfig_live_site;?>/templates/ja_procyon/css/800×600.css” rel=”alternate stylesheet” type=”text/css” title=”800×600″ />
    <link href=”<?php echo $mosConfig_live_site;?>/templates/ja_procyon/css/1024×768.css” rel=”alternate stylesheet” type=”text/css” title=”1024×768″ />

    scroll down and find

    <!– BEGIN: HEADER –>

    and delete

    <div class=”users-bar”>
    Choose your screen resolution:
    <a href=”#” onclick=”setActiveStyleSheet(”); return false;”>Auto adjust</a>
    <a href=”#” onclick=”setActiveStyleSheet(‘800×600’); return false;”>800×600</a>
    <a href=”#” onclick=”setActiveStyleSheet(‘1024×768’); return false;”>1024×768</a>
    </div>

    save it and it should be removed and default to 1024×768.css

    samedbeyribey Friend
    #209346

    Thanks Nathan

    Shouldn’t I also be deleting the java script reference

    <script language=”javascript” type=”text/javascript”
    src=”<?php echo $mosConfig_live_site;?>/templates/ja_procyon/switcher.js”></script>

    TIA

    Jason

    nathanbohn Friend
    #209570

    you can if you would like, i think

    brandon12 Friend
    #210183

    I ended up doing this, good instructions Nathan and thanks

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

This topic contains 5 replies, has 4 voices, and was last updated by  brandon12 18 years, 3 months ago.

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