• Website: http://www.visionvocalcoaching.com
    Page with Error: hhttp://www.visionvocalcoaching.com/successstories/

    I seem to have lost the footer background one page of my site. I am using a child theme (created to customize the footer) as well as Custom CSS (plugin) and can not figure out how to get the footer of the “Success Stories” page to look like the other pages.

    Here is a copy of my Custom CSS:http://pastebin.com/AbWmg2Up

    And here is the text used to edit the footer in function.php of the child theme:

    <?php
    
    // Remove old copyright text
    add_action( 'init' , 'mh_remove_copy' , 15 );
    function mh_remove_copy() {
            remove_action( 'attitude_footer', 'attitude_footer_info', 30 );
    }
    
    // Add my own copyright text
    add_action( 'attitude_footer' , 'mh_footer_info' , 30 );
    function mh_footer_info() {
       $output = '<div class="copyright">'.'Copyright © [the-year] [site-link]'.'</div><!-- .copyright -->';
       echo do_shortcode( $output );
    }

    Please pardon my videos/photos. They are placeholders for more suitable media that should be going up in the next couple of days.

    Thank you so much for any help!
    Ben

Viewing 1 replies (of 1 total)
  • Thread Starter visionvocalcoaching

    (@visionvocalcoaching)

    If a mod finds this, please delete the original post. I neglected to post under the Attitude heading.

    I reposted a similar inquiry Here so this one is obsolete.

    Sorry for any inconvenience>
    Ben

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Attitude] Footer Background Missing on One Page’ is closed to new replies.