Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1395586
    VelocityWeb
    Blocked

    How can I get the logo pictured below the navigation and the social media icons at the top

    Web Design Christchurch – Web Developers & SEO

    #1395787
    Paul R
    Moderator

    Hi,

    To achieve that, create file wp-footer.php in wp-content/themes/x-child/framework/views/ethos and 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_content_display' ) == '1' ) : ?>
              <div class="x-colophon-content">
                <?php echo do_shortcode( x_get_option( 'x_footer_content' ) ); ?>
              </div>
            <?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_menu_display' ) == '1' ) : ?>
              <?php x_get_view( 'global', '_nav', 'footer' ); ?>
            <?php endif; ?>
    
            <div class="footer-logo"><a href="https://www.velocitywebsites.co.nz/" title="Web Design SEO & Digital Marketing in Christchurch"> <img src="//www.velocitywebsites.co.nz/wp-content/uploads/2016/07/Velocity-Websites-web-design-seo-logosslimer.png" alt="Web Design SEO & Digital Marketing in Christchurch"></a></div>
          </div>
        </footer>
    
      <?php endif; ?>
    
    <?php x_get_view( 'global', '_footer' ); ?>
    

    Hope that helps.

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