Jump to content

page background missing!! [solved]


Recommended Posts

Hi I just recently upgraded my store to v1.3 and transferred everything from the old site to the new install. My old template theme didn't convert well but I was able to fix everything but the background page. It's transparent instead of white and I can't seem to fix.

here's the old site:http://designjustforyou.com/

here's the new site:http:http://designjustforyou.com/newprestastore/

Any advice would be great!!!

Thanks!!

Link to comment
Share on other sites

It seams that there are few html errors so div with id page is closed premature so there is no white background.

First check this

<!-- /Categories Bar module -->
<script type="text/javascript">cssdropdown.startchrome("chromemenu")</script>



should be
.

That maybe wold fix closing div tag (id="page").

Link to comment
Share on other sites

Yes , there is still one extra
Try to delete one from footer.tpl

                 <!-- delete this  -->

<!-- Right -->

                   {$HOOK_RIGHT_COLUMN}

<!-- or delete this  -->



But i am not sure if this wouldn't cause some other problems but try it.
If it doesn't work return to previous code.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...