<?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>
									カルーセルをフッターに表示させたい。 - Cocoonテーマに関する質問				            </title>
            <link>https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Mon, 20 Apr 2026 15:20:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: カルーセルをフッターに表示させたい。</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/#post-65316</link>
                        <pubDate>Sat, 15 Oct 2022 14:35:04 +0000</pubDate>
                        <description><![CDATA[@chu-ya さん
やってみたら、できました！
素早い対応ありがとうございます。]]></description>
                        <content:encoded><![CDATA[<p>@chu-ya さん</p>
<p>やってみたら、できました！</p>
<p>素早い対応ありがとうございます。</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>BB.com</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/#post-65316</guid>
                    </item>
				                    <item>
                        <title>RE: カルーセルをフッターに表示させたい。</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/#post-65315</link>
                        <pubDate>Sat, 15 Oct 2022 14:32:53 +0000</pubDate>
                        <description><![CDATA[@chu-ya さん
ありがとうございます。フッターにできれば何でも良いです。
Cocoonの子テーマの「javascript.js」にそのスクリプトを追加すればよろしいのでしょうか？]]></description>
                        <content:encoded><![CDATA[<p>@chu-ya さん</p>
<p>ありがとうございます。フッターにできれば何でも良いです。</p>
<p>Cocoonの子テーマの「javascript.js」にそのスクリプトを追加すればよろしいのでしょうか？</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>BB.com</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/#post-65315</guid>
                    </item>
				                    <item>
                        <title>RE: カルーセルをフッターに表示させたい。</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/#post-65314</link>
                        <pubDate>Sat, 15 Oct 2022 13:31:13 +0000</pubDate>
                        <description><![CDATA[●JavaScript
PHPでの方法が思い付かないので、私が知る方法です。
$(function() {
  // カルーセルがある？
  if($(&#039;#carousel&#039;).length){
    // フッターにカルーセルを移動
    $(&#039;#carousel&#039;).prependTo(&#039;#footer&#039;);
  }
});
&nbsp;2022-10...]]></description>
                        <content:encoded><![CDATA[<p><strong>●JavaScript</strong></p>
<p>PHPでの方法が思い付かないので、私が知る方法です。</p>
<pre contenteditable="false">$(function() {
  // カルーセルがある？
  if($('#carousel').length){
    // フッターにカルーセルを移動
    $('#carousel').prependTo('#footer');
  }
});</pre>
<div id="wpfa-31913" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1665840673-2022-10-15_22h25_44.png" target="_blank" title="2022-10-15_22h25_44.png"><i class="fas fa-paperclip"></i>&nbsp;2022-10-15_22h25_44.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>大門未知子</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/#post-65314</guid>
                    </item>
				                    <item>
                        <title>カルーセルをフッターに表示させたい。</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/#post-65313</link>
                        <pubDate>Sat, 15 Oct 2022 13:00:37 +0000</pubDate>
                        <description><![CDATA[お世話になっております。
Cocoonに標準機能であるカルーセルをフッターに表示させたいです。既定では、ヘッダーになっており、恐らくPHPをいじらないと変更できないと思われます。
やり方をご存知の方がいればご教示ください。]]></description>
                        <content:encoded><![CDATA[<p>お世話になっております。</p>
<p>Cocoonに標準機能であるカルーセルをフッターに表示させたいです。<br />既定では、ヘッダーになっており、恐らくPHPをいじらないと変更できないと思われます。</p>
<p>やり方をご存知の方がいればご教示ください。</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>BB.com</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e3%82%ab%e3%83%ab%e3%83%bc%e3%82%bb%e3%83%ab%e3%82%92%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%81%ab%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%81%9f%e3%81%84%e3%80%82/#post-65313</guid>
                    </item>
							        </channel>
        </rss>
		