Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • in reply to: Changing Social Icons #181568
    hankplayer
    Member
    Post count: 9

    Thank you!

    in reply to: Sticky Footer #180854
    hankplayer
    Member
    Post count: 9

    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 */
    }
    in reply to: Problem with Checkout & Account Login #178569
    hankplayer
    Member
    Post count: 9

    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

    in reply to: Problem with Checkout & Account Login #177941
    hankplayer
    Member
    Post count: 9

    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.
    in reply to: Sticky Footer #177486
    hankplayer
    Member
    Post count: 9

    Thanks Kyle. Is there any way to add this type of option to an upcoming update?

    in reply to: Problem with Checkout & Account Login #177458
    hankplayer
    Member
    Post count: 9

    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.
    in reply to: Sticky Footer #176661
    hankplayer
    Member
    Post count: 9

    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.

    in reply to: Sticky Footer #174662
    hankplayer
    Member
    Post count: 9

    Thanks Kyle! That worked great.

    in reply to: Resizing Catalog Products Images #174659
    hankplayer
    Member
    Post count: 9

    Thanks Kyle! Regenerating the thumbnails did the trick.

Viewing 9 posts - 1 through 9 (of 9 total)