Compatability with Child Themes
-
I have a custom child theme which is not on www.remarpro.com. The theme is updatable and checks for new versions with custom code. The problem is that I can’t update the theme from my InfiniteWP panel. The issue I believe, is that you only version check parent themes and not child themes.
(Click the link for screenshot)
This is in “installer.class.php”. As you can see you only check for the theme’s “Template”. Which is in child theme, the parent theme and not the theme itself.
I propose that you change this to use the theme name or more correctly, the name of the folder the theme is in. As this is the way WordPress saves which themes are active and not, by the folder name.
It would be great if you could implement this since I can’t update my themes from the control panel. My private plugins works perfectly though!
Thanks in advance.
- The topic ‘Compatability with Child Themes’ is closed to new replies.