ethax_10
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Supernova] Why is my post going under the footer ?nope, i haven’t made any changes to any files. It happens only on the home page other pages r good..
Don’t know whats causing the problemForum: Themes and Templates
In reply to: [Supernova] Why is my post going under the footer ???
so there is no way i can fix it?Forum: Themes and Templates
In reply to: [Supernova] Why is my post going under the footer ?k done
Forum: Themes and Templates
In reply to: [Supernova] Why is my post going under the footer ?what can i do to solve this problem ? ??
Here is my footer.php
<?php /** * The template for displaying footer * Contains the closing tag of the div ID 'wrapper' started in header * * @package Supernova * @since Supenova 1.0.1 * @license GPL 2.0 */ ?> <div class="clearfix"></div> </div><!--wrapper ENDS --> <footer id="footer_wrapper"> <div id="footer"> <?php if( is_active_sidebar( 'Footer Widgets' ) ) : ?> <div id="footer_widgets"> <?php dynamic_sidebar('Footer Widgets');?> <div class="clearfix"></div> </div> <?php endif; ?> <div id="lower_footer"> <div id="footer_left_part"> <?php do_action('supernova_footer_nav'); ?> <span class="powered_by"><?php _e('Powered by', 'Supernova'); ?><a href="https://www.ads-software.com" target="_blank">WordPress</a></span> </div><!--footer_left_part --> <div id="footer_right_part"> <?php do_action('supernova_footer_right'); ?> </div><!--footer_right_part --> </div><!--lower_footer--> </div><!--footer ENDS --> <div class="clearfix"></div> </footer><!--footer_wrapper ENDS --> <?php wp_footer(); ?> </body> </html>
Forum: Themes and Templates
In reply to: [Supernova] Top Menu – Categoriesthx for the support (Y)
Viewing 5 replies - 1 through 5 (of 5 total)