Hi Tobias,
I’ve done all your suggestion but it didn’t work.
first, I change to default theme – it didn’t work,
second, I upload again flexibility theme through ftp – it still didn’t work.
and when I check out my footer editor (footer.php) here are the last code before </body>
<?php wp_footer(); ?>
<!– bgwrapper close –>
<?php if (get_option(‘flex_footer_script’)) { echo stripslashes(get_option(‘flex_footer_script’)); }?>
</body></html>
I still have 1 php before closing body tag. so wp_footer() isn’t the last one. is this the problem?