Viewing 2 replies - 1 through 2 (of 2 total)
  • Your main page throws this js error:

    Uncaught TypeError: Object [object Object] has no method ‘validate’

    related to the jQuery(“#ResponsiveContactForm”).validate() function.
    This error causes all other jQuery dependant scripts in your page to stop working.
    Try disabling that plugin and see if it fixes your problem. If it does, please refer this issue to the plugin developer. If not, get back here and we’ll dig some more in the problem.

    Namely, the problem is that Responsive Contact Form plugin author chose not to limit enqueuing the contact form scripts to the contact page only, nor does he verify if any contact form is present in the page. The error is thrown because the validation function doesn’t find any contact form in the page.

    Thread Starter Nicodyret

    (@nicodyret)

    it worked
    thank you Acub!
    they work fine now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help fancybox doesent work -.-’ is closed to new replies.