Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter beccablair

    (@beccablair)

    Solved

    Thread Starter beccablair

    (@beccablair)

    Thank 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">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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?

    Thread Starter beccablair

    (@beccablair)

    ModularBase, do you have any themes you would recommenced to do that with?

    Thread Starter beccablair

    (@beccablair)

    yes, 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.

    Thread Starter beccablair

    (@beccablair)

    Modular 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.

    Thread Starter beccablair

    (@beccablair)

    When 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.

    Thread Starter beccablair

    (@beccablair)

    But 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?

    Thread Starter beccablair

    (@beccablair)

    “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.

    Thread Starter beccablair

    (@beccablair)

Viewing 9 replies - 1 through 9 (of 9 total)