Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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 7 years, 6 months ago by Milan. Reason: adding tags
    #687100

    I 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 7 years, 6 months ago by Milan.
    #688276

    Hi!

    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!
    Ismael

    #689557

    Is there a better solution how to keep footer down please?

    #690087

    Hi,

    I’m not sure to be honest, did you try Ismaels code? What did you not like about it?

    Regards,
    Rikard

    #690160

    Hello 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

    #690548

    Hi Milan,

    Ok, please try this instead:

    @media only screen and (min-width: 768px) {
    #main {
        min-height: 600px;
    }
    }

    Thanks,
    Rikard

    #691068

    The 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 7 years, 6 months ago by Milan. Reason: adding few words
    #691144

    Hi,

    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,
    Vinay

    #691186

    Hello 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

    #691288

    Hi,

    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 7 years, 6 months ago by Vinay.
    #691323

    Hello Vinay,

    I reset password.

    Milan

    #691374

    Hi,

    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 7 years, 6 months ago by Vinay.
    #691377

    Hello 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

    #691404

    Hi,

    Glad we could help :)
    Please check this link for compatibility info http://caniuse.com/#feat=calc

    Best regards,
    Vinay

    #692803

    Hello Vinay,

    I think it can be marked as resolved. Thank you very much for help!

    Best wishes,

    Milan

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Empty shopping cart page, footer is up’ is closed to new replies.