Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nico

    (@nico23)

    The Theme loads a query version from google (very bad programming practice) instead of the one from WordPress. It seems the Javascript of this plugin is not loaded correctly.

    //edit: On a 2nd thought, you use Lazyload mode right? This not requires jQuery and the script is included inline. It is very likely that your theme is missing the wp_footer();

    Thread Starter edmartinezm

    (@edmartinezm)

    Yep, I was usign Lazyload mode. I changed it to Normal, and worked. Thanks for your answer. Still, I’ll check what happened with Lazyload mode. Thank you very much.

    Plugin Author Nico

    (@nico23)

    Your welcome, please let me know if your themes footer.php is missing the wp_footer() function. Including that (inside body) should fix this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not playing on custom theme’ is closed to new replies.