Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877681
    powrider686
    Participant

    Hi,
    On my site fleminglandscaping.co/, I’d like to have the footer content, i.e. the Powered by Blend Web Marketing, to be below the rest of the footer content.

    I can’t figure out a way to do that, can you help?

    Thank you!

    #878213
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    To achieve that, create file wp-footer.php in wp-content/themes/x-child/framework/views/ethos
    then copy the code below into that file.

    
    <?php
    
    // =============================================================================
    // VIEWS/ETHOS/WP-FOOTER.PHP
    // -----------------------------------------------------------------------------
    // Footer output for Ethos.
    // =============================================================================
    
    ?>
    
      <?php x_get_view( 'global', '_header', 'widget-areas' ); ?>
      <?php x_get_view( 'global', '_footer', 'scroll-top' ); ?>
      <?php x_get_view( 'global', '_footer', 'widget-areas' ); ?>
    
      <?php if ( x_get_option( 'x_footer_bottom_display' ) == '1' ) : ?>
    
        <footer class="x-colophon bottom" role="contentinfo">
          <div class="x-container max width">
    
       
    
            <?php if ( x_get_option( 'x_footer_menu_display' ) == '1' ) : ?>
              <?php x_get_view( 'global', '_nav', 'footer' ); ?>
            <?php endif; ?>
    
            <?php if ( x_get_option( 'x_footer_social_display' ) == '1' ) : ?>
              <?php x_social_global(); ?>
            <?php endif; ?>
            
            
                 <?php if ( x_get_option( 'x_footer_content_display' ) == '1' ) : ?>
              <div class="x-colophon-content">
                <?php echo do_shortcode( x_get_option( 'x_footer_content' ) ); ?>
              </div>
            <?php endif; ?>
    
          </div>
        </footer>
    
      <?php endif; ?>
    
    <?php x_get_view( 'global', '_footer' ); ?>
    

    Hope that helps.

    #909734
    powrider686
    Participant

    Awesome, that did help. Thanks Paul. One more question for you, now the “Powered by…” is too close to the social icons. How could I add some spacing to that so that it has the same spacing as the Home, About, Services, Get In Touch?

    Thanks for the help!

    #910022
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-colophon.bottom .x-colophon-content {
        margin-top: 15px;
    }

    Hope this helps – thanks!

    #911657
    powrider686
    Participant

    Awesome, thank you!

    #911883
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-877681 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>