Re: [mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
Thanks! Yeah, I put a custom stylesheet out in front, so changing this wasn't a big issue. Just struck me as odd that the default would hide the entire checkout form like that. But it seems like probably that's just me. I'm pretty sure I didn't change anything to do with checkout, but ¯\_(ツ)_/¯

Re: [mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
I tried it in Chrome, Safari, and Firefox all under MacOS Sierra. Saw the same behavior in all of them -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Stephen McDonald
They're intended to hide any non-primary navigation so as to not distract the user from completing their checkout, but the intention is for the developer to modify this completely - they're only vanilla-looking defaults to get you started with. -- You received this message because you are

[mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
On Sunday, November 6, 2016 at 6:39:33 PM UTC-6, I wrote: > > I'll report back again if I find anything > Ding, ding, ding! Here we go: https://github.com/stephenmcd/cartridge/blob/master/cartridge/shop/static/css/cartridge.css#L139-L142 ``` #checkout .left, #checkout .right { display:

Re: [mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Stephen McDonald
Works fine for me without changing anything. What browser are you using? On Mon, Nov 7, 2016 at 11:39 AM, Thomas Yager-Madden wrote: > Following up on my own post, this seems to be an issue with > `cartridge.css` rather than a missing tag as I imagined. When I comment >

[mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
Following up on my own post, this seems to be an issue with `cartridge.css` rather than a missing tag as I imagined. When I comment that particular stylesheet out of `base.html` the checkout forms load fine. I'm not sure I want to exclude that whole stylesheet; I'd rather find whatever might be