父主题中的管理选项不绑定

时间:2018-02-20 作者:J.BizMai

我正在做一个子主题,只是为了修补父主题中的一个bug。这是我第一次这样做。

我有:

风格。css<;-加载父样式函数的必需文件。php<;--强制文件屏幕截图。png<;--图像正确加载内容foo。php<;--它使用正确,我的问题是,当我激活子主题时,主题定制器中的每个管理选项都不再绑定。即使我再次保存背景图像、徽标或任何颜色,网站和预览也无法识别它。

我知道我不需要覆盖标题。php,索引。php…:answer here

style.css

/*   
Theme Name: Foo Patches
Theme URI: https://... 
Description: To fix Foo theme.
Author: <a href="https://...">John Doe</a>
Author URI: https://...
Version: 1.0
License: Comercial
License URI: http://...
Tags: left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain: Foo Child
Template: foo
*/

/* You can start adding your own styles here. Use !important to overwrite styles if needed. */

functions.php

add_action( \'wp_enqueue_scripts\', \'foo_patches_enqueue_styles\' );
function foo_patches_enqueue_styles() {
     wp_enqueue_style( \'foo_style\', get_template_directory_uri() .  \'/style.css\' );

}
那么会发生什么呢?有人有主意了?

1 个回复
最合适的回答,由SO网友:J.BizMai 整理而成

问题是因为父级付费模板不能与customizer页面一起使用,并且使用子菜单页面加载选项。因为用户体验不好,我浪费了时间。enter image description here

结束

相关推荐

Child-theme breaks site

所以,我有一个子主题,里面除了所需的CSS文件之外什么都没有。一旦我激活了这个儿童主题,我的整个网站就关闭了。最后我有两个问题:激活一个只有CSS的子主题怎么能破坏我的网站</我怎样才能回到我原来的主题</这些是网站给我的错误:Warning: require_once(/wp-content/themes/interio_child/admin/options-framework.php) [function.require-once]: 无法打开流:中没有此类文件或目录/wp-c