beccablair
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add a footer.php to a child themeSolved
Forum: Themes and Templates
In reply to: [Prana] Prana child theme footer problemThank you, I had to go through GoDaddy and it was a round-about process to copy the footer.php tot he child theme folder, i edited the code and put mine in where you suggested so it looks like this.
<body> <div class="container_16"> <div id="myfooter"> <a href="https://www.bbb.org/louisville/Business-Reviews/construction-management/construction-administrative-services-in-louisville-ky-159136586/bbb-accreditation"><img src="https://hartlandbuilders.com/wp-content/uploads/2013/06/logo-BBB-Accredited1.jpg" width="195" height="70" alt="bbb" longdesc="https://hartlandbuilders.com/wp-content/uploads/2013/06/logo-BBB-Accredited1.jpg" /></a> </div> </div> </div> </div> <!-- end .wrapper --> <?php wp_footer(); ?> </body> </html>
But once I hit update file, nothing happens on my site? I’m editing the footer.php in my child’s theme editor on wordpress after I made a copy of the footer.php from my parent theme. Is my code wrong?
Forum: Themes and Templates
In reply to: [Prana] Prana child theme footer problemModularBase, do you have any themes you would recommenced to do that with?
Forum: Themes and Templates
In reply to: [Prana] Prana child theme footer problemyes, WPyogi, maybe I am not fully understanding. I created my child’s theme and understand that is where I make my CSS changes, but I do not know how to get my parent footer copied. It was to my understanding that was what the plugin did for me, I do not have these files on my computer because they must be edited through GoDaddy.com, however, when I try to copy the footer.php there into the child’s theme style.css folder nothing happens. This does nothing, could my editing problem be a problem because I am using GoDaddy as my web site host. With a child theme am I supposed to have access to all the parent folders like I would modifying the parent theme but instead i’m modifying the child theme? When I go to the editor for my child theme the only option is my style.css and a blank box.
Forum: Themes and Templates
In reply to: [Prana] Prana child theme footer problemModular base, My FTP isn’t saved to my computer because my site is hosted with GoDaddy. Could that have anything to do with my limitations? This is the footer code from my parent theme without I want to put in my footer, ideally I would like to have several images with hyperlinks as well as a privacy policy.
<body> <div class="container_16"> <?php do_action( 'prana_footer' ); ?> </div> </div> </div> <!-- end .wrapper --> <?php wp_footer(); ?> </body> </html>
Where do I put the code you included? Sorry, I am semi-new to wordpress.
Forum: Themes and Templates
In reply to: [Prana] Prana child theme footer problemWhen I put my changes in to my child’s theme CSS it doesn’t edit the part I want, I’m specifically looking to edit the footer, when I tried to put it in on just my child’s them it didn’t work, nothing happened to my page.
Forum: Themes and Templates
In reply to: [Prana] Prana child theme footer problemBut how do I that? I created a child’s theme using the “one-click” child’s theme plugin. And in the editor, there is no option for a footer.php, only the style.css, and that file doesn’t even contain any .css code? Is my child theme wrong? If you go to my site, I want to put the BBB picture/link in my child’s theme footer but there is no option for that?
Forum: Fixing WordPress
In reply to: Add a footer.php to a child theme“I get the error statement:
500 Can’t connect to casllkcy.com:80 (Bad hostname ‘casllkcy.com’)
Revert to Twenty Twelve theme and see if the error goes away.”I’m unsure of why you get this error, but it works on several computers and in multiple browsers for me.
Forum: Themes and Templates
In reply to: [Prana] Prana child theme footer problem