You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
After Clean installing Wordpress and Theme i'm there is still issue with jquery from different addons. Example is addon:
Gallery
This plugin allows you to implement gallery page into web site.
Version 4.1.6
Error:
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox-1.3.4.pack.js:18
Wordpress version: 3.8.1.
Before applying the theme i did run (locally on windows)
mv FoundationPress your-theme-name
cd your-theme-name
npm install && bower install
While you're working on your project, run:
grunt
The text was updated successfully, but these errors were encountered:
FoundationPress use the same version of jQuery as the latest version of Foundation (currently 5.2.0). I can not guarantee that all external WP plugins will be compatible with FoundationPress. It largely depends on which version of jQuery the plugin requires. You are free to use the jQuery version included with WordPress instead, but then I can not guarantee that all Foundation components will work as expected.
After Clean installing Wordpress and Theme i'm there is still issue with jquery from different addons. Example is addon:
Gallery
This plugin allows you to implement gallery page into web site.
Version 4.1.6
Error:
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox-1.3.4.pack.js:18
Wordpress version: 3.8.1.
Before applying the theme i did run (locally on windows)
mv FoundationPress your-theme-name
cd your-theme-name
npm install && bower install
While you're working on your project, run:
grunt
The text was updated successfully, but these errors were encountered: