Not working with child themes
-
The plugin does not yet work fully with child themes, because the template files are copied to the parent theme instead of the child theme.
To correct the issue, the
template_chooser()
and theinstallation routine
must be updated as following:1. Replace
TEMPLATEPATH
withSTYLESHEETPATH
2. replaceget_template_directory_uri()
withget_stylesheet_directory_uri()
I was able to get it up and running within five minutes yesterday, so the plugin author should be able to update the (quite well written, by the whay) code fairly quickly.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Not working with child themes’ is closed to new replies.