Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1120998
    charliesa
    Participant

    I want to add text, and an image to the far left side of the bottom footer (the one with the copyright and social buttons),

    Site: http:charliesandner.com

    #1120999
    charliesa
    Participant

    Not a footer widget, since it goes just above…

    #1121102
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can try placing within Customize > Footer > Footer Content. You might need to adjust them with some CSS. If you can start; we might help you to position them.

    Cheers!

    #1121114
    charliesa
    Participant

    That’s too easy 🙂 I thought I’d need to put in my child’s, PHP somewhere.

    #1121135
    charliesa
    Participant

    Sorry, I thought it was too easy. All it does when I add HTML to footer in the customizer is the height of the foot increase too much.

    But the main thing I asked the wring question. What I really need is to add text to the left of the footer nav menu, and and image to the left of the Social buttons.

    Please see attachment.

    #1121238
    Nico
    Moderator

    Hi There,

    In that case, I could see that is quite a customization and it would be beyond the scope of our limitation. It would be best for you to contact a custom developer for that customization.

    I could share you some guide if you will try to do it on your own. You need to install child theme and modify your

    wp-footer.php

    You could check the link below for guide:

    https://community.theme.co/forums/topic/input-logo-in-footer-change-footer-color/
    https://community.theme.co/kb/customization-best-practices/
    https://community.theme.co/kb/how-to-setup-child-themes/

    Hope it helps.

    Thank you so much for understanding.

    #1121421
    charliesa
    Participant

    I am using a child theme of course. I am the developer, however, i thought you may point me in the right direction (which PHP files not exactly the code) I’ll get it in time. I just wanted help.

    #1121434
    charliesa
    Participant

    If you can’t help today, I’ll wait until a weekday and ask again. Thank you…and I am not being sarcastic at all, I realize this is out of your scope. But your support has helped me with stuff like this before.

    https://community.theme.co/forums/topic/input-logo-in-footer-change-footer-color/

    https://community.theme.co/forums/topic/footer-logo-and-menu-customization/

    #1121438
    Lely
    Moderator

    Hi There,

    Please go to this folder:\wp-content\themes\x\framework\views\integrity. Copy file wp-footer.php to the same folder on your child theme. Then feel free to edit that file.

    Hope this helps.

    #1121489
    charliesa
    Participant

    ?php

    // =============================================================================
    // VIEWS/INTEGRITY/WP-FOOTER.PHP
    // —————————————————————————–
    // Footer output for Integrity.
    // =============================================================================

    ?>

    <?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; ?>

    <h5 style=”text-align:left;”>this is the image and text</h5>

    <?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’ ); ?>

    got it…I just tried it.

    See attachment

    #1121491
    charliesa
    Participant

    Thank you very very much…really. I have to work at it, you guys don’t.

    #1121497
    charliesa
    Participant

    Not sure yet, may put the image above the social, and the text under it. Either thanks for pointing me.

    #1121511
    Lely
    Moderator

    Hi There,

    You’re welcome.
    You may add something like this after this line: <footer class="x-colophon bottom" role="contentinfo">

    <div class="custom-footer-content">Your text here
      <img src="http://www.site.com/image.jpg">
      </div>

    Then also add this custom CSS:

    .custom-footer-content {
        float: left;
        position: absolute;
        max-width: 100px;
    }
    .x-colophon.bottom {
        position: relative;
    
    }

    Hope this helps.

    #1121542
    charliesa
    Participant

    ALL you guys rock, whenever. I try not to ask too many questions (I have contributed to your forum/info data base since I’ve asked nearly 100 questions. Most of the time I can find answers to question without even bothering you people, but sometimes…I’m stupid, or it just hasn’t been asked.

    #1121543
    charliesa
    Participant

    Thanks a ton 🙂 I refer people to the X theme for many reasons, but mostly because of support. I hope they know, you guys sell it.

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