Viewing 5 replies - 1 through 5 (of 5 total)
  • Hardeep Asrani

    (@hardeepasrani)

    Hi Matt,

    We recently found this issue with Skills images. If you remove the Contact Us section from the homepage, then the Skills doesn’t work either.

    We have fixed both of the issues that you mentioned and an update should be available in a few days.

    And to solve the second issue until the update comes, you can change the file zerif.js from the js folder like this:

    Change this line:

    if ( thisOpen == false && jQuery('.contact-form textarea').val().length > 0 ) {

    with this:

    if ( thisOpen == false && (typeof jQuery('.contact-form textarea').val() != 'undefined') && (jQuery('.contact-form textarea').val().length > 0) ) {

    Let me know if that helps.

    Regards,
    Hardeep

    Thread Starter Matthew Moran

    (@cbtoolkit)

    Thanks. That appears to have fixed it.

    Hardeep Asrani

    (@hardeepasrani)

    Hi,

    Please mark the thread as resolved, and also please consider leaving a review if you like the theme. 🙂

    Regards,
    Hardeep

    Thread Starter Matthew Moran

    (@cbtoolkit)

    Done and done! Thanks for your help.

    Hardeep Asrani

    (@hardeepasrani)

    Have a great day. 🙂

    Regards,
    Hardeep

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Javascript broken skill images’ is closed to new replies.