• Resolved brittanywigand

    (@brittanywigand)


    I, like everyone else, don’t want the stupid footer on my page. (Why do they even put them on there?) I’m using the Silver Dreams theme, and whenever I take this:

    <?php get_footer(); ?>

    out of index.php, my page becomes transparent, even though I have it set to #fff?

    Here’s the code:

    #page {
            margin:0px auto;
            text-align:left;
            background:#fff url("https://brittanywigand.com/wp-content/uploads/2009/08/headerblue.png") no-repeat top left;
            width:999px;
            padding-top:0px;
    }

    I have no idea why it’s transparent when I take off the stupid footer. Help?!

Viewing 2 replies - 1 through 2 (of 2 total)
  • you might be using a plugin that loads javascripts at the footer. and since the plugin is requiring to have that javascript or something, it returns an error and thus give you the blank page.

    dont remove the get_footer(); unless you are 100% sure that all plugins won’t be loading javascripts or something in the footer. but in most cases, we shouldnt be removing the get_footer().

    hope that helps

    Thread Starter brittanywigand

    (@brittanywigand)

    I’m 100% sure. But thanks anyways. <3

    I’m just going to mess around with footer.php and see if I can fix it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When I take off my footer, my page becomes transparent?’ is closed to new replies.