Tagged: x
-
AuthorPosts
-
May 25, 2016 at 6:27 am #1008870
RishParticipantyou rock my day christopher 🙂 Awesome
May 25, 2016 at 7:12 am #1008918
ChristopherModeratorGlad I was able to help you with this 🙂
August 14, 2016 at 3:52 pm #1131005
GreenWorksStudioParticipantDear People,
I would like to change the order of the menu items in the footer of Icon to
widget
navigation
footer contentCan I please get the code for the footer.php (I’m using a child theme), and also the css?
I tried it with the one in another thread where you provided these things for someone using Integrity but it makes my navigation vertical and the css in that thread didn’t work for me (or Icon).
Thank you,
SilviaAugust 14, 2016 at 8:30 pm #1131237
Rue NelModeratorHello Silvia,
Thanks for updating this thread! To resolve your issue, please follow these steps:
1] Using Notepad or TextEdit or Sublime Text or any text editor, please create a new file in your local machine.
2] Insert the following code into that new file<?php // ============================================================================= // VIEWS/ICON/WP-FOOTER.PHP // ----------------------------------------------------------------------------- // Footer output for Icon. // ============================================================================= ?> <?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' ); ?>3] Save the file named as
wp-footer.php
4] Upload this file to your server in the child theme’s folder
wp-content/themes/x-child/framework/views/icon/Please let us know if this works out for you.
August 15, 2016 at 2:12 am #1131479
GreenWorksStudioParticipantThat worked perfect, thank you! 🙂
August 15, 2016 at 2:46 am #1131511
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-997073 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
