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 ¯\_(ツ)_/¯ 

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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: none !important
}
```
Does anybody know why this might be in there? It makes the entire page 
between the headline and breadcrumbs and the footer disappear for me.

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
> 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 in there that's hiding everything. At least now I have a
> better idea where to look. I'll report back again if I find anything—in the
> meantime if anybody more familiar with this project has a more educated
> guess what might be going on, I'd still love to hear about it. Thanks!
>
> --
> 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 mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Stephen McDonald
http://jupo.org

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 in 
there that's hiding everything. At least now I have a better idea where to 
look. I'll report back again if I find anything—in the meantime if anybody 
more familiar with this project has a more educated guess what might be 
going on, I'd still love to hear about it. Thanks!

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Edit/Insert Link in Rich Text Page feature broken

2016-11-06 Thread Chirag Dua
This was fixed in trunk earlier:

https://github.com/stephenmcd/mezzanine/commit/94d57294bcc1e934fdd723546be7ea15bb9dcd1a

I can see this in 4.2.2 as well but feature seems to be broken again.

I had 4.1 and just upgraded to 4.2.2

Can someone pls help?

And make migrations don't detect anything, so I hope no data model changes 
from 4.1 to 4.2.2

Thanks

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
I searched here and didn't find anything related: I'm trying out Cartridge 
in a local development instance. Everything with Products, Users, and Cart 
is going great, but when I try to visit the Checkout Page I just see 
"Checkout - Step 1 of 3 Address Payment  Confirmation Complete" and then 
nothing underneath. I haven't changed or overridden any of the shop 
settings or checkout code or templates. I suspect there's an unclosed tag 
somewhere in the HTML, because I can see a number of form elements when I 
look at View Source in my browser, but I can't find the exact problem. 
Again, this is with all default settings and templates, as far as the 
checkout steps go.

Any help/suggestions would be much appreciated.

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Endless pagination/pagination with scroll in mezzanine/cartridge

2016-11-06 Thread djog . tk
Help plz with integration of the endless pagination/pagination with scroll 
with mezzanine/cartridge!

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.