Hi,
You’re welcome 🙂
Are you sure your theme has this code:
<?php wp_footer(); ?>
in the footer.php template?
A proper theme uses that, else it is considered broken.
Thread Starter
bennj
(@bennj)
Hi Marcel,
thanks for your answer. The bug seemed to be an empty functions file in the child theme.
Greetings
Jürgen
Hmm, are you sure everything works okay?
There are no js and css files near the footer still.
Thread Starter
bennj
(@bennj)
„Hmmm…“
No, not quite sure. Actually I have an interferenc betwwen Responsive lightbox plugin and Slimstats plugin…
So what js and css should that be?
I will say this only once again 🙂
Are you sure your theme has this code:
<?php wp_footer(); ?>
in the footer.php template?
Thread Starter
bennj
(@bennj)
The answer is YES. 🙂
It’s in the original footer.php file in the theme folder; it ends with:
...
</footer><!-- .site-info -->
<?php do_action( 'generate_after_footer_content' ); ?>
</div><!-- .site-footer -->
<?php wp_footer(); ?>
</body>
</html>
So this should work…
Or what are your doubts?
Ah, good.
For some reason it now loads all the javascript and css. So it is good, and looks as the css is meant.
Would you want anything else, or is it good for you as well?