Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you made sure the wp_footer(); is just before the closing body?

    Thread Starter babaal

    (@babaal)

    <div class=”art-footer”>
    <div class=”art-footer-body”>
    <?php get_sidebar(‘footer’); ?>
    <div class=”art-footer-text”>
    <?php echo do_shortcode(theme_get_option(‘theme_footer_content’)); ?>
    </div>
    <div class=”cleared”></div>
    </div>
    </div>
    <div class=”cleared”></div>
    </div>
    </div>
    <div class=”cleared”></div>
    <p class=”art-page-footer”></p>
    <div class=”cleared”></div>
    </div>
    <div id=”wp-footer”>
    <?php wp_footer(); ?>
    <!– <?php printf(__(‘%d queries. %s seconds.’, THEME_NS), get_num_queries(), timer_stop(0, 3)); ?> –>
    </div>
    </body>
    </html>

    Thread Starter babaal

    (@babaal)

    so, yes there are weird closing things, but when i try to remove them, the problem extends to all pages

    Thread Starter babaal

    (@babaal)

    ok, so it (very) mysteriously came back to normal, while I was working on another part of the site… let’s close this then.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons going out of the screen on one page only’ is closed to new replies.