Hi,
Last couple of days I did some customizations:
I edited custom.css
Changed color of sprites
Added language files
Edited some .php files
To avoid those customazitions getting lost, I decided to move them all to a custom theme.
I copied the woopress-child from versie 1.2 to my themes folder, so basically I copied 2 files: style.css and functions.php
For me this did not work:
– default style.css is not loaded, I suppose the code in the functions.php should take care of that but it didn’t. As a temp fix I Used the @import in the style.css
– custom.css not working (as temp fix I created a custom.css in the woopress folder and included the custom.css from the chiled theme.. works for now but doesn’t make sense ofcourse)
– Language files in childtheme folder do not work
– edited images in the childtheme folder are ignored
So here are my questions:
1. Is it only me or is something wrong with the code in the childthemes functions.php? (i tried some other code I found on wordpress.org and that did work, but I rather use your code.. once it’s working.. not sure what the difference is and whether it affects other functions as the custom.css for example)
2. Why is my custom.css not loaded?
3. How can I use languages files in my child theme? I also have created some languages files for some plugins you delivered, i want to put these also in the child themes folder
4. Why can I not override the sprites with the sprites i put in my child theme?
Hope you can help me out or give me some pointer.
Regards,
Ramon