Home arrow Blog (without bottom)
A blog of all section with no images
I can't get the logo or the header images to show up? PDF Print E-mail
Written by Libai   
Tuesday, 08 May 2007

Q: I can't get the logo or the header  images to show up?

A:  We've included a logo and header image in our template zip file, but after you install the template, it will not show up directly. Instead, you'll have to create two new module positions, which are 'logo' and 'header'.

And then, create two new modules, assign 'logo' and 'header' module position to a corresponding module. Then you could include the logo/header inside these two modules. You could either add our logo/header images which is already in the zip file, or your own logo/header images. (The way to add a image is clicking the 'Insert/edit image' icon, and fill in the right image address, or upload images from your hard drive. )

Last Updated ( Tuesday, 08 May 2007 )
 
How to have another colour theme as the default colour theme? PDF Print E-mail
Written by Libai   
Monday, 16 April 2007

Q: How can one have another colour theme as the default colour theme?

A:

(1) You'll need to edit the index.php file.

Please access the index.php file and find the line <!-- Start of Stylesheet Section--> and <!-- End of Stylesheet Section -->. What you'll need to edit are the code in between these two lines. 

For example,if you want to have red colour theme as the default colour theme. Find this line:

<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/red.css" rel="alternate stylesheet" type="text/css" title="red"/> 

Delete 'alternate' so it'll be rel="stylesheet", and move this line up, just below <!-- Start of Stylesheet Section--> so that it is the first line of the stylesheet section.

And then, find this line: <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/green.css" rel="stylesheet" type="text/css" title="green"/>

Add 'alternate' so it'll be rel="alternate stylesheet".

 (2) You'll then need to edit the css files.

Open your red.css file, Select All and copy the css code in it. Now open the template_css.css file and find the line /*default colour style here, the default one here is green */, delete the lines below it and paste the code in, save file.

And that should be it!

 

Last Updated ( Monday, 06 August 2007 )
 
I can't get my menus working PDF Print E-mail
Written by Libai   
Thursday, 12 April 2007

Q: I've already set them to the right module positions, but still I can't get my menu working, what should I do?

A: Please check your 'Menu Style' setting. For the top menu please make sure it's set to 'Flat List', and for the main menu please make sure it's set to 'Horizontal'.

Last Updated ( Thursday, 12 April 2007 )
 
Why are the modules all in a mess on my website? PDF Print E-mail
Written by Web master   
Wednesday, 12 May 2004
Q: I'm struggling a bit with the chameleon template you recommended. Do I have to create a load of new module positions for the template to work? I got everything working apart from the header and logo. What do i need to do to get those to work?

 

A: Please refer to the module position shown at the bottom of this page: http://www.wavingattrains.com/redevo_three/

For new module positions please go to site>template manager>module positions. And then you can add module positions such as "logo","top _menu","main_menu" and "grey". At last just go to modules>site modules and set the module position to be the corresponding module position.

Last Updated ( Thursday, 12 April 2007 )