Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • bramewave Friend
    #125794

    I want to set my default color to blue and when I open my page the home page is orange and the other pages are blue. I also want to set my font size to be larger, any ideas? http://www.bramewavestudios.com

    mfcphil Friend
    #239455

    Hi there Bram

    To change to default go to Template/Ja Avian/ja_vars.php and change the default colour to blue.

    Fonts are in the same ja_vars.php file the default setting is 3

    Remember to clear the caches and you should have it blue 😉

    bramewave Friend
    #239464

    Hey!

    It seems as if you are the only one on here that likes me! I think I got it work but now I can’t install the rsgallery any ideas. it keep telling me another component is using that directory then I delete the directory and get the same thing. :confused:

    mfcphil Friend
    #239465

    do you have another gallery running?

    bramewave Friend
    #239467

    😀 I might! I think i do

    lewisw Friend
    #240208

    Hello, I have the same problem: want to increase global font size.
    I cant see the setting in file “ja_vars.php” but I see it in “params.ini”.

    ja_color=default
    ja_font=3
    ja_menu=2
    usertool=6

    But when I change from font 3 to 4 or more, nothing seems to change, even after a cache refresh.
    Do I have to fiddle in the CSS? If yes, wheres the precise line to modify the text in the main content area?

    Are these codes concerned?

    body.fs1 {

    font-size: 9px;

    }

    body.fs2{

    font-size: 10px;

    }

    body.fs3{

    font-size: 11px;

    }

    body.fs4{

    font-size: 12px;

    }

    body.fs5{

    font-size: 13px;

    }

    body.fs6{

    font-size: 14px;

    or this one (according to my CSS reader, zoomed on a text area?

    p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {

    margin: 15px 0;

    padding: 0;

    }

    I’m on Joomla 1.5, with Avian Modern, Safari or Firefox.

    Thanks

    Sherlock Friend
    #240314

    If you want to increase global font size, you should change it in admin. Plz log in admin, choose Avian Modern Template to edit, you will see those paramaters: Color Variation, Font size,… Before refresh your browse, plz delete all cookies. Hope can help you.

    babyzsmile Friend
    #244517

    I just installed my template and want to use the blue. I have used the quickstart and the ja_vars.php does not have the tag noted in the help guide. Any help? Thanks.

    <?php
    /**
    * @copyright Copyright (C) 2005 – 2007 Open Source Matters. All rights reserved.
    * @license GNU/GPL, see LICENSE.php
    * Joomla! is free software. This version may have been modified pursuant
    * to the GNU General Public License, and as distributed it includes or
    * is derivative of works licensed under the GNU General Public License or
    * other free or open source software licenses.
    * See COPYRIGHT.php for copyright notices and details.
    */

    // 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’, ‘blue’, ‘green’));

    # 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
    $divid = ”;
    } elseif ( ($ja_left || $ja_right) ) {
    //One column
    $divid = ‘-c’;
    } else {
    //Full
    $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;

    ?>

    babyzsmile Friend
    #244519

    How did you change the title to bramewavestudios logo?

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

This topic contains 9 replies, has 5 voices, and was last updated by  babyzsmile 16 years, 7 months ago.

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