-
AuthorPosts
-
February 24, 2008 at 5:21 pm #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?
Best Regards
Amlas
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
February 25, 2008 at 1:51 am #240018navigate to
templates/ja_drimia/ja_vars.phpopen file and set to narrow under the template width setting
save file
February 25, 2008 at 4:56 pm #240093Hi 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 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
February 25, 2008 at 11:51 pm #240131i 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=6i 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 worksKhanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 26, 2008 at 5:05 am #240169The setting for width of this template is missing. We will update it to the download repository shortly.
April 8, 2008 at 8:29 pm #244856has the width setting been added? if so, how do I install the fix.
thanks
May 2, 2008 at 10:30 pm #247594Hello
I can’t set the width to fluid… isn’t that option available?
-
AuthorPosts
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