Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Marcel Pol

    (@mpol)

    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

    Plugin Author Marcel Pol

    (@mpol)

    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?

    Plugin Author Marcel Pol

    (@mpol)

    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?

    Plugin Author Marcel Pol

    (@mpol)

    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?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Space between entries’ is closed to new replies.