Bug! css is visible on website.
All css is visible on my website after change the URL in footer.php file.
url: http://takeajump.com
<div class="copyright">
<?php
if( mfn_opts_get('footer-copy') ){
echo do_shortcode( mfn_opts_get('footer-copy') );
} else {
echo '© '. date( 'Y' ) .' '. get_bloginfo( 'name' ) .'. All Rights Reserved. | Powered by <a target="_blank" rel="nofollow" href="http://geekdevelopment.net"> Geek Development </a>';
}
?>
</div>
Comments
we suggest to start from fixing bugs in html and disabling 3rd party plugins because you have extra amount of custom code which does not come with the theme.