puikinsh / Unite-Theme

Customizable WordPress WooCommerce theme developed using Bootstrap 3 and Options Framework
http://colorlib.com/wp/unite
114 stars 89 forks source link

Theme generates JavaScript error message #11

Closed FreeWPTP closed 9 years ago

FreeWPTP commented 9 years ago

The unite theme generates JavaScript error message "Uncaught TypeError: jQuery(...).ready(...) is not a function" in the browser console as shown in the attached screenshot. screenshot 21

seafoam6 commented 9 years ago

I had the same issue.

enz513 commented 9 years ago

The main.min.js file has a typo (missing ; at the end of line), which is different from the not minimized main.js file. Add ; at the line of "jQuery(document).ready(...." will solve the problem.

tinect commented 9 years ago

Thanks enz513. But this should be done in main.min.js :+1:

enz513 commented 9 years ago

This is an duplicate of issue https://github.com/puikinsh/Unite-Theme/issues/8. The owner will fix this issue in the major update in Nov. What i provided is only a quick fix in case you can't wait for the official release.

FreeWPTP commented 9 years ago

@enz513 Thanks for reporting it here.

I am closing this issue as a duplicate of the following issue.

https://github.com/puikinsh/Unite-Theme/issues/8