Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • zeus_dice Friend
    #125877

    Hi There

    I would like to remove the function to change the screen size and have the auto width as default. So when some when goes to my site it should view full screen.

    I thnk I have to edit the below but not to sure what to do

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array(‘default’,’red’,’green’); // You can add more color array if needed
    ####################################
    # Change the width of the template
    $ja_width_default = ‘wide’; // ‘narrow’: 900×600; ‘wide’: 1024×768; ‘auto’: fluid width
    # default color
    $ja_color_default = ”; //blank for default, else pick one of in extra color themes $ja_color_themes
    #font size default
    $ja_font_size_default = 4;
    # Enable users option
    $ja_tool = 7; // 0: disable all; 1: Screen tool; 2: font tool; 3: screen + font; 4: color tool; 5: screen + color; 6: font + color; 7: all;
    # Choose your prefer Menu Type
    $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Moomenu 5: Script Dropline Menu;

    Please advise

    Regards

    Menalto Friend
    #239875

    this should give you auto width screen and still show font and color tools:

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('default','red','green'); // You can add more color array if needed
    ####################################
    # Change the width of the template
    $ja_width_default = 'auto'; // 'narrow': 900x600; 'wide': 1024x768; 'auto': fluid width
    # default color
    $ja_color_default = ''; //blank for default, else pick one of in extra color themes $ja_color_themes
    #font size default
    $ja_font_size_default = 4;
    # Enable users option
    $ja_tool = 6; // 0: disable all; 1: Screen tool; 2: font tool; 3: screen + font; 4: color tool; 5: screen + color; 6: font + color; 7: all;
    # Choose your prefer Menu Type
    $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Moomenu 5: Script Dropline Menu;

    zeus_dice Friend
    #239881

    Hi There

    Thank you so much I have seen the changes and I understand it know

    Thanks again

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

This topic contains 3 replies, has 2 voices, and was last updated by  zeus_dice 16 years, 9 months ago.

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