Home>Support>Turn On the footer

Turn On the footer

By J Phan, 9 years ago. Last reply by Daniel, 9 years ago.

I have a different requirement. Where it used to say “A SiteOrigin” Theme, with link to siteorigin, I had edited to put in my own footer with link.

I liked vantage so much that I decided to support you fellas and upgrade to premium.

Turns out that wasn’t such a good idea. No, I can’t turn my “footer” back on.

I’ve already looked at footer (in the parent vantage dir) and parts/footer.php, I’ve looked under theme settings/layout and it says default footer.

Why is the footer NOT showing up?


<?php
/**
 * Part Name: Default Footer
 */
?>
<footer id="colophon" class="site-footer" role="contentinfo">

	<div id="footer-widgets" class="full-container">
		<?php dynamic_sidebar( 'sidebar-footer' ) ?>
	</div><!-- #footer-widgets -->

	<?php $site_info_text = apply_filters('vantage_site_info', siteorigin_setting('general_site_info_text') ); if( !empty($site_info_text) ) : ?>
		<div id="site-info">
			<?php echo wp_kses_post($site_info_text) ?>
		</div><!-- #site-info -->
	<?php endif; ?>

	<?php echo apply_filters( 'vantage_footer_attribution', '<div id="theme-attribution">' . sprintf( __('<a href="%s" target="_blank">A well regulated militia, being necessary to the security of a free state, the right of the people to keep and bear arms, shall not be infringed.</a>', 'vantage'), 'http://www.archives.gov/exhibits/charters/bill_of_rights_transcript.html#text') . '</div>' ) ?>

</footer>
<!-- #colophon .site-footer -->

URL: http://calshooting.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago J Phan

    This isn’t looking promising for me…

    Andrew Misplon wrote:

    Hi saifurv

    Updating to premium will automatically remove the footer attribution in Vantage. In a few of our other themes you need to de-activate it under Appearance > Theme Settings.

    Our future themes will have the option to put a dynamic year in the copyright space. Vantage unfortunately doesn’t have this. At the moment you’ll either need to leave it out or just manually update the year annually. Sorry I don’t have more there.

    How does one re-enable the footer?

  2. 9 years, 7 months ago J Phan
    <?php
    /**
     * Part Name: Default Footer
     */
    ?>
    <footer id="colophon" class="site-footer" role="contentinfo">
    
    	<div id="footer-widgets" class="full-container">
    		<?php dynamic_sidebar( 'sidebar-footer' ) ?>
    	</div><!-- #footer-widgets -->
    
    	<?php $site_info_text = apply_filters('vantage_site_info', siteorigin_setting('general_site_info_text') ); if( !empty($site_info_text) ) : ?>
    		<div id="site-info">
    			<?php echo wp_kses_post($site_info_text) ?>
    		</div><!-- #site-info -->
    	<?php endif; ?>
    
    	<?php echo apply_filters( 'vantage_footer_attribution', '<div id="theme-attribution">' . sprintf( __('<a href="%s" target="_blank">A well regulated militia, being necessary to the security of a free state, the right of the people to keep and bear arms, shall not be infringed.</a>', 'vantage'), 'http://www.archives.gov/exhibits/charters/bill_of_rights_transcript.html#text') . '</div>' ) ?>
    
    </footer>
    <!-- #colophon .site-footer -->
    
    
  3. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi J Phan

    I have just checked your site and seems you have ironed this out. If you encounter any other issue that you require support for always feel free to open a thread and we will jump right to it.

    Thank you.

  4. 9 years, 7 months ago J Phan

    I figured out that you deprecated /parts/footer.php and can use site information text under the general tab of theme settings.

    I didn’t fix the footer, I just found a work around.

    But thank you.

  5. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi J Phan

    Your welcome

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More