Der Versuch einer Anleitung:
- Ordner erstellen im Theme Ordner: /httpdocs/wordpress/wp-content/themes
Beispiel: /httpdocs/wordpress/wp-content/themes/twentyfourteen existiert: - Dazu Child Theme Ordner anlegen: /httpdocs/wordpress/wp-content/themes/Twentyfourteen-Child-MiHei
- Im Child-Theme-Ordner wird nun eine neue Style.CSS Datei hochgeladen.
Diese enthält
/* Theme Name: Twenty-Fourteen Mihei Theme URI: http: //deinedomain.de/ Description: Michaels Child Theme for the twenty fourteen Author URI: http: //wie-geht-was.ch/ Template: twentyfourteen Version: 1.0 */ @import url('../twentyfourteen/style.css');
Wichtig ist der Name des Haupt-Themes unter Template einzutragen.
Ergebnis:
Das importieren brachte nicht die korrekten Ergebnisse. Das Child Theme wurde zwar korrekt dargestellt, aber die Farben waren nicht so wie vorher. Weil vermutlich die Plugins von Fourteen colors etc. nicht beachtet werden.
Dort findet man im Readme.txt:
You can use Fourteen Colors with both Twenty Fourteen and child themes. Be aware that the Fourteen Colors settings are stored with the active theme, so if you switch to a child theme or switch child themes, you’ll need to re-set your colors. Child theme compatibility depends on the extent of changes made by the child theme. But child theme developers can hook into Fourteen Colors to extend it to adapt to their changes, allowing the plugin to work seamlessly even if the child theme is significantly different than the parent theme.
Fazit:
Vermutlich ist es einfacher, die Änderungen für die Breite des Editors nach jedem Theme Update händisch neu einzutragen.