Jonnyauk/wonderflux-girder

Parent Theme Dir

Closed this issue · 2 comments

The child theme looks for the parent theme (Wonderflux) in a folder called 'wonderflux' however, when installing the parent theme it gets installed to 'wonderflux-master'. This breaks the child theme on activation.

I installed both parent & child themes in a localhost (Desktopserver) environment using WP 3.8.4

Good tip @pcaWeb - and something I should document to help people out!

If you download one of the release packages from https://github.com/Jonnyauk/Wonderflux/releases - the directory will be correctly named (as 'wonderflux'). However, if you click the link on 'download zip' from the GitHub project homepage at https://github.com/Jonnyauk/Wonderflux) it puts the name of the current dev branch you are looking at onto the folder - and changes the directory name.

I know it's a bit confusing and have made this mistake in the past on GitHub! However, the version you have downloaded is the trunk development version which is the current 'working' version and may have incomplete/untested/in-development code that shouldn't be used just yet. Please download the latest stable release from https://github.com/Jonnyauk/Wonderflux/releases ;)

I've created an issue on Wonderflux - Jonnyauk/Wonderflux#33