• Kantor Security

    image Proyek pembangunan kantor security di ramada bintang bali hotel.
  • Interior Design

    image Proyek interior desain dan renovasi kantor wom finance di singaraja - bali.
  • Still Bali

    image Proyek bangunan still bali di hotel tunjung – structured.
  • Desain dan Renovasi

    image Proyek desain dan renovasi kantor eka life.
  • Interior & Eksterior

    image Proyek interior dan eksterior di perusahaan permata otazu seminyak-kuta.
Synapse Basic Customisation

A guide to the basic Synapse customisation options that can be configured in the template "index.php" file with a description of each of the available options and how they affect the presentation of the template.

Synapse features several built in configuration options that have been designed to be easily changed with a single control. You can take advantage of these customisation options by making changes in the Synapse "index.php" file. Here is a breakdown of the available options:

$default_style      = "style1";	  // [style1...style10]
 
$header_style       = "header5";  // [header1... header6]

$enable_ie6warn     = "true";     // true | false

$enable_rokzoom     = "true";	  // true | false

$enable_pngfix	    = "false";	  // true | false

$enable_fontspans   = "true";     // true | false (required for sifr)

$font_family        = "geneva";   // geneva | optima | helvetica | trebuchet 
 				      lucida | georgia | palatino

$template_width     = "962";	  // width in px

$leftcolumn_width   = "250";	  // width in px

$righttcolumn_width = "250";	  // width in px

$splitmenu_col      = "right";	  // leftcol | rightcol

$menu_name          = "mainmenu"; // mainmenu by default,   

$menu_type          = "splitmenu";// moomenu | suckerfish | splitmenu

$default_font 	     = "default"; // smaller | default | larger

$show_fontbuttons   = "true";	  // true | false

$show_pathway 	     = "true";    // true | false

$show_moduleslider  = "true";     // true | false


// module slider configuration

$max_mods_per_row  = 3; 	  // maximum number of modules per row 
 				    (adjust the height if this wraps)

$modules_list      = array(array("title"=>"Group 1", "module"=>"user7"),
			   array("title"=>"Group 2", "module"=>"user8"),
			   array("title"=>"Group 3", "module"=>"user9"),
			   array("title"=>"Group 4", "module"=>"user10"),
			   array("title"=>"Group 5", "module"=>"user11"));

The PNGfix

You can turn off or on the pngfix with this setting. More info at our Tutorial Site.
$enable_pngfix= "false";	
// true | false

Font Spans

With the following setting enabled, you can have multi-colored headers.
$enable_fontspans  = "true";       
// true | false(required for sifr)

Font Family

You can choose which font you would like to use for your titles.
$font_family= "geneva";    
 // geneva|optima|helvetica| 
trebuchet|lucida|georgia|palatino

LeftColumn Width

With the following setting, you can choose the width of the left column.
$lefctolumn_width= "250";	   
// width in px

RightColumn Width

With the following setting, you can choose the width of the right column.
$rightcolumn_width= "250";	   
// width in px

Splitmenu Location

With this setting, choose to have the sidebar placed on the left or right of the mainbody. The name of the module positions changes to reflect left or right.
$splitmenu_col = "rightcol";
// leftcol | rightcol

Default Font

Based on your own personal preference, you can set the default font size with this setting below.
$default_font ="default";   
// smaller | default | larger

Font Buttons

You can enable or disable the font sizer buttons that will display at the top of the template.
$show_fontbuttons= "true";	   
// true | false

Show Pathway

This setting controls whether the pathway appears on your site.
$show_pathway= "false";  
// true | false

Module Slider

There is now a convenient toggle to show the tabbed modules or not.
$show_moduleslider = "true"; 
// true | false

Module List

With the setting illustrated below, you can control the aspects of the integrated rokslide feature to a great extent. You can control the tab title and also the module position which appears in each of the tabs.

In the code snippet, we have 5 lines, each line controls a single tab. Each line is segregated into 2 distinct parts. These are "title"=>"Tab Title", which controls the Tab Title. The second part is "module"=>"Module Position"),
$modules_list = array(array("title"=>"Group 1 Title", "module"=>"user7"),

array("title"=>"Group 2 Title", "module"=>"user8"),

array("title"=>"Group 3 Title", "module"=>"user9"),

array("title"=>"Group 4 Title", "module"=>"user10"),

array("title"=>"Group 5 Title", "module"=>"user11"));
 

Default Style

Synapse has 10 pre-made styles that can be easily selected from the option shown below. Simply change the settings between the two " " tags to your style of choice.
$default_style = "style1"; 
// [style1...style10]

Header Style

Synapse has 6 pre-made header wood textures that can be easily selected from the option shown below. Simply change the settings between the two " " tags to your style of choice.
$header_style = "header5"; 
// [header1...header6]

IE6 Warning

Warn your visitors using Internet Explorer 6 to upgrade to a more secure version with this toggle.
$enable_ie6warn = "true"; 
// true | false

RokZoom Enabled

RokZoom, a powerful and presentationally excellent script can sometimes come into conflict with other javascript libraries, you can disable it with the following settings.
$enable_rokzoom = "true"; 
// true | false

Template Width

You have the ability to select, with ease, the width of the template. The setting below is what you edit to either reduce or increase templates width.
$template_width = "962"; 
// width in px 

Menu Name

The following parameter controls which Joomla! menu is loaded for the horizontal navigation bar. Therefore, you can use a custom menu instead of a default menu such as "tab-menu" or use another default menu such as "topmenu".
$menu_name ="mainmenu";  
// mainmenu by default

Menu Type

Synapse has 4 options for the horizontal navigation bar. You can either, select moomenu, the latest menu addition; suckerfish, the basic vertical dropdown menu; splitmenu, the popular classic or have the area as a separate module position.
$menu_type = "moomenu"; 
// moomenu | suckerfish 
splitmenu | module

Module Count

The module configuration variable below controls how many consecutive modules you can have for a position.
$max_mods_per_row = 3; 
// max number of modules
   per row (if wraps, 
    adjust height)

Module User3

This is the User3 module position, which is using no module class suffix.

You can publish multiple modules to this module position and can have 4 modules wide in this bottom bar.

Module User4

This is the User4 module position, which is using no module class suffix.

You can publish multiple modules to this module position and can have 4 modules wide in this bottom bar.

Module User5

This is the User5 module position, which is using no module class suffix.

You can publish multiple modules to this module position and can have 4 modules wide in this bottom bar.

Module User6

This is the User6 module position, which is using no module class suffix.

You can publish multiple modules to this module position and can have 4 modules wide in this bottom bar.