Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    You need Print CSS and Print JS ticked (I may take these options out of the next release).

    Make sure your theme has a call to wp_footer() just before the closing </body> tag.

    Regards,
    Tom.

    Thread Starter danny_getextra

    (@danny_getextra)

    Hi, Yes I’ve tried unticking it to just see what it will do but does nothing.

    Thread Starter danny_getextra

    (@danny_getextra)

    Fixed it thanks matcha, needed the <?wp_footer(); ?> put in

    ### I may take these options out of the next release). ###

    I’ve also unchecked printcss.
    Unfortunately, this (load CSS in footer) is not html5 compliant. <link> CSS instructions must be in <head> area. (Only JS should be loaded in the footer.)

    Hi reinhardf,

    Quite right. I’ll try and fix that, unfortunately WordPress doesn’t make it easy to let me put the CSS in the header after the shortcode has run, so it requires some hacks to get it to do that. Something I’ve been avoiding so far, but I’ll take another look.

    Regards
    Tom.

    hi tom,

    thx

    that would be great if this works html5-compliant. Eliminates manual intervention when plugin updates. 😉

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Slider not appearing with JS & CSS’ is closed to new replies.