Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difficulty with installation #11

Open
t-fulton opened this issue Oct 14, 2014 · 0 comments
Open

Difficulty with installation #11

t-fulton opened this issue Oct 14, 2014 · 0 comments

Comments

@t-fulton
Copy link

Took some figuring out, but I got things running using the following (starting off with installing the parent theme):

cd my-wordpress-folder/wp-content/themes/
git clone git@github.com:olefredrik/FoundationPress.git
cd FoundationPress
npm install && bower install
cd ../
git clone git@github.com:thetrickster/FoundationPress-child.git
mv FoundationPress-child your-theme-name
cd your-theme-name
npm install && bower install
grunt

The last step is to add 'dist' to the jquery path in your-child-theme/library/enqueue-scripts.php (Foundation 5 implemented this new folder, see issue #4):

/js/jquery/jquery.min.js
becomes: /js/jquery/dist/jquery.min.js


I believe there's an error on the third line of the 'Quickstart' instructions:

mv FoundationPress your-theme-name
should be:
mv FoundationPress-child your-theme-name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant