• Resolved Z_Everson

    (@z_everson)


    Eons ago when I first designed zacheverson.com, I edited the footer to say “? 2017 Zach Everson.” I’ve since incorporated and need to change it to my LLC. I can’t for the life of me figure out where to do it though.

    Appearance > Editor > Theme Footer just has this code:

    
    	<footer id="footer" class="col-full">
    
    		<?php woo_footer_inside(); ?>
    
    		<div id="copyright" class="col-left">
    			<?php woo_footer_left(); ?>
    		</div>
    
    		<div id="credit" class="col-right">
    			
    		</div>
    
    	</footer>
    
    

    I can’t see where it’s pulling from though. I reviewed all of me theme’s (Woo’s Canvas) settings, but don’t see a place. And Woo no longer supports the theme.

    Any help would be much appreciated. Thanks!

    • This topic was modified 7 years, 3 months ago by Z_Everson.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • One possibility here is that this option is a widget, to change it go to this path:
    Appearance > Customize > Footer Widget

    Other possibility is that your current theme uses Static Blocks. This option only gets available when the current theme uses it. It is present in the wp-admin main menu before the Media option. Just click on it and you’ll be able to see the footer file to edit.

    Please let me know if these possibilities work for you.

    There should definitely be a place to edit your footer settings for that theme…

    Take a look here:

    https://docs.woocommerce.com/document/remove-designed-by-woothemes-from-footer/

    According to WooThemes site it should be located under Canvas > Settings > Header & Footer > Footer

    Please keep in mind that we do not support commercial themes here. You should refer to WooThemes website and Canvas docs.

    Thread Starter Z_Everson

    (@z_everson)

    Thanks @mateusgetulio and @keithdriscoll!

    One possibility here is that this option is a widget, to change it go to this path:
    Appearance > Customize > Footer Widget

    I do have footer widgets, but they are for the content that appears just before the actual footer (the About, Contact, and Connect cells).

    Other possibility is that your current theme uses Static Blocks. This option only gets available when the current theme uses it. It is present in the wp-admin main menu before the Media option. Just click on it and you’ll be able to see the footer file to edit.

    That option doesn’t appear for me.

    According to WooThemes site it should be located under Canvas > Settings >
    Header & Footer > Footer

    Thanks. Clearly I should have done some searching. I recall those options being available when I set up the website. Header & Footer, however, no longer appear with the other options in Canvas > Settings.

    Please keep in mind that we do not support commercial themes here. You should refer to WooThemes website and Canvas docs.

    I searched some more, but found nothing.

    I was able to fix it, explaining the process here in case someone else encounters the same issue.

    Via WP’s CMS at Appearance > Editor > Theme Footer (footer.php), I replaced

    <?php woo_footer_left(); ?>

    with

    ? 2017 Opt-Out Media, LLC. All Rights Reserved.

    But that change brought about these error messages:

    • “Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over https://FTP.&#8221;
    • “Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”

    If I looked at my website while the change was being processed, the footer shows the updated content. But when I looked after getting the error message, it had in fact reverted to the old content.

    When I opened footer.php via my my hosting company’s control panel file manager, however, the new content was in it.

    I then manually edited the .footer.php file I downloaded from my control panel’s file manager (just adding <p> and </p> before the text, as the the new content already was there) and uploaded it.

    Ten minutes the updated content was still there. So I’m assuming that fixed it.

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing the footer’ is closed to new replies.