Title: changed footer.php
Last modified: August 31, 2016

---

# changed footer.php

 *  Resolved [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/)
 * Hello,
 * I have changed by error the footer.php file and now my whole site
    does not show
   up correctly,
 * How do I change this?
 * thank you
 * Kimbert
    [http://www.trois-echos.com](http://www.trois-echos.com)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/changed-footerphp/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/changed-footerphp/page/2/?output_format=md)

 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071056)
 * Looks fine from my end
 *  Thread Starter [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071087)
 * Hello Ash
 * Look at the Contact page with the form. the top of the form is cut off.
    It wasn’t
   like that before.
 * Also I have 2 contacts at the top, how do I take the one that leads to a non 
   existing page off?
 * thanks for your help
 * K
 *  Thread Starter [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071089)
 * Hello again,
 * Here is the code I have in my footer now?
    There is something missing because
   I took it off. thx
 *     ```
       <?php
       /**
        * The template for displaying the footer.
        *
        * Contains footer content and the closing of the main and #page div elements.
        *
        * @since 1.0.0
        */
       ?>
       		</main><!-- main -->
   
       		<footer id="footer" role="contentinfo">
       			<div id="footer-content" class="container">
       				<div class="row">
       					<div class="copyright col-lg-12">
       						<p class="footer-notice pull-left"><?php printf( __( 'Copyright &copy; %s %s. All Rights Reserved.', 'tienda' ), date( 'Y' ), '<a href="' . esc_url( home_url() ) . '">' . get_bloginfo( 'name' ) . '</a>' ); ?>
       						<p class="pull-right">
       							<?php printf( __( 'The %s Theme by %s.', 'tienda' ), <a href="http://themes.bavotasan.com/">bavotasan.com</a>' ); ?>
       						</p>
       					</div><!-- .col-lg-12 -->
       				</div><!-- .row -->
       			</div><!-- #footer-content.container -->
       		</footer><!-- #footer -->
   
       	</div><!-- #page -->
   
       <?php wp_footer(); ?>
       </body>
       </html>
       ```
   
 *  Thread Starter [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071203)
 * Hello Ash,
 * thanks to Wordfence I was able to restore the original version.
 * But I still can’t figure out how to take the 3echos contact page off?
 * thank you for your help,
    K [http://www.trois-echos.com](http://www.trois-echos.com)
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071327)
 * I’m sorry didn’t quite catch up, What is it you want to do change ? Could you
   guide me through your problem?
 *  Thread Starter [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071331)
 * Hello Ash
 * I wanted to take off the bottom line that names the theme and the name of the
   author.
 * I tried taking it off but it changed how the scroll on the page worked and all
   other pages.
 * I was able to restore the original version thanks to Wordfence.
 * So I think I should do this in a child theme, is this not correct. And how would
   I do it?
 * thank you
    K
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071347)
 * Try adding this CSS code to style.css of your child theme
 *     ```
       div#footer-content.container {display:none;}
       ```
   
 *  Thread Starter [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071348)
 * Hello Ash
 * Ok will try doing that today.
 * thank u
 * also can you take a look at this image for me,
    Its way too big and out of focus,
   Can u explain what is wrong with it?
 * `http://www.trois-echos.com/?product=jas&lang=fr`
 * It says it is 935 x 1418,08 in the firebug inspector,
    the thumbnail is ok and
   so is the catalogue page pic and the pop up… I have been talking with Mike Jolley
   from Woocommerce and he thought it was because of a zoom plug in but I don’t 
   have one. In my woocommerce settings I have the product image set at300 x 455
   with a hard crop…
 * thank u again,
    Kimbert
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071349)
 * That’s because your post image width has been set to 100%. This means regardless
   of your image width, Images will always be stretched horizontally. Try this –
 *     ```
       .woocommerce div.product div.images img {
       width:auto;
       }
       ```
   
 *  Thread Starter [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071350)
 * Do I do that in a child theme of the extension Woocommerce?
 * thank u
 * Kathleen
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071351)
 * Yes. add that code at the end of your style.css file of your child theme
 *  Thread Starter [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071352)
 * thank you Ash, I will be working on this in the next few days..
    almost a newbie…!
 * have a great wkend!
    K
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071353)
 * Let me know how that works out for you.
 *  Thread Starter [Kimbert](https://wordpress.org/support/users/kimbert/)
 * (@kimbert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071362)
 * Hello Ash
 * I am having problems installing the child theme;
    The message that the theme 
   is damaged The following themes are installed, but incomplete. Themes mus have
   at least on style ssheet and a modèle. Nom Description Tienda Basic Le modèle
   missing.
 * There are 2 css style sheets in this theme. a style sheet and a rtl.css.
    Do 
   I have to put both style sheets in my child theme ?
 * Getting to where I want to go is a long …that’s why I don’t travel…:( !
 * K
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changed-footerphp/#post-7071366)
 * Do yourself a favor, pick another theme because this theme doesn’t look good 
   on reviews and ratings. and there’s no response from the author save yourself
   from the headache 🙂

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/changed-footerphp/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/changed-footerphp/page/2/?output_format=md)

The topic ‘changed footer.php’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tienda-basic/1.0.3/screenshot.
   png)
 * Tienda Basic
 * [Support Threads](https://wordpress.org/support/theme/tienda-basic/)
 * [Active Topics](https://wordpress.org/support/theme/tienda-basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tienda-basic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tienda-basic/reviews/)

 * 17 replies
 * 2 participants
 * Last reply from: [Kimbert](https://wordpress.org/support/users/kimbert/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/changed-footerphp/page/2/#post-7071393)
 * Status: resolved