Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   Little line underneath footer (http://forum.bytesforall.com/showthread.php?t=21945)

gr870sfunk Mar 31, 2014 03:54 PM

Little line underneath footer
 
I've been updating plugins and the theme on stillprotectingyou.com (It's ugly, I know - not my fault) Anyway, there is this weird random little line below the footer.

Upon further inspection with Firebug, I believe it to be the below line of code causing this issue. I don't know how it got there and i'm not sure how to get rid of it.

Any suggestions, as always, are greatly appreciated! Thanks!

HTML Code:

<div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>

juggledad Mar 31, 2014 05:06 PM

That looks like it is coming from a plugin. Try shutting off your polugins till it goes away, then look at the CSS the plugin is adding.

also shut off an caching or minifying plugins while debugging/developing.

gr870sfunk Apr 1, 2014 08:37 AM

Thanks JD,

I did just that and it turned out to be a plugin. (I can never remember to check my plugins for errors like this). I have submitted a ticket with the developer.

lmilesw Apr 1, 2014 08:44 AM

For now you could just add
HTML Code:

#ui-datepicker-div {
    border: none;
}

to CSS Inserts.

gr870sfunk Apr 1, 2014 08:46 AM

ooh good idea!


All times are GMT -6. The time now is 08:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.