Hi eboye,
Regarding you’re statement:
“If you define all the css and javascript calls inside the functions.php it will do it’s magic :)”
Would you be so kind to explain the method you used. Im sure we could all benefit from it.
Cheers cp_user
Thread Starter
eboye
(@eboye)
Hi cp_user,
you have to define css and javascript via enqueue in functions.php:
https://codex.ww.wp.xz.cn/Function_Reference/wp_enqueue_script
https://codex.ww.wp.xz.cn/Function_Reference/wp_enqueue_style
when you do that, this plugin will do it’s magic.
If you call your css and javascript in head or at the end of the body tag, it want work.
Sure eboye, ….was hoping for a more concrete answer, but just forget about it. I guess
there is always Google