Tagged: x
-
AuthorPosts
-
September 21, 2016 at 11:19 am #1184899
dtourcreativeParticipant– can they either be moved up to the top of the footer above the small icon: http://ce0.793.myftpupload.com/
September 21, 2016 at 12:21 pm #1185033
ThaiModeratorHi 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 🙂
September 21, 2016 at 3:34 pm #1185383
dtourcreativeParticipantHi there,
This didn’t work. It created space for them above the logo but didn’t move them.
Any other ideas?September 21, 2016 at 9:34 pm #1185831
LelyModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1184899 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
