<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Customize footer.php (from child theme) &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 26 Oct 2025 17:31:41 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-302342</guid>
					<title><![CDATA[Customize footer.php (from child theme)]]></title>
					<link>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-302342</link>
					<pubDate>Mon, 15 Jun 2015 14:43:52 +0000</pubDate>
					<dc:creator>jpag</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
I need help to change the footer of the site that I&#8217;m developing. I managed to change it but to get what I want, I have to edit the file footer.php in the theme child. Basically I need to define 4 div with specific CLASS, to edit later with CSS,<br />
1 to the left for the logo<br />
1 to the left for information<br />
1 right to the pages of the site<br />
1 to the right for social icons (social icons X default, the same in the header)</p>
<p><a href="https://dl.dropboxusercontent.com/u/11581980/footer.png" rel="nofollow">Here</a> a picture of how it should be.<br />
For this project I use the X version 3.2.4<br />
Shortcodes 3.0.5<br />
Wordpress 4.2.2</p>
<p>Thanks,<br />
L.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-302601</guid>
					<title><![CDATA[Reply To: Customize footer.php (from child theme)]]></title>
					<link>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-302601</link>
					<pubDate>Mon, 15 Jun 2015 18:30:07 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing.</p>
<p>We would like to help you however this is beyond the scope of our support. It would be best to contact a custom developoer for that one.</p>
<p>Thank you so much for understanding.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-302607</guid>
					<title><![CDATA[Reply To: Customize footer.php (from child theme)]]></title>
					<link>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-302607</link>
					<pubDate>Mon, 15 Jun 2015 18:39:33 +0000</pubDate>
					<dc:creator>jpag</dc:creator>

					<description>
						<![CDATA[
						<p>Reading the forum I saw that you have advised users how to edit the footer.php, I do not think I asked a different thing &#8230; thanks anyway, I was hoping for a more professional service considering how much I pay.</p>
<p>L.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-302895</guid>
					<title><![CDATA[Reply To: Customize footer.php (from child theme)]]></title>
					<link>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-302895</link>
					<pubDate>Mon, 15 Jun 2015 23:58:05 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Sorry for the confusion. We only provide minor cosmetic changes anything with template changes will fall in custom development. </p>
<p>While that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here.</p>
<p>On your child theme&#8217;s root directory create a file named <strong>footer.php</strong> then paste the code below:</p>
<pre><code>&lt;?php

// =============================================================================
// FOOTER.PHP
// -----------------------------------------------------------------------------
// Footer output.
// =============================================================================

?&gt;

  &lt;?php x_get_view( &#039;global&#039;, &#039;_header&#039;, &#039;widget-areas&#039; ); ?&gt;
  &lt;?php x_get_view( &#039;global&#039;, &#039;_footer&#039;, &#039;scroll-top&#039; ); ?&gt;
  &lt;?php x_get_view( &#039;global&#039;, &#039;_footer&#039;, &#039;widget-areas&#039; ); ?&gt;

  &lt;?php if ( x_get_option( &#039;x_footer_bottom_display&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;

    &lt;footer class=&quot;x-colophon bottom&quot; role=&quot;contentinfo&quot;&gt;
      &lt;div class=&quot;x-container max width&quot;&gt;
  &lt;div class=&quot;float-l&quot;&gt;
        &lt;!-- EDIT THIS PART --&gt;
        &lt;img src=&quot;http://i.imgur.com/7gUNSPl.jpg&quot;&gt;
        &lt;p&gt;Lorem ipsum dolor sit amet&lt;/p&gt;
        &lt;p&gt;Cell +39 0000000&lt;/p&gt;
        &lt;p&gt;lorem@ipsum.dolor&lt;/p&gt;
        &lt;p&gt;consectetur adipisicing elit&lt;/p&gt;
        &lt;p&gt;Duis aute irure dolor in reprehenderit&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;float-r&quot;&gt;
        &lt;?php if ( x_get_option( &#039;x_footer_content_display&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;
          &lt;div class=&quot;x-colophon-content&quot;&gt;
            &lt;?php echo x_get_option( &#039;x_footer_content&#039; ); ?&gt;
          &lt;/div&gt;
        &lt;?php endif; ?&gt;
  
        &lt;?php if ( x_get_option( &#039;x_footer_menu_display&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;
         &lt;?php x_get_view( &#039;global&#039;, &#039;_nav&#039;, &#039;footer&#039; ); ?&gt; 
        &lt;?php endif; ?&gt;

        &lt;?php if ( x_get_option( &#039;x_footer_social_display&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;
          &lt;?php x_social_global(); ?&gt;
        &lt;?php endif; ?&gt;
  &lt;/div&gt;
      &lt;/div&gt;
    &lt;/footer&gt;

  &lt;?php endif; ?&gt;

&lt;?php x_get_view( &#039;global&#039;, &#039;_footer&#039; ); ?&gt;</code></pre>
<p>Then make the necessary changes where the &lt;!&#8211; EDIT THIS PART &#8211;&gt; comment is, and add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>.float-l {float: left;text-align: left;}
.float-l p {margin-bottom: 0;}
.float-r {float: right;text-align: right;}</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-303125</guid>
					<title><![CDATA[Reply To: Customize footer.php (from child theme)]]></title>
					<link>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-303125</link>
					<pubDate>Tue, 16 Jun 2015 06:38:21 +0000</pubDate>
					<dc:creator>jpag</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks so much, this was what I needed to start editing the file footer.php and get what I need.<br />
I apologize for the message tones perhaps excessive. </p>
<p>Thanks again.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-303365</guid>
					<title><![CDATA[Reply To: Customize footer.php (from child theme)]]></title>
					<link>https://theme.co/archive/forums/topic/customize-footer-php-from-child-theme/#post-303365</link>
					<pubDate>Tue, 16 Jun 2015 11:36:01 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome.<br />
If you need anything else, please let us know 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

