-
AuthorPosts
-
April 29, 2015 at 3:02 pm #261643
DJjohnmalgioglioParticipantHey there,
I know I still need to fill out the site with content but is there a way to get the footer to stick to the bottom no matter what?
Example here.
http://i.imgur.com/YRyEw3R.pngApril 29, 2015 at 3:02 pm #261644
DJjohnmalgioglioParticipantThis reply has been marked as private.April 29, 2015 at 6:15 pm #261752
DarshanaModeratorHi there,
Thanks for writing in! It seems that your site is on the coming soon mode. Please arrange us a way to access your site, so that we can check the issue and assist you with a possible workaround.
Thank you.
April 30, 2015 at 8:40 am #262269
DJjohnmalgioglioParticipantThis reply has been marked as private.April 30, 2015 at 3:13 pm #262520
NicoModeratorHi There,
As we tried to do something like this with other client before, It was a quite a technical coding and it was not a guaranteed answer. It would be best to contact a developer regarding this one.
You might want to contact our trusted partners who caters X setup and customization needs. Please see https://theme.co/x/member/custom-development/.
Thank you for understanding.
April 30, 2015 at 3:44 pm #262546
DJjohnmalgioglioParticipantWhat? This is your theme? How is this customization. Shouldnt it always stay on the bottom?
April 30, 2015 at 4:44 pm #262590
NicoModeratorHi There,
It stays on the bottom of the container. You could try this kind of solution. First, locate the page ID that you want to stick the footer.
Add this in your customizer’s custom CSS:
example to this page: http://www.moombahton.co/live/
.page-id-4282 .x-colophon.bottom { position: fixed; bottom: 0; width: 100%; }Hope it helps.
Thanks.
May 1, 2015 at 7:54 am #263055
DJjohnmalgioglioParticipantAYYY! you guys rock. I knew you had it in ya.
So what about this? Just need to extend the background down now.
May 1, 2015 at 1:17 pm #263234
ZeshanMemberHi there,
Please remove the previous provided code and use this instead under Custom > JavaScript in the Customizer:
jQuery(document).ready(function($) { var $main = $('.x-main'), $windowHeight = $(window).outerHeight(), $masthead = $('.masthead').outerHeight(), $wpbar = $('#wpadminbar').outerHeight(), $footer = $('.x-colophon.bottom').outerHeight() + $('.x-colophon.top').outerHeight(); $main.css('min-height', $windowHeight - $masthead - $wpbar - $footer); });Hope this helps. 🙂
Thank you.
May 1, 2015 at 1:25 pm #263243
DJjohnmalgioglioParticipantThis reply has been marked as private.May 1, 2015 at 8:25 pm #263465
Rue NelModeratorHello There,
You are always welcome! We will answer you in the topic you just posted for your other request.
Cheers,
X -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-261643 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
