-
AuthorPosts
-
September 14, 2016 at 5:47 pm #686528
Hello to everybody,
I am facing to empty shopping cart layout. Footer is up. What code I should use to keep footer down?
Thank you for help and have a nice day!Milan
IMG what I mean: http://www.wptest.online/footer.jpg
- This topic was modified 8 years, 2 months ago by Milan. Reason: adding tags
September 15, 2016 at 8:28 pm #687100I will just add:
The point is when page is empty, footer will stay down.
When page has content footer is below longer content, but not about (z-index) and not sticky.
I hope I was more detailed.PS: i did some research but somehow I am not able to find solution which would be working also in smaller resolution than 767px :(
- This reply was modified 8 years, 2 months ago by Milan.
September 19, 2016 at 5:50 am #688276Hi!
Thank you for using Enfold.
Add a minimum height to main container of the empty cart page.
@media only screen and (min-width: 768px) { .woocommerce-cart #main { min-height: 600px; } }
Cheers!
IsmaelSeptember 20, 2016 at 10:00 pm #689557Is there a better solution how to keep footer down please?
September 22, 2016 at 6:48 am #690087Hi,
I’m not sure to be honest, did you try Ismaels code? What did you not like about it?
Regards,
RikardSeptember 22, 2016 at 8:48 am #690160Hello to all,
I would appreciate another solution, because I would like to have footer bottom also on other pages which has just little content.
Best wishes,
Milan
September 23, 2016 at 8:19 am #690548Hi Milan,
Ok, please try this instead:
@media only screen and (min-width: 768px) { #main { min-height: 600px; } }
Thanks,
RikardSeptember 24, 2016 at 4:38 am #691068The footer will has on different screen resolution different position. Any other way how to keep footer down please?
I think having the footer down even on half empty pages is really key feature for making elegant, clean and simple web design. In a few days I need to buy another licence and I would like to stay with my favourite theme – Enfold. I believe, you will find solution. Thank you very much.
- This reply was modified 8 years, 1 month ago by Milan. Reason: adding few words
September 24, 2016 at 12:55 pm #691144Hi,
We will definitely help you. To provide you with an accurate solution we need to take a closer look at it and be able to inspect the element in question. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinaySeptember 24, 2016 at 4:49 pm #691186Hello Vinay,
today I did fresh WP installation with Woocommerce. My hosting is set with PHP 7.0.10, 256 MB memory, MySQL 5.6.31
In private content is also FTP access. Feel free to do there anything.Thank you one more time.
Best wishes,
Milan
September 25, 2016 at 5:21 am #691288Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container_wrap_first { min-height:calc(100vh - 460px); } .home .container_wrap_first { min-height:calc(100vh - 405px); }
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?
The user role for the account you send us should be set to ‘administrator’ so we can add custom code (if necessary) to resolve the issue.
Best regards,
Vinay- This reply was modified 8 years, 1 month ago by Vinay.
September 25, 2016 at 2:14 pm #691323Hello Vinay,
I reset password.
Milan
September 25, 2016 at 8:55 pm #691374Hi,
Please let us know if you added the code that was provided earlier?
NOTE: If you are logged in as admin you will notice the bottom of the footer may be visible only when scrolled down this is because the admin bar appears on the top and the code calculates the height of the browser window. However this will look fine for your users :)Let us know if you have any questions.
Best regards,
Vinay- This reply was modified 8 years, 1 month ago by Vinay.
September 25, 2016 at 9:06 pm #691377Hello Vinay,
I added code; just changed numbers little bit (465 instead of 460 and 410 instead of 405). Hmm, it look like good solution. How is the compatibility with browsers please?
Milan
September 25, 2016 at 11:26 pm #691404Hi,
Glad we could help :)
Please check this link for compatibility info http://caniuse.com/#feat=calcBest regards,
VinaySeptember 28, 2016 at 4:35 pm #692803Hello Vinay,
I think it can be marked as resolved. Thank you very much for help!
Best wishes,
Milan
-
AuthorPosts
- The topic ‘Empty shopping cart page, footer is up’ is closed to new replies.