Tagged: x
-
AuthorPosts
-
April 20, 2016 at 11:05 am #892076
ottobonoParticipantHi, I have some problem of blank space under the footer. It happens when I do not add enough content to the page (also sections and such), but there are cases (like when the cart is empty and you click to see it, that this white space under the footer appears. If there are products in the cart and you access to the cart, you have no problems. I attached a pic. How to fix this problem globally? Thank you!
April 20, 2016 at 11:06 am #892078
ottobonoParticipantThis reply has been marked as private.April 20, 2016 at 11:32 pm #892983
Paul RModeratorHi,
Thanks for writing in!
To fix it, you can add this under Custom > Edit Global CSS in the Customizer.
jQuery(function($) { $(window).on("resize", function () { $adminbarheight = $('#wpadminbar').height(); $footerheight = $('.x-colophon.bottom').outerHeight(); $windowheight = $(this).height(); console.log('footer'+$footerheight); console.log('window'+$windowheight); $(".x-main").css('min-height', $windowheight - $footerheight - $adminbarheight ); }).resize(); });Hope that helps.
April 21, 2016 at 11:06 am #893922
ottobonoParticipantAaaand… booom! It worked! 😛 Thank you very much Paul!!
April 21, 2016 at 2:10 pm #894181
ottobonoParticipantHi I found sadly still pages where this problem happens. I attached a pic
April 22, 2016 at 1:08 am #894840
RupokMemberHi there,
Thanks for writing back. You can use his code :
.x-colophon.bottom { bottom: 0; left: 0; position: absolute; right: 0; }Hope this helps.
Cheers!
April 22, 2016 at 2:54 am #894930
ottobonoParticipantHi I added your css wiht !important to be sure it worked and it did not work, still white space under ottobono.it/wp-signup.php 🙁 I added css + the js code suggested up here, which did work for the cart but not for the signup page
April 22, 2016 at 4:50 am #895066
ottobonoParticipantHi Rupok, your code did not work, it puts the footer in the middle of the screen and on the end of the page there is no footer :O
April 22, 2016 at 6:29 pm #896021
FriechModeratorApril 23, 2016 at 2:59 am #896395
ottobonoParticipantHi Friech, I decided to redirect the page on an error page because of this post https://community.theme.co/forums/topic/woocommerce-personalization-and-links-in-the-menu/#post-89639. Let’s see which answer I will get, maybe I will have to re-enable it 🙂
April 23, 2016 at 3:02 am #896403
ottobonoParticipantThe blank space problem is now is only on the checkout page. Add something to the cart from the shop (use my admin credential), then go to the checkout page and go through the different phases. You will see that the footer becomes blank when you go to “ordine” and “pagamento”. How to fix that? I attached a pic
April 24, 2016 at 2:46 am #897212
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.woocommerce-checkout .x-colophon { position: fixed; right: 0; left: 0; bottom: 0; } html{ background-color:#000; }Hope it helps.
April 26, 2016 at 4:44 am #900005
ottobonoParticipantIt surely helps but there are 2 collateral problems:
I am using now a multicheckout plugin that divide the payment process in 4 phases:
1)Fatturazione (billing details)
2)Spedizione (shipping details)
3)Ordine (orders)
4)Pagamento (payment)Now this code works ok on 3 and 4 but it shifts the text on the header a bit on the left and the social icon disappears, in the first 2 phases it does not work because it crops the end of the container after the “next” button to go to the next phase. All phases have the same url. I attach a couple pics here.
I have hired a freelancer to help me fixing some layout problems in my site but this one is hard even for him and we cannot find a solution to it… he is doing the rest now because this takes too much time
April 26, 2016 at 5:36 pm #901120
John EzraMemberHi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.woocommerce-checkout .x-colophon { position: fixed; right: 0; left: 335px; bottom: 0; } html { background-color: #121212; }Hope this helps – thanks!
April 27, 2016 at 9:54 am #902327
ottobonoParticipantHi it is still the same problem of the other code, it does not work 🙁
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-892076 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

