all you have to do is to add this again to the install function
load_plugin_textdomain( 'yydev_accessibility', false, basename( dirname( __FILE__ ) ) . '/languages' );
-
This reply was modified 6 years, 1 month ago by yydevelop.
Yea it is probably be the way to do that.
Thank you for your detailed answers i really appreciate that.
Hey thanks for your answer.
I build websites for myself and for my clients. For my clients i use a simple theme and for myself I add to the theme more complex functions and options.
I wanted to be able to use as the base theme the simple parent theme, on top of that the more advanced child theme for my projects and for each project make some changes with another child theme so i will be able to update both parent and child.
If that not possible i will try and find a way to go around that.