Tagged: x
-
AuthorPosts
-
August 7, 2016 at 11:20 am #1120998
charliesaParticipantI 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
August 7, 2016 at 11:22 am #1120999
charliesaParticipantNot a footer widget, since it goes just above…
August 7, 2016 at 1:43 pm #1121102
RupokMemberHi 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!
August 7, 2016 at 2:05 pm #1121114
charliesaParticipantThat’s too easy 🙂 I thought I’d need to put in my child’s, PHP somewhere.
August 7, 2016 at 2:50 pm #1121135
charliesaParticipantSorry, 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.
August 7, 2016 at 5:25 pm #1121238
NicoModeratorHi 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.
August 7, 2016 at 8:06 pm #1121421
charliesaParticipantI 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.
August 7, 2016 at 8:18 pm #1121434
charliesaParticipantIf 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/
August 7, 2016 at 8:19 pm #1121438
LelyModeratorHi 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.
August 7, 2016 at 9:14 pm #1121489
charliesaParticipant?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
August 7, 2016 at 9:15 pm #1121491
charliesaParticipantThank you very very much…really. I have to work at it, you guys don’t.
August 7, 2016 at 9:25 pm #1121497
charliesaParticipantNot sure yet, may put the image above the social, and the text under it. Either thanks for pointing me.
August 7, 2016 at 9:42 pm #1121511
LelyModeratorHi 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.
August 7, 2016 at 10:10 pm #1121542
charliesaParticipantALL 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.
August 7, 2016 at 10:15 pm #1121543
charliesaParticipantThanks 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1120998 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
