Tagged: x
-
AuthorPosts
-
April 12, 2016 at 12:39 am #877681
powrider686ParticipantHi,
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!
April 12, 2016 at 7:59 am #878213
Paul RModeratorHi,
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.
May 2, 2016 at 3:30 pm #909734
powrider686ParticipantAwesome, 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!
May 2, 2016 at 8:12 pm #910022
John EzraMemberHi 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!
May 3, 2016 at 7:35 pm #911657
powrider686ParticipantAwesome, thank you!
May 3, 2016 at 11:55 pm #911883
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-877681 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
