• I am working on a child theme based on a theme called Fullby which is based on the twentyfourteen theme with some added functions. (http://www.marchettidesign.net/fullby/)
    With this theme the plugin stops working. I’ve tried to figure out why. I’ve gutted the custom youtube field use that is built into the Fullby theme and tried comparing the theme files to the twentfourteen theme (which the plugin will work fine on) but can’t figure out what about the fullby theme difference is causing the plugin to stop working.

    I’ve used your plugin before and would really like to integrate it into this theme as well but I am stumped. Any help would be much appreciated.

    I have tested it with the original Fullby theme and it doesn’t work, it doesn’t work with the child theme I’m making either obviously, and it does work when I swap themes to the twentyfourteen theme so it is something in the fullby theme thats causing it.

    Thank you.

    https://wordpress.org/plugins/wpmbytplayer/

Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    Your theme is including an old version of jQuery.js file. WordPress already includes jQuery at the latest version and there’s no need to include it again.

    Just remove the inclusion in the footer.php at line 12:
    <script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>

    Bye,
    Matteo

Viewing 1 replies (of 1 total)
  • The topic ‘plugin player not working with theme’ is closed to new replies.