Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • amlas Friend
    #125971

    Hi All,

    Have loaded template easily, (1.5 & 1.3) – quickstart. But unable to change resolution to narrow. Have tried all sorts of things. Any idea’s?

    http://www.kasbyte.co.uk

    Best Regards

    Amlas

    mj1256 Friend
    #240018

    navigate to
    templates/ja_drimia/ja_vars.php

    open file and set to narrow under the template width setting

    save file

    amlas Friend
    #240093

    Hi mj1256,

    My vars file has only:
    ……………………………………//
    // no direct access
    defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
    include_once (dirname(__FILE__).DS.’/ja_templatetools.php’);

    $tmpTools = new JA_Tools($this);
    $tmpTools->setColorThemes(array(‘default’, ‘green’, ‘cyan’,’red’));

    # Auto Collapse Divs Functions ##########
    $ja_left = $this->countModules( ‘left’ );
    $ja_right = $this->countModules( ‘right’ );
    $ja_masscol = $this->countModules(‘top’);
    if ( $ja_left && $ja_right ) {
    //2 columns on the right
    $divid = ”;
    } elseif ( ($ja_left || $ja_right) && !$ja_masscol ) {
    //One column without masscol
    $divid = ‘-c’;
    } elseif (($ja_left || $ja_right) && $ja_masscol) {
    //One column with masscol
    $divid = ‘-cm’;
    } elseif ($ja_masscol) {
    //masscol only
    $divid = ‘-m’;
    } else {
    //No column in right
    $divid = ‘-f’;
    }

    //Main navigation
    $japarams = new JParameter(”);
    $japarams->set( ‘menu_images’, 1 ); // Source of menu
    $japarams->set( ‘menu_images_align’, ‘left’ );
    $japarams->set( ‘menutype’, ‘mainmenu’ );
    switch ($tmpTools->getParam(JA_TOOL_MENU)) {
    case 1:
    $menu = “Splitmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );
    break;
    case 2:
    case 4:
    $menu = “CSSmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );
    break;
    case 3:
    $menu = “DLmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );
    break;
    }
    $menuclass = “JA_$menu”;
    $jamenu = new $menuclass ($japarams);

    $hasSubnav = false;
    if (($jamenu->hasSubMenu (1) && $tmpTools->getParam(JA_TOOL_MENU) == 1) || $tmpTools->getParam(JA_TOOL_MENU) == 3)
    $hasSubnav = true;

    ?>
    ……………………………………….//

    Amlas

    mj1256 Friend
    #240131

    i gave instructions for .13

    for 1.5 their is a params file with this in it
    ja_color=default
    ja_font=3
    ja_menu=4
    usertool=6

    i don’t see a width setting

    but in 1.5 you can also goto the template manager, select the template you are using and then slelect edit and you will have your parameter settings on the right hand side

    i do not have this template set up in 1.5, but if it isn’t listed on the parmas edit page, and i didn’t see it in the params.ini, then you may need to hack code to do it

    i’ve never tried this. but i would try adding
    ja_screen=narrow
    to the params.ini and see if that works

    Khanh Le Moderator
    #240169

    The setting for width of this template is missing. We will update it to the download repository shortly.

    arwilson Friend
    #244856

    has the width setting been added? if so, how do I install the fix.

    thanks

    lemcb Friend
    #247594

    Hello

    I can’t set the width to fluid… isn’t that option available?

    Sherlock Friend
    #248894

    No, Drimia only have narrow and wide

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

This topic contains 8 replies, has 6 voices, and was last updated by  Sherlock 16 years, 6 months ago.

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