有人能帮我为《霍夫曼》加载一个儿童主题吗。我在其他主题中看到了很多关于这个类似主题的问题,这似乎是很多像我这样的WP新手都在努力解决的常见问题。
我可以毫无问题地完美加载父主题。但我有两件事要做。
什么样的细节应该放在style.css
关于儿童主题?目前,我有:
/*---------------------------------------------------------------------------------
Theme Name: Hoffman Child
Text Domain: hoffman child
Theme URI: http://www.andersnoren.se/teman/hoffman-wordpress-theme/
Version: 1.17
Description: Hoffman is a beautifully minimal, responsive and retina-ready theme for bloggers. It features a social icon menu, Jetpack support for infinite scroll, five custom widgets, two page templates, editor styling, translation-ready code, custom accent color support, custom background support, support for the gallery post format and much more. Included translations: Swedish/svenska. Demo: http://www.andersnoren.se/themes/hoffman/
Tags: blog, one-column, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Author: Anders Norén
Author URI: http://www.andersnoren.se
License: GNU General Public License version 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: hoffman;
All files, unless otherwise stated, are released under the GNU General Public License
version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
-----------------------------------------------------------------------------------*/
@import url("../hoffman/style.css");
我尝试了几个不同的版本,没有修改文本域。
第二个问题是,当子主题被压缩并尝试上载时,它似乎找不到父主题,即使父主题已成功加载并在WP中运行良好。上传霍夫曼孩子时。zip,这是我在运动中收到的报告:从上传的文件中安装主题:hoffman child。解压缩包…
正在安装主题…
此主题需要父主题。正在检查是否已安装…
正在准备安装霍夫曼1.17…
正在从下载安装包https://downloads.wordpress.org/theme/hoffman.1.17.zip…
正在解压缩包…
正在安装主题…
目标文件夹已存在/var/www/vhosts/smokeandglass。co.uk/httpdocs/wordpress/wp-content/themes/hoffman/
主题安装失败。
已成功安装主题。
完全糊涂了!非常感谢您的帮助。