Hi,

Thanks for the theme. When I used it on a testing website (http://yuniik.itutor.sg), the footer is not displaying. How to resolve it?

Also, is there a way to insert logo beside the website name?

NOTE: I did not change anything to the codes.

Regards,
Royce

Comments

mach5_kel’s picture

Your gonna need to change some code to get this theme to work.

First, for the footer message (not the same as the footer block), open up the page.tpl.php. Scroll down to the bottom of the code.

You will need to add :

<?php print $footer_message;?>

So it looks like this:

 <div id="footer">
        <div id="footer-inside">
        <?php print $footer;?><br />
        <?php print $footer_message;?>
	</div><div style="clear: both;"></div></div>
        <?php print $closure ?>
  </body>

Sorry, I havent gotten as far as the logo yet. I havent needed one myself. Will post if I do.

Good Luck

Neetu.ebizon’s picture

Hi
To insert logo go to theme/configuration tick on logo checkbox and provide image in 'upload logo image area'
and save the configuration.

Neetu.ebizon’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.