• Resolved vancaula

    (@vancaula)


    My footer text is still there but the footer itself is gone…this is after 3.1 of course.

    Any help would rock

    thanks in advance.

    footer.php

    <div class="fix"></div>
    
    	</div><!--/columns -->
    
    	<div id="footer">
    
    		<p><span class="fl">Copyright &copy; 2011 Braincell Media.</span></p>
    
    	</div><!--/footer -->
    
    </div><!--/page -->
    
    <?php wp_footer(); ?>
    
    <?php if ( get_option('woo_google_analytics') <> "" ) { echo stripslashes(get_option('woo_google_analytics')); } ?>
    
    </body>
    
    </html>

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter vancaula

    (@vancaula)

    btw…here’s the site

    http://www.randomriot.com

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Okay, I can see Copyright © 2011 Braincell Media. at the bottom….

    <div class="fix"></div>
    	</div><!--/columns -->
    	<div id="footer">
    		<p><span class="fl">Copyright &copy; 2011 Braincell Media.</span></p>
    	</div><!--/footer -->
    </div><!--/page -->
    
    [SNIPPED GOOGLE CODE]
    
    </body>
    
    </html>

    What’s wrong with it? It just looks a bit unstyled.

    Thread Starter vancaula

    (@vancaula)

    the actual Style.css code isn’t showing up on the actual page…

    Here’s the style code

    /*========= FOOTER =========*/
    
    #footer{
    	background: #000000;
    	clear: both;
    	color: #b3b3b3;
    	height: 35px;
    	line-height: 35px;
    	padding: 0 15px;
    }
    #footer a{
    	color: #b3b3b3;
    }
    #footer img {
    	vertical-align:middle;
    }

    Thread Starter vancaula

    (@vancaula)

    it should be a solid black box that contains the copyright

    That’s odd. First thing I would try is adding a width to your footer.

    Hmm – you have some PHP in your .css file – is that intentional?

    add_filter('widget_text', 'do_shortcode');

    Try removing it and see what it gives you.

    This CSS comment also has incorrect syntax:

    /==============*AUTHOR AREA*=================//

    Try changing it to :

    /*==============AUTHOR AREA=================*/

    Thread Starter vancaula

    (@vancaula)

    AWESOME!!!! thank you so much zoonini!!!

    I’m very new to this stuff so differentiating between languages is still a bit of a challenge BUT I’m getting there!!

    Thank you so much it works perfectly 🙂

    Excellent, glad that fixed it!

    FYI – in future here’s a handy tool to validate the CSS code in your stylesheets – it showed those two syntax errors right away:

    http://jigsaw.w3.org/css-validator/

    Thread Starter vancaula

    (@vancaula)

    sweet! thank you for the help again and that tool is great!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Footer gonzo’ is closed to new replies.