<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									\wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。 - わいひらに連絡				            </title>
            <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Fri, 07 Aug 2026 10:53:39 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: \wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80574</link>
                        <pubDate>Mon, 12 Aug 2024 09:51:54 +0000</pubDate>
                        <description><![CDATA[皆さんご確認いただきありがとうございます。]]></description>
                        <content:encoded><![CDATA[<p>皆さんご確認いただきありがとうございます。</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>わいひら</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80574</guid>
                    </item>
				                    <item>
                        <title>RE: \wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80558</link>
                        <pubDate>Sun, 11 Aug 2024 10:14:51 +0000</pubDate>
                        <description><![CDATA[@yhira さん    ｍｋ２ さん外観 ＞ テーマファイルエディタ＞Cocoonで対象の５つのファイルを確認してすべてのinputタグの修正済を確認しました。
念の為「すべてのキャッシュの削除」を行った後にHTML Checkを行ったところエラーは確認されませんでした。ありがとうございます。
// mobile-follow-button.php (tmp/mobile...]]></description>
                        <content:encoded><![CDATA[<p>@yhira さん  <span> </span> <a style="color: #0066ff" title="ｍｋ２" href="https://wp-cocoon.com/participant/mk2_mk2/">ｍｋ２</a> さん<br /><br />外観 ＞ テーマファイルエディタ＞Cocoonで対象の５つのファイルを確認して<br />すべてのinputタグの修正済を確認しました。</p>
<p>念の為「すべてのキャッシュの削除」を行った後にHTML Checkを行ったところエラーは確認されませんでした。<br /><br />ありがとうございます。</p>
<pre contenteditable="false">// mobile-follow-button.php (tmp/mobile-follow-button.php)
&lt;?php //モバイル用の検索ボタン
/**
* Cocoon WordPress Theme
* @author: yhira
* @link: https://wp-cocoon.com/
* @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
*/
if ( !defined( 'ABSPATH' ) ) exit;
global $_MENU_CAPTION;
global $_MENU_ICON;
$icon_class = $_MENU_ICON ? $_MENU_ICON : 'fa fa-heart'; ?&gt;

&lt;?php if (is_any_sns_follow_buttons_exist()): ?&gt;
&lt;!-- フォローボタン --&gt;
&lt;li class="follow-menu-button menu-button"&gt;
&lt;input id="follow-menu-input" type="checkbox" class="display-none"&gt;
&lt;label id="follow-menu-open" class="menu-open menu-button-in" for="follow-menu-input"&gt;
&lt;span class="follow-menu-icon menu-icon"&gt;
&lt;span class="&lt;?php echo esc_attr($icon_class); ?&gt;" aria-hidden="true"&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;span class="follow-menu-caption menu-caption"&gt;&lt;?php echo $_MENU_CAPTION ? $_MENU_CAPTION : __( 'フォロー', THEME_NAME ); ?&gt;&lt;/span&gt;
&lt;/label&gt;
&lt;label class="display-none" id="follow-menu-close" for="follow-menu-input"&gt;&lt;/label&gt;
&lt;div id="follow-menu-content" class="follow-menu-content"&gt;
&lt;?php //フォローボタンテンプレート
get_template_part_with_option('tmp/sns-follow-buttons', SF_MOBILE); ?&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;?php endif; ?&gt;

// mobile-navi-button.php
&lt;?php //モバイル用のグローバルナビメニューボタン
/**
* Cocoon WordPress Theme
* @author: yhira
* @link: https://wp-cocoon.com/
* @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
*/
if ( !defined( 'ABSPATH' ) ) exit;
global $_MENU_CAPTION;
global $_MENU_ICON;
$icon_class = $_MENU_ICON ? $_MENU_ICON : 'fa fa-bars'; ?&gt;

&lt;?php if (has_nav_menu( NAV_MENU_HEADER ) || has_nav_menu( NAV_MENU_MOBILE_SLIDE_IN )): ?&gt;
&lt;!-- メニューボタン --&gt;
&lt;li class="navi-menu-button menu-button"&gt;
&lt;input id="navi-menu-input" type="checkbox" class="display-none"&gt;
&lt;label id="navi-menu-open" class="menu-open menu-button-in" for="navi-menu-input"&gt;
&lt;span class="navi-menu-icon menu-icon"&gt;
&lt;span class="&lt;?php echo esc_attr($icon_class); ?&gt;" aria-hidden="true"&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;span class="navi-menu-caption menu-caption"&gt;&lt;?php echo $_MENU_CAPTION ? $_MENU_CAPTION : __( 'メニュー', THEME_NAME ); ?&gt;&lt;/span&gt;
&lt;/label&gt;
&lt;label class="display-none" id="navi-menu-close" for="navi-menu-input"&gt;&lt;/label&gt;
&lt;div id="navi-menu-content" class="navi-menu-content menu-content"&gt;
&lt;label class="navi-menu-close-button menu-close-button" for="navi-menu-input"&gt;&lt;span class="fa fa-close" aria-hidden="true"&gt;&lt;/span&gt;&lt;/label&gt;
&lt;?php //ヘッダーナビ
ob_start();
if (has_nav_menu( NAV_MENU_MOBILE_SLIDE_IN )) {
wp_nav_menu(
array (
//カスタムメニュー名
'theme_location' =&gt; NAV_MENU_MOBILE_SLIDE_IN,
//ul 要素に適用するCSS クラス名
'menu_class' =&gt; 'menu-drawer',
//コンテナを表示しない
'container' =&gt; false,
//カスタムメニューを設定しない際に固定ページでメニューを作成しない
'fallback_cb' =&gt; false,
)
);
} else {
wp_nav_menu(
array (
//カスタムメニュー名
'theme_location' =&gt; NAV_MENU_HEADER,
//ul 要素に適用するCSS クラス名
'menu_class' =&gt; 'menu-drawer',
//コンテナを表示しない
'container' =&gt; false,
//カスタムメニューを設定しない際に固定ページでメニューを作成しない
'fallback_cb' =&gt; false,
)
);
}

$wp_nav_menu = ob_get_clean();
//ドロワーメニュー用のグローバルナビからIDを削除（IDの重複HTML5エラー対応）
$wp_nav_menu = preg_replace('/ id="+?"/i', '', $wp_nav_menu);
// //ドロワーメニューのアンカーリンク対策
// if (preg_match_all('# href="(.+?)"#', $wp_nav_menu, $m)) {
// foreach ($m as $url) {
// if (includes_string($url, '#')) {
// $requested_url = get_requested_url();
// // _v($requested_url);
// // _v($url);
// if (preg_match('/\?$/', $requested_url)) {
// if (includes_string($url, '?')) {
// $changed_url = str_replace('?', '', $url);
// }
// } else {
// if (includes_string($url, '?')) {
// $changed_url = str_replace('#', '&amp;#', $url);
// } else {
// $changed_url = str_replace('#', '?#', $url);
// }
// }
// $wp_nav_menu = str_replace($url, $changed_url, $wp_nav_menu);
// }
// }
// }
echo $wp_nav_menu;
?&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;?php endif ?&gt;

// mobile-search-button.php
&lt;?php //モバイル用の検索ボタン
/**
* Cocoon WordPress Theme
* @author: yhira
* @link: https://wp-cocoon.com/
* @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
*/
if ( !defined( 'ABSPATH' ) ) exit;
global $_MENU_CAPTION;
global $_MENU_ICON;
$icon_class = $_MENU_ICON ? $_MENU_ICON : 'fa fa-search'; ?&gt;

&lt;!-- 検索ボタン --&gt;
&lt;?php if (!is_amp() || (is_amp() &amp;&amp; is_ssl())): ?&gt;
&lt;!-- 検索ボタン --&gt;
&lt;li class="search-menu-button menu-button"&gt;
&lt;input id="search-menu-input" type="checkbox" class="display-none"&gt;
&lt;label id="search-menu-open" class="menu-open menu-button-in" for="search-menu-input"&gt;
&lt;span class="search-menu-icon menu-icon"&gt;
&lt;span class="&lt;?php echo esc_attr($icon_class); ?&gt;" aria-hidden="true"&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;span class="search-menu-caption menu-caption"&gt;&lt;?php echo $_MENU_CAPTION ? $_MENU_CAPTION : __( '検索', THEME_NAME ); ?&gt;&lt;/span&gt;
&lt;/label&gt;
&lt;label class="display-none" id="search-menu-close" for="search-menu-input"&gt;&lt;/label&gt;
&lt;div id="search-menu-content" class="search-menu-content"&gt;
&lt;?php //検索フォーム
cocoon_template_part('searchform') ?&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;?php endif ?&gt;

// mobile-share-button.php
&lt;?php //モバイル用の検索ボタン
/**
* Cocoon WordPress Theme
* @author: yhira
* @link: https://wp-cocoon.com/
* @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
*/
if ( !defined( 'ABSPATH' ) ) exit;
global $_MENU_CAPTION;
global $_MENU_ICON;
global $_MOBILE_COPY_BUTTON;
$_MOBILE_COPY_BUTTON = true;
$icon_class = $_MENU_ICON ? $_MENU_ICON : 'fa fa-share-alt'; ?&gt;

&lt;!-- シェアボタン --&gt;
&lt;li class="share-menu-button menu-button"&gt;
&lt;input id="share-menu-input" type="checkbox" class="display-none"&gt;
&lt;label id="share-menu-open" class="menu-open menu-button-in" for="share-menu-input"&gt;
&lt;span class="share-menu-icon menu-icon"&gt;
&lt;span class="&lt;?php echo esc_attr($icon_class); ?&gt;" aria-hidden="true"&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;span class="share-menu-caption menu-caption"&gt;&lt;?php echo $_MENU_CAPTION ? $_MENU_CAPTION : __( 'シェア', THEME_NAME ); ?&gt;&lt;/span&gt;
&lt;/label&gt;
&lt;label class="display-none" id="share-menu-close" for="share-menu-input"&gt;&lt;/label&gt;
&lt;div id="share-menu-content" class="share-menu-content"&gt;
&lt;?php //シェアボタンテンプレート
get_template_part_with_option('tmp/sns-share-buttons', SS_MOBILE); ?&gt;
&lt;/div&gt;
&lt;/li&gt;

// mobile-sidebar-button.php
&lt;?php //モバイル用のサイドバーボタン
/**
* Cocoon WordPress Theme
* @author: yhira
* @link: https://wp-cocoon.com/
* @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
*/
if ( !defined( 'ABSPATH' ) ) exit;
global $_MENU_CAPTION;
global $_MENU_ICON;
$icon_class = $_MENU_ICON ? $_MENU_ICON : 'fa fa-outdent'; ?&gt;

&lt;?php if ( is_active_sidebar( 'sidebar' ) || is_active_sidebar( 'sidebar-scroll' ) ): ?&gt;
&lt;!-- サイドバーボタン --&gt;
&lt;li class="sidebar-menu-button menu-button"&gt;
&lt;input id="sidebar-menu-input" type="checkbox" class="display-none"&gt;
&lt;label id="sidebar-menu-open" class="menu-open menu-button-in" for="sidebar-menu-input"&gt;
&lt;span class="sidebar-menu-icon menu-icon"&gt;
&lt;span class="&lt;?php echo esc_attr($icon_class); ?&gt;" aria-hidden="true"&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;span class="sidebar-menu-caption menu-caption"&gt;&lt;?php echo $_MENU_CAPTION ? $_MENU_CAPTION : __( 'サイドバー', THEME_NAME ); ?&gt;&lt;/span&gt;
&lt;/label&gt;
&lt;label class="display-none" id="sidebar-menu-close" for="sidebar-menu-input"&gt;&lt;/label&gt;
&lt;div id="sidebar-menu-content" class="sidebar-menu-content menu-content"&gt;
&lt;label class="sidebar-menu-close-button menu-close-button" for="sidebar-menu-input"&gt;&lt;span class="fa fa-close" aria-hidden="true"&gt;&lt;/span&gt;&lt;/label&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;?php endif ?&gt;
</pre>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>Yamachan11</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80558</guid>
                    </item>
				                    <item>
                        <title>RE: \wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80555</link>
                        <pubDate>Sun, 11 Aug 2024 09:05:39 +0000</pubDate>
                        <description><![CDATA[因みに、以前お問い合わせいただいた、以下のサイトであれば、問題なさそうですけれど。
 c3effee6fd4927c0f13ed81a68c2dcf2.JPG
 8c406731c276bbbe2649c7eb20eb336e.JPG
&nbsp;2039764d46b07a92bacbceb363e330b6.JPG]]></description>
                        <content:encoded><![CDATA[<p>因みに、以前お問い合わせいただいた、以下のサイトであれば、問題なさそうですけれど。</p>
<p>https://xn--ecka7j.biz/</p>
<div id="wpfa-39937" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="c3effee6fd4927c0f13ed81a68c2dcf2.JPG" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1723367139-c3effee6fd4927c0f13ed81a68c2dcf2.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> c3effee6fd4927c0f13ed81a68c2dcf2.JPG</a></div>
<div id="wpfa-39939" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="8c406731c276bbbe2649c7eb20eb336e.JPG" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1723367155-8c406731c276bbbe2649c7eb20eb336e.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 8c406731c276bbbe2649c7eb20eb336e.JPG</a></div>
<div id="wpfa-39940" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1723367164-2039764d46b07a92bacbceb363e330b6.jpg" target="_blank" title="2039764d46b07a92bacbceb363e330b6.JPG"><i class="fas fa-paperclip"></i>&nbsp;2039764d46b07a92bacbceb363e330b6.JPG</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>ｍｋ２</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80555</guid>
                    </item>
				                    <item>
                        <title>RE: \wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80554</link>
                        <pubDate>Sun, 11 Aug 2024 08:52:21 +0000</pubDate>
                        <description><![CDATA[Cocoon 2.7.5.7にして確認しました。

上記の3箇所しか確認していませんが、私の環境では対応されているように見えます。
 c3effee6fd4927c0f13ed81a68c2dcf2.JPG
 8c406731c276bbbe2649c7eb20eb336e.JPG
 2039764d46b07a92bacbceb363e330b6.JPG
 
 ...]]></description>
                        <content:encoded><![CDATA[<p>Cocoon 2.7.5.7にして確認しました。</p>
<p></p>
<p>依然３件のerrorが発生しております。</p>
<pre class="hljs routeros" contenteditable="false">&lt;input <span class="hljs-attribute">autocomplete</span>=<span class="hljs-string">"off"</span> <span class="hljs-attribute">id</span>=<span class="hljs-string">"navi-menu-input"</span> <span class="hljs-attribute">type</span>=<span class="hljs-string">"checkbox"</span> <span class="hljs-attribute">class</span>=<span class="hljs-string">"display-none"</span>&gt;

&lt;input <span class="hljs-attribute">autocomplete</span>=<span class="hljs-string">"off"</span> <span class="hljs-attribute">id</span>=<span class="hljs-string">"search-menu-input"</span> <span class="hljs-attribute">type</span>=<span class="hljs-string">"checkbox"</span> <span class="hljs-attribute">class</span>=<span class="hljs-string">"display-none"</span>&gt;

&lt;input <span class="hljs-attribute">autocomplete</span>=<span class="hljs-string">"off"</span> <span class="hljs-attribute">id</span>=<span class="hljs-string">"sidebar-menu-input"</span> <span class="hljs-attribute">type</span>=<span class="hljs-string">"checkbox"</span> </pre>
<p></p>
<p>上記の3箇所しか確認していませんが、私の環境では対応されているように見えます。</p>
<div id="wpfa-39934" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="c3effee6fd4927c0f13ed81a68c2dcf2.JPG" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1723366341-c3effee6fd4927c0f13ed81a68c2dcf2.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> c3effee6fd4927c0f13ed81a68c2dcf2.JPG</a></div>
<div id="wpfa-39935" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="8c406731c276bbbe2649c7eb20eb336e.JPG" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1723366369-8c406731c276bbbe2649c7eb20eb336e.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 8c406731c276bbbe2649c7eb20eb336e.JPG</a></div>
<div id="wpfa-39936" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2039764d46b07a92bacbceb363e330b6.JPG" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1723366379-2039764d46b07a92bacbceb363e330b6.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2039764d46b07a92bacbceb363e330b6.JPG</a></div>
<div> </div>
<div> </div>
<div>わいひらさんの仰っているように、テンプレートのカスタマイズや、各種キャッシュなど、今一度ご確認いただけますでしょうか。</div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>ｍｋ２</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80554</guid>
                    </item>
				                    <item>
                        <title>RE: \wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80551</link>
                        <pubDate>Sun, 11 Aug 2024 05:40:00 +0000</pubDate>
                        <description><![CDATA[リポジトリをautocompleteで検索してみてもそれっぽい記述も出ないようです]]></description>
                        <content:encoded><![CDATA[<p>リポジトリをautocompleteで検索してみてもそれっぽい記述も出ないようです。<br />https://github.com/search?q=repo%3Axserver-inc%2Fcocoon%20autocomplete&amp;type=code</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>わいひら</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80551</guid>
                    </item>
				                    <item>
                        <title>RE: \wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80550</link>
                        <pubDate>Sun, 11 Aug 2024 05:37:44 +0000</pubDate>
                        <description><![CDATA[いずれの部分を削除されているように見えます。テンプレートカスタマイズされているとかはないんですよね？id=&quot;navi-menu-input&quot;https://github.com/xserver-inc/cocoon/commit/54c3c35cc3a0e00edcfe28b45073f20f711feb0e#diff-0c666b0c57eb0b5283a0dc306a270...]]></description>
                        <content:encoded><![CDATA[<p>いずれの部分を削除されているように見えます。<br />テンプレートカスタマイズされているとかはないんですよね？<br /><br />id="navi-menu-input"<br />https://github.com/xserver-inc/cocoon/commit/54c3c35cc3a0e00edcfe28b45073f20f711feb0e#diff-0c666b0c57eb0b5283a0dc306a270ffce98ceea7691143d652b64e8590b244c0L16<br /><br />id="search-menu-input"<br />https://github.com/xserver-inc/cocoon/commit/54c3c35cc3a0e00edcfe28b45073f20f711feb0e#diff-423051177bef471c9dd6a679e97ac70396daa28f0c15156b25921fcd0dde5381L17<br /><br />id="sidebar-menu-input"<br />https://github.com/xserver-inc/cocoon/commit/54c3c35cc3a0e00edcfe28b45073f20f711feb0e#diff-58c5f62fb2921079c8afa1cc63825977153cd7ed5af9feeac9ba72e53ef38c60L16</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>わいひら</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80550</guid>
                    </item>
				                    <item>
                        <title>RE: \wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80547</link>
                        <pubDate>Sun, 11 Aug 2024 00:23:26 +0000</pubDate>
                        <description><![CDATA[@yhira さんお世話様です。バージョン：2.7.5.7 にアップデートしてキャッシュもクリアしてみたのですが、依然３件のerrorが発生しております。

&lt;input autocomplete=&quot;off&quot; id=&quot;navi-menu-input&quot; type=&quot;checkbox&quot; class=&quot;display-none&quot;&gt;

&lt;input autoc...]]></description>
                        <content:encoded><![CDATA[<p>@yhira さん<br />お世話様です。<br />バージョン：2.7.5.7 にアップデートしてキャッシュもクリアしてみたのですが、<br />依然３件のerrorが発生しております。</p>
<pre contenteditable="false">
&lt;input autocomplete="off" id="navi-menu-input" type="checkbox" class="display-none"&gt;

&lt;input autocomplete="off" id="search-menu-input" type="checkbox" class="display-none"&gt;

&lt;input autocomplete="off" id="sidebar-menu-input" type="checkbox" class="display-none"&gt;</pre>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>Yamachan11</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80547</guid>
                    </item>
				                    <item>
                        <title>RE: \wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80540</link>
                        <pubDate>Sat, 10 Aug 2024 16:44:03 +0000</pubDate>
                        <description><![CDATA[ご連絡いただきありがとうございます。autocomplete属性を削除したものをGitHubにアップしておきました。-----------------------------------------------]]></description>
                        <content:encoded><![CDATA[<p>ご連絡いただきありがとうございます。<br />autocomplete属性を削除したものをGitHubにアップしておきました。<br />------------------------------------------------<br />https://github.com/xserver-inc/cocoon<br />開発中の最新ファイルをダウンロードする場合は、上記ページのダウンロードボタンからzipファイルをダウンロードしてください。<br />https://wp-cocoon.com/wp-content/uploads/2020/07/github-dl.png<br />WordPressでの手動アップデート方法はこちら<br />https://wp-cocoon.com/manual-update-of-cocoon-theme/<br />------------------------------------------------</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>わいひら</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80540</guid>
                    </item>
				                    <item>
                        <title>\wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。</title>
                        <link>https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80537</link>
                        <pubDate>Sat, 10 Aug 2024 01:56:01 +0000</pubDate>
                        <description><![CDATA[お世話様です。
\wp-content\themes\cocoon-master\tmp\配下にある以下のFileの設定について質問です。

mobile-follow-button.php
mobile-navi-button.php
mobile-search-button.php
mobile-share-button.php
mobile-sidebar-...]]></description>
                        <content:encoded><![CDATA[<p>お世話様です。</p>
<p><strong>\wp-content\themes\cocoon-master\tmp\</strong>配下にある以下の<span>File</span>の設定について質問です。</p>
<ol>
<li>mobile-follow-button.php</li>
<li>mobile-navi-button.php</li>
<li>mobile-search-button.php</li>
<li>mobile-share-button.php</li>
<li>mobile-sidebar-button.php</li>
</ol>
<p> </p>
<p><strong>mobile-follow-button.php</strong><strong>　</strong>Line:16</p>
<pre contenteditable="false">&lt;input autocomplete="off" id="follow-menu-input" type="checkbox" class="display-none"&gt;</pre>
<p><strong>mobile-navi-button.php</strong><strong>　</strong>Line:16</p>
<pre contenteditable="false">&lt;input autocomplete="off" id="navi-menu-input" type="checkbox" class="display-none"&gt;</pre>
<p><strong>mobile-search-button.php</strong><strong>　</strong> <span>Line:17</span></p>
<p>　　</p>
<pre contenteditable="false">&lt;input autocomplete="off" id="search-menu-input" type="checkbox" class="display-none"&gt;</pre>
<p><strong>mobile-share-button.php</strong><strong>　</strong> <span>Line:17</span></p>
<pre contenteditable="false">&lt;input autocomplete="off" id="share-menu-input" type="checkbox" class="display-none"&gt;</pre>
<p><strong>mobile-sidebar-button.php</strong><strong>　</strong> <span>Line:16</span></p>
<p>　　 </p>
<pre contenteditable="false">&lt;input autocomplete="off" id="sidebar-menu-input" type="checkbox" class="display-none"&gt;</pre>
<p><strong> </strong></p>
<p>これらは、いづれも <strong><span>HTML Checker</span></strong>で<strong>Error</strong>となっておりまして。</p>
<p><span style="color: #0000ff"><strong>GEMINI</strong></span>の解析によりますと、</p>
<p>エラーの原因<span>:</span></p>
<p>エラーメッセージが示すように、<strong>autocomplete 属性</strong>は、<span>input </span>要素の<strong> type 属性</strong>が特定の値（color、<span>date</span>、<span>datetime-local</span>、<span>email</span>、<span>hidden</span>、<span>month</span>、<span>number</span>、<span>password</span>、<span>range</span>、<span>search</span>、<span>tel</span>、<span>text</span>、<span>time</span>、<span>url</span>、<span>week</span>）の場合にのみ使用可能です。しかし、あなたのコードでは、<span>input </span>要素の<span> type </span>属性が<span> "checkbox" </span>に設定されており、これは許可されていないためエラーが発生しています。</p>
<p>対策<span>:</span></p>
<p>autocomplete 属性の削除<span>: </span>最も簡単な解決策は、問題の input 要素から<span> autocomplete </span>属性を完全に削除することです。<span><br /></span>この場合、自動補完機能は無効になりますが、エラーは解消されます。</p>
<pre contenteditable="false">&lt;input  id="follow-menu-input" type="checkbox" class="display-none"&gt;

&lt;input  id="navi-menu-input" type="checkbox" class="display-none"&gt;

&lt;input  id="search-menu-input" type="checkbox" class="display-none"&gt;

&lt;input  id="share-menu-input" type="checkbox" class="display-none"&gt;

&lt;input  id="sidebar-menu-input" type="checkbox" class="display-none"&gt;
</pre>
<br />
<p>と、あります。</p>
<p> </p>
<p>ご確認の程、よろしくお願いします。</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/yhira/">わいひらに連絡</category>                        <dc:creator>Yamachan11</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/yhira/wp-contentthemescocoon-mastertmp%e9%85%8d%e4%b8%8b%e3%81%ab%e3%81%82%e3%82%8b%e4%bb%a5%e4%b8%8b%e3%81%aefile%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%b3%aa%e5%95%8f/#post-80537</guid>
                    </item>
							        </channel>
        </rss>
		