changed footer.php
-
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
-
Looks fine from my end
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
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 © %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>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.comI’m sorry didn’t quite catch up, What is it you want to do change ? Could you guide me through your problem?
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
KTry adding this CSS code to style.css of your child theme
div#footer-content.container {display:none;}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=frIt 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,
KimbertThat’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; }Do I do that in a child theme of the extension Woocommerce?
thank u
Kathleen
Yes. add that code at the end of your style.css file of your child theme
thank you Ash, I will be working on this in the next few days..
almost a newbie…!have a great wkend!
KLet me know how that works out for you.
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
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 🙂
The topic ‘changed footer.php’ is closed to new replies.
