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

    Please provide a URL to your site, it may be that they are not running in no conflicts mode (which they shouldn’t be).

    That’s the only thing I can think of without looking at the site. If you can’t provide a URL please let me know the console errors you are getting.

    Many thanks

    Peter

    Thread Starter kork

    (@kork)

    The URL is http://bit.ly/1xuUC6o

    It’s still in dev mode some things are out of place, but the “Watch the Video” button isn’t working (Should load in a modal box) and fittext.js isn’t triggering (It resizing the fonts in the circles). When I deactivate the plugin and it all works.

    Thanks Peter!

    Hi kork,

    I’m getting the following console error:

    TypeError: $ is not a function
    $(".circle-text").fitText();

    It seems that the below are outside of the no conflicts section and as such are stopping other jQuery from working:

    $(".circle-text").fitText();
      $("#fittext2").fitText(1.2);
      $("#fittext3").fitText(1.1, { minFontSize: '50px', maxFontSize: '75px' });

    Please either move these inside the document ready section or update the $ symbols to jQuery.

    The error is in the following file on line 121:

    http://www.yoyoevents.com/wp-content/themes/yoyo/library/js/scripts.js

    Please can you let me know if it possible to edit this and if it fixes your issues.

    Many thanks

    Peter

    Thread Starter kork

    (@kork)

    Awesome, thanks Peter. Your comment led me on the right track to finding the overarching issue (which seemed to be part of the base theme!)

    All fixed now!

    Hi kork,

    Great you got it working!

    Many thanks

    Peter

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Other JavaScript stops working’ is closed to new replies.