Download & Extend

footer not displaying and how to insert logo

Project:Ebizon RedFire
Version:6.x-1.2
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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