Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Thank you!
Hi Ed,
The CSS you provided unfortunately didn’t work. I fiddled around with using a variation of the code that is currently on our main, non WordPress site (www.hankplayer.com), I was able to come up with a solution that worked.
This works by pushing the footer down to stick to the bottom of the browser window on pages that don’t have enough content to fill the page but if the content is more than what will fit in the window, the footer behaves normally.
The CSS I used was as follows:
/* -------------------------------------------- STICKY FOOTER -------------------------------------------- */ #main-container { padding-bottom: 220px; /* must be same height as the footer */ } #footer-wrap { width: 100%; height: 220px; bottom: 0; left: 0; background: #5a5a5a; position: absolute; margin-top: -1340px; /* negative value that pushes footer to bottom of window */ }
Hi Kyle,
I ended up deleting Atelier, reseting the database and reinstalling Atelier. I am re-doing the whole thing from scratch and if I run into the same problem I will let you know.
Thanks
Thanks, Ed. I got the issue with the Account registration sorted and that is now working.
Unfortunately the issue with checkout is still there. I have gotten rid of all my custom CSS just to test this scenario out (see screenshot). I have also cleared the cache and tried 2 different browsers on 2 different computers.
1. There is no checkout button on any page other than the first page in the shopping cart drop down (see screenshot).
2. There is no option to go to checkout once you are on the shopping cart page. It only has the option to continue shopping (see screenshot). Shouldn’t the customer be able to go to checkout from the shopping cart page?!?
Attachments:
You must be logged in to view attached files.Thanks Kyle. Is there any way to add this type of option to an upcoming update?
The theme was updated to 1.22 but the problem is still there. I also tried deleting the theme completely and reinstalling/updating to 1.22.
The site was tested with Safari and Chrome.
Attachments:
You must be logged in to view attached files.I just tested the site on a retina display iMac and ran into the same problem of having the footer pushed up on the page. I assume this will be the case on larger/higher resolution screens. I raised the min-height to 800px, which fixed it on iMac but was too much on a laptop and regular display.
Is there a way to do a true sticky footer?
I found this option: http://mystrd.at/modern-clean-css-sticky-footer/ and this option: http://ryanfait.com/sticky-footer/ but I don’t know exactly how to implement it using Atelier’s CSS.
Thanks Kyle! That worked great.
Thanks Kyle! Regenerating the thumbnails did the trick.
-
Posted in: We hit Power Elite.