My Footer Disappeared!
-
I seem to have lost my footer in desktop view, however my footer still is in my mobile view menu. My website is https://discountvapepen.com
<?php /** * The template for displaying the footer * * Contains footer content and the closing of the #main and #page div elements. * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?> <footer class="mainFooter"> <article> <div class="centerFooter"> <!-- Begin MailChimp Signup Form --> <link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css"> <style type="text/css"> #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ </style> <div id="mc_embed_signup"> <form action="//discountvapepen.us8.list-manage.com/subscribe/post?u=c10562e7b4f299928b62172d5&id=3f4bb9f873" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <h2>Subscribe To Discount Vape Pen </h2> <div class="indicates-required"><span class="asterisk">*</span> indicates required</div> <div class="mc-field-group"> <label for="mce-EMAIL">Email Address <span class="asterisk">*</span> </label> <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"> </div> <div class="mc-field-group"> <label for="mce-FNAME">First Name </label> <input type="text" value="" name="FNAME" class="" id="mce-FNAME"> </div> <div class="mc-field-group"> <label for="mce-LNAME">Last Name </label> <input type="text" value="" name="LNAME" class="" id="mce-LNAME"> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;"><input type="text" name="b_c10562e7b4f299928b62172d5_3f4bb9f873" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> </div> </form> </div> <!--End mc_embed_signup--> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="1d293f25-0262-4e45-a1d5-a0a6ffb6968b";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="https://www.authorize.net/" id="AuthorizeNetText" target="_blank">Certified By Authorize.net</a> </div> </article> </footer> <div id="overlay" class="overlayStyle"> <div class="overlayBox"> <h2>You must be 18 or older to purchase from this website.</h2> <a class="button button-yes" id="overlayClose" href="#">YES I Am 18 Or Older</a> <a class="button button-no" href="https://google.com">I am NOT older than 18</a> </div> </div> <?php wp_footer(); ?> <?php get_footer( $name ); ?> </body> </html>
- The topic ‘My Footer Disappeared!’ is closed to new replies.