WordPress子主题的css未加载

时间:2017-06-15 作者:Naresh

我创建了如下儿童主题https://codex.wordpress.org/Child_Themes

这是我的风格。css

/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) { }
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.absolute-footer.dark {
color: rgb(74, 74, 74) !important;
}
.absolute-footer.dark {
color: rgb(74, 74, 74);
}
h3
{
background-color: #c75050 !important;
}
但儿童主题风格的变化。css未按预期工作。我在子主题的函数中使用了以下代码。php

add_action( \'wp_enqueue_scripts\', \'load_my_child_styles\', 20 );
function load_my_child_styles() {
    wp_enqueue_style( \'child-style\', get_stylesheet_directory_uri().\'/style.css\', array(\'twentyfourteen-style\'), \'1.0.0\' );
}
但它也不起作用。请让我知道是如何做的风格。css正常工作

1 个回复
SO网友:Sid

我认为你的功能有问题。php代码。尝试使用此https://wordpress.stackexchange.com/a/182023/110516

结束

相关推荐

Child-theme breaks site

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