[mezzanine-users] Mezzanine-Cartridge Problem when view product image

2014-06-09 Thread green
Not sure what went wrong and where to start. I have Cartridge==0.9.3 Django==1.6.4 Mezzanine==3.1.4 Problem: When click on product image in a full site, I do not get a floating/overlay image window as seen in the Mezzanine demo site. Instead, I get the display image, see attached, added on

[mezzanine-users] Mezzanine / Filebrowser Media Root issue

2014-06-09 Thread Ryan Lander
I have a bit of a strange one with where Filebrowser Mezzanine is locating media. In production, MEDIA_ROOT and FILEBROWSER_MEDIA_ROOT both point to the correct place: /web/sites/Project/project/static/media However Filebrowser's media library and mezzanine is locating media in:

Re: [mezzanine-users] Mezzanine-Cartridge Problem when view product image

2014-06-09 Thread Ken Bolton
I suggest you look at the Javascript console in your browser and look for errors. A best-guess is that some of the Javascript libraries are not loading properly. On Mon, Jun 9, 2014 at 8:55 AM, green yupo...@gmail.com wrote: Not sure what went wrong and where to start. I have

Re: [mezzanine-users] Re: modeltranslations - round 2

2014-06-09 Thread Mathias Ettinger
Ok, changes are done. I tried something for inlines admin classes (mezzanine.core.admin), but I’m not sure wether it sounds right or not, let me know. Le lundi 9 juin 2014 02:37:44 UTC+2, Stephen McDonald a écrit : On Sun, Jun 8, 2014 at 6:15 PM, Mathias Ettinger mathias@gmail.com

[mezzanine-users] Re: Mezzanine 3.1.5 and Cartridge 0.9.4 released

2014-06-09 Thread Eduardo Rivas
Awesome news, and really looking forward for 3.2! I have some questions regarding thumbnails in RichText fields. What size will they be? Can they be configured in some way by content editors, or developers? I made a quick search on the docs (which already report as 3.1.5) for thumbnail and

Re: [mezzanine-users] Re: Mezzanine 3.1.5 and Cartridge 0.9.4 released

2014-06-09 Thread Stephen McDonald
It just uses the width/height attributes found on the image tag itself, which should always be present for the target use case, eg Filebrowser - TinyMCE. So it's actually the content author who defines it using whatever WYSIWYG editor is configured. You can see the code here which is pretty

Re: [mezzanine-users] Fabric file and related resources for deploying Mezzanine to Webfaction

2014-06-09 Thread Stephen McDonald
Nice work Ed, that's awesome. Webfaction's always been one of the most popular deployment targets, yet suffers from some inconsistencies with vanilla virtual servers - awesome to have a tool that solves that problem. Do you want to add a link in the list of apps in Mezzanine's README, and to the