Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251310
    Missy S
    Participant

    Hello,

    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.

    #1251325
    Paul R
    Moderator

    Hi Missy,

    Yes, please send logins so we can check.

    Thanks

    #1251328
    Missy S
    Participant
    This reply has been marked as private.
    #1251358
    Missy S
    Participant
    This reply has been marked as private.
    #1251401
    Lely
    Moderator

    Hello 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.

    #1251418
    Missy S
    Participant
    This reply has been marked as private.
    #1251507
    Paul R
    Moderator

    Hi,

    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.php

    Then 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.

    #1262301
    Missy S
    Participant

    Thanks a bunch!

    #1262317
    Paul R
    Moderator

    You’re welcome! 🙂

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