Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1184899
    dtourcreative
    Participant

    – can they either be moved up to the top of the footer above the small icon: http://ce0.793.myftpupload.com/

    #1185033
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-colophon.bottom .x-social-global {
        position: absolute;
        top: 15px;
        left: 50%;
        width: 200px;
        margin-left: -100px;
    }
    
    footer.x-colophon.bottom {
        padding-top: 75px;
    }

    Hope it helps 🙂

    #1185383
    dtourcreative
    Participant

    Hi there,
    This didn’t work. It created space for them above the logo but didn’t move them.
    Any other ideas?

    #1185831
    Lely
    Moderator

    Hi There,

    Please copy wp-footer.php file from this folder: \wp-content\themes\x\framework\views\ethos to your child theme here: \wp-content\themes\x-child\framework\views\ethos.

    Open the copied file and then replace the content with the following:

    
    <?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_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; ?>
    
            <?php if ( x_get_option( 'x_footer_menu_display' ) == '1' ) : ?>
              <?php x_get_view( 'global', '_nav', 'footer' ); ?>
            <?php endif; ?>
    
         </div>
        </footer>
    
      <?php endif; ?>
    
    <?php x_get_view( 'global', '_footer' ); ?>

    Hope this helps.

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