11/14/2014 at 8:56 am
#309878
Keymaster
@ Edith
I logged in and moved the location of the wp_footer() template tag to before this line <?php if ( is_user_logged_in() ) { in the the footer.php file. Now it works fine … so will other plugins that require this. There must be an error in the PHP code the follows this <?php if ( is_user_logged_in() ) { which cause the wp_footer() template tag to be not run.
