Tagged: x
-
AuthorPosts
-
November 10, 2016 at 1:52 am #1251310
Missy SParticipantHello,
All of a sudden my footer content is not showing despite the fact that my footer content is in the customizer. I will send logins.
November 10, 2016 at 2:00 am #1251325
Paul RModeratorHi Missy,
Yes, please send logins so we can check.
Thanks
November 10, 2016 at 2:02 am #1251328
Missy SParticipantThis reply has been marked as private.November 10, 2016 at 2:37 am #1251358
Missy SParticipantThis reply has been marked as private.November 10, 2016 at 3:30 am #1251401
LelyModeratorHello Missy,
The footer content is there when I checked. There is a plugin conflict. See this:http://screencast-o-matic.com/watch/cDX6QtjPpc. Nothing is deleted from your site.
It is coming from Related Post from Zemanta plugin. That plugin CSS overrides the theme CSS. Please add this on customizers CSS:.x-colophon-content { display: block; }Hope this helps.
November 10, 2016 at 3:43 am #1251418
Missy SParticipantThis reply has been marked as private.November 10, 2016 at 5:04 am #1251507
Paul RModeratorHi,
Yes, you can copy wp-content/themes/x/framework/views/ethos/wp-footer.php
to your child theme wp-content/themes/x-child/framework/views/ethos/wp-footer.phpThen add your name on that file.
eg.
<?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' ) ); ?> <p style="letter-spacing: 2px; color: #fff; text-transform: uppercase;"><a title="Tamika" href="http://tamikacfranklin.com/">Designed by Tamika</a></p> </div> <?php endif; ?> <?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; ?> </div> </footer> <?php endif; ?> <?php x_get_view( 'global', '_footer' ); ?>Hope that helps.
November 18, 2016 at 3:35 am #1262301
Missy SParticipantThanks a bunch!
November 18, 2016 at 4:01 am #1262317
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1251310 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
