<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[차일드 테마 문제 답변부탁드릴게요~]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/11862</link>
		<description><![CDATA[<p>안녕하세요</p>

<p>질문좀드리겠습니다</p>

<p>현재 워드프레스 thebuilt테마를 사용하고있구요 </p>

<p>사이트주소는 ss4588.com 입니다</p>

<p>사이트 수정중 뭔가 오류가 발생했는지 차일드테마가 망가졌다고 나오면서 인식이안되서 </p>

<p>부모테마를 임시로 설정해놓긴했는데요</p>

<p>차일드테마를 활성화 시키면 아예 백지화면이 나옵니다</p>

<p>자식테마 style.css 내용은  아래와같습니다</p>

<p>/* <br />
Theme Name: Child of TheBuilt<br />
Template: thebuilt<br />
Theme URI:<br />
Description: Child theme based on themename<br />
Author: Your Name<br />
Version: 1.0<br />
*/</p>

<p>@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);</p>

<p>*,body,html,body *{font-family:'Nanum Gothic';}<br />
*{display: none;}</p>

<p>===========</p>

<p>자식테마 functions.php 내용은 아래와같습니다</p>

<p>&lt;?php<br />
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );<br />
    function theme_enqueue_styles() {<br />
            wp_enqueue_style( 'bootstrap', get_template_directory_uri() . '/css/bootstrap.css' );<br />
            wp_enqueue_style( 'themename-parent-style', get_template_directory_uri() . '/style.css', array('bootstrap'));<br />
            wp_enqueue_style( 'themename-child-style', get_stylesheet_directory_uri() . '/style.css', array('bootstrap'));<br />
}</p>

<p>=====<br />
지금까지 차일드테마 잘 사용하다가 ftp로 수정하다보니 이렇게 된것같네요</p>

<p>바쁘시겠지만 답변부탁드리겠습니다</p>

<p>감사합니다</p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[글쎄요. PHP Notice는 오류라기보단 알림에 가까워서 크게 문제가 되지는 않을겁니다.

PHP Notice 문제...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/11939</link>
			<description><![CDATA[<p>글쎄요. PHP Notice는 오류라기보단 알림에 가까워서 크게 문제가 되지는 않을겁니다.</p>

<p>PHP Notice 문제는 테마 제작자에게 문의를 해보셔야 할 듯합니다.</p>

<p>차일드 테마가 망가졌다는 문제는 다른 문제 같군요.</p>

<p>차일드 테마 파일중 불필요한 파일을 제거하고, 처음부터 하나하나 체크 해보셔야 할 듯하군요.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Wed, 25 Jan 2017 01:35:30 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[답변감사합니다

디버그확인해 보니 아래와같이 뜨는데요

뭘 수정해야할까요?

 

[24-Jan-2017 06:46:...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/11931</link>
			<description><![CDATA[<p>답변감사합니다</p>

<p>디버그확인해 보니 아래와같이 뜨는데요</p>

<p>뭘 수정해야할까요?</p>

<p> </p>

<p>[24-Jan-2017 06:46:41] PHP Notice:  Trying to get property of non-object in /home/hosting_users/ss4588/www/wp-content/plugins/thebuilt-theme-addons/inc/shortcodes/visual-composer/vc-row-custom.php on line 8<br />
[24-Jan-2017 06:46:41] PHP Notice:  Trying to get property of non-object in /home/hosting_users/ss4588/www/wp-content/plugins/thebuilt-theme-addons/inc/shortcodes/visual-composer/vc-row-custom.php on line 16<br />
[24-Jan-2017 06:46:41] PHP Notice:  Trying to get property of non-object in /home/hosting_users/ss4588/www/wp-content/plugins/thebuilt-theme-addons/inc/shortcodes/visual-composer/vc-row-custom.php on line 17<br />
[24-Jan-2017 06:46:41] PHP Notice:  Trying to get property of non-object in /home/hosting_users/ss4588/www/wp-content/plugins/thebuilt-theme-addons/inc/shortcodes/visual-composer/vc-row-custom.php on line 18<br />
[24-Jan-2017 06:46:41] PHP Notice:  Undefined property: KBContentList::$resource in /home/hosting_users/ss4588/www/wp-content/plugins/kboard/class/KBContentList.class.php on line 211<br />
[24-Jan-2017 06:46:43] PHP Notice:  Trying to get property of non-object in /home/hosting_users/ss4588/www/wp-content/plugins/thebuilt-theme-addons/inc/shortcodes/visual-composer/vc-row-custom.php on line 8<br />
[24-Jan-2017 06:46:43] PHP Notice:  Trying to get property of non-object in /home/hosting_users/ss4588/www/wp-content/plugins/thebuilt-theme-addons/inc/shortcodes/visual-composer/vc-row-custom.php on line 16<br />
[24-Jan-2017 06:46:43] PHP Notice:  Trying to get property of non-object in /home/hosting_users/ss4588/www/wp-content/plugins/thebuilt-theme-addons/inc/shortcodes/visual-composer/vc-row-custom.php on line 17<br />
[24-Jan-2017 06:46:43] PHP Notice:  Trying to get property of non-object in /home/hosting_users/ss4588/www/wp-content/plugins/thebuilt-theme-addons/inc/shortcodes/visual-composer/vc-row-custom.php on line 18</p>

<p>========</p>

<p>아래는 해당 vc-row-custom.php 파일소스입니다</p>

<p>&lt;?php</p>

<p>// VC [vc_row] - Onepage location feature<br />
$locations = get_nav_menu_locations();</p>

<p>if($locations) {<br />
    $menu = wp_get_nav_menu_object( $locations[ 'primary' ] );<br />
    $menu_items = wp_get_nav_menu_items($menu-&gt;term_id);<br />
} else {<br />
    $menu_items = Array();<br />
}</p>

<p>$onepage_menu_items_arr["-- Don't use this Row as Onepage section --"] = "0";</p>

<p>foreach ( (array) $menu_items as $key =&gt; $menu_item ) {<br />
    $title = esc_html($menu_item-&gt;title);<br />
    $url = $menu_item-&gt;url;<br />
    $onepage = esc_html($menu_item-&gt;onepage);</p>

<p>    if($onepage == 'on') {<br />
        $onepage_menu_items_arr[$title] = esc_url($menu_item-&gt;url);<br />
    }<br />
}</p>

<p>$attributes = array(<br />
    'type' =&gt; 'dropdown',<br />
    'heading' =&gt; "Use as Onepage section",<br />
    'param_name' =&gt; 'row_onepage_id',<br />
    'value' =&gt; $onepage_menu_items_arr,<br />
    'std' =&gt; "0",<br />
    'description' =&gt; "Select link from main menu that will scroll down page to this Row content. This link should be checked as Onepage link in 'Appearance &gt; Menus' first."<br />
);</p>

<p>vc_add_param( 'vc_row', $attributes );</p>
]]></description>
			<author>wpwpwp</author>
			<pubDate>Tue, 24 Jan 2017 07:10:29 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[참고로, 차일드 테마의 style.css 파일에는 아래 정보만 있어도 됩니다.

/* 
Theme Name: Child of The...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/11876</link>
			<description><![CDATA[<p>참고로, 차일드 테마의 style.css 파일에는 아래 정보만 있어도 됩니다.</p>

<p>/* <br />
Theme Name: Child of TheBuilt<br />
Template: thebuilt<br />
*/</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 20 Jan 2017 15:43:27 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[올려주신 내용으로는 원인을 모르겠군요;;

워드프레스 디버그 모드를 활성화 해서 어떤 오류 메시지가 ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/11875</link>
			<description><![CDATA[<p>올려주신 내용으로는 원인을 모르겠군요;;</p>

<p>워드프레스 디버그 모드를 활성화 해서 어떤 오류 메시지가 나오는지도 봐보세요.</p>

<p>워드프레스의 wp-config.php 파일에서</p>

<p>define('WP_DEBUG', <strong>false</strong>); -&gt; define('WP_DEBUG', <strong>true)</strong>;</p>

<p>이렇게 수정해주시면 디버그 모드가 활성화 됩니다.</p>

<p>오류 내용도 올려주세요~</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 20 Jan 2017 15:41:18 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>