[mezzanine-users] Re: Changing Blog List Images Sizes

2015-10-16 Thread Ross Laird
This is relatively straightforward. You will just need to modify the blog_post_list.html template (for the list), and/or the blog_post_detail.html template (for an individual post). Here is a bit of code that I use in blog_post_list.html to show thumbnail-type images on my own blog list page,

[mezzanine-users] Re: Good approaches to doing graphics customization?

2015-05-04 Thread Ross Laird
You might want to take a look at the section on Modifying the CSS in this tutorial (it's near the bottom): http://rosslaird.com/blog/customizing-mezzanine/ In general, I use a separate CSS file for my customizations (loaded after the bootstrap CSS), and I use either Emacs or Sublime Text (or

Re: [mezzanine-users] Rendering the canvas tag?

2014-10-31 Thread Ross Laird
in the db. Otherwise, if the tags are there, then you can focus on why the template is stripping them. On Oct 30, 2014 7:58 PM, Ross Laird ro...@rosslaird.com javascript: wrote: But sadly, still no... On Thursday, 30 October 2014 19:56:21 UTC-7, Ross Laird wrote: Oh, silly, silly. I should

Re: [mezzanine-users] Rendering the canvas tag?

2014-10-30 Thread Ross Laird
Oh, silly, silly. I should try this: {{ page.portfolioitem.content|safe }} On Thursday, 30 October 2014 19:50:48 UTC-7, Ross Laird wrote: Thanks for the reply. At least it sounds like there is a way to do this. However -- I've tried this: {{ page.portfolioitem.content

Re: [mezzanine-users] Rendering the canvas tag?

2014-10-30 Thread Ross Laird
But sadly, still no... On Thursday, 30 October 2014 19:56:21 UTC-7, Ross Laird wrote: Oh, silly, silly. I should try this: {{ page.portfolioitem.content|safe }} On Thursday, 30 October 2014 19:50:48 UTC-7, Ross Laird wrote: Thanks for the reply. At least it sounds like there is a way

[mezzanine-users] Re: sirtrevor editor for Mezzanine

2014-10-14 Thread Ross Laird
This looks really sweet. Thanks for putting it together. On Tuesday, 14 October 2014 05:35:52 UTC-7, sohania wrote: Hi All, Please checkout my first app/plugin mezzanine-sirtrevor https://github.com/thecodinghouse/mezzanine-sirtrevor for Mezzanine. It replaces the default editor with Sir

[mezzanine-users] Re: DEBUG = False setting is messing up the Theme and all text shows up differently without any CSS

2014-07-26 Thread Ross Laird
This is a very common problem having to do with the different locations that Mezzanine searches for files in testing and deployment. Look into the collectstatic and collecttemplates commands, and look here for a walk-through: http://rosslaird.com/blog/customizing-mezzanine/ Ross On

[mezzanine-users] Re: Internal Server Error - could be due to static files?

2014-03-21 Thread Ross Laird
I wonder if STATIC_ROOT is the source of your problem. Have you tried different settings for that, including STATIC_ROOT = /static/ ? I don't use nginx (I use Apache), but looking at your config, I wonder if the webserver is looking for static files in a folder that Django appends with another

[mezzanine-users] Re: Problems with trying to change theme

2014-03-17 Thread Ross Laird
Yes, you are probably missing either a comma or a quotation mark in the INSTALLED_APPS listing. On Monday, 17 March 2014 00:42:01 UTC-7, Jesse Carrigan wrote: Could you post the exact contents of your INSTALLED_APPS list? I'm guessing, but it looks like there may be a typo either in what you

[mezzanine-users] Re: Internal Server Error - could be due to static files?

2014-03-17 Thread Ross Laird
What happens when you run collectstatic? If I recall correctly, one of the differences between DEBUG = False and DEBUG = True is that the former will use static files from Mezzanine's codebase and the latter will search for static files in your project folders. The collectstatic command will

Re: [mezzanine-users] Re: Do I have a basic flaw in my Mezzanine configuration?

2014-03-16 Thread Ross Laird
Actually the site is not working with my S3 settings, so I'll think I'll just move along until this pathway becomes more clear. On Friday, 14 March 2014 15:51:15 UTC-7, Ross Laird wrote: Well, my site is working now, with the S3 settings and with compression on, but I'm not sure it's

[mezzanine-users] Do I have a basic flaw in my Mezzanine configuration?

2014-03-14 Thread Ross Laird
I have been trying for quite some time to get my static files onto Amazon S3, and I just keep running into show-stopping issues. And I think that my problems with S3 have revealed a flaw in my basic Mezzanine configuration. Once I activate the S3 setup for static files, I get an error like

[mezzanine-users] Re: Do I have a basic flaw in my Mezzanine configuration?

2014-03-14 Thread Ross Laird
. So, the two changes above are pretty much all I did. Now onto the compression issues. (I still don't know if my wsgi settings reflect some basic configuration issue with Mezzanine, even with S3 now working.) On Friday, 14 March 2014 09:59:16 UTC-7, Ross Laird wrote: I have been trying

Re: [mezzanine-users] Re: Do I have a basic flaw in my Mezzanine configuration?

2014-03-14 Thread Ross Laird
it working. On Fri, Mar 14, 2014 at 2:24 PM, Ross Laird ro...@rosslaird.comjavascript: wrote: Without really knowing exactly how it happened, I got S3 file storage working. I turned compression off, for now, and will try to debug that next. As for the basic S3 setup, here are some of the things I

Re: [mezzanine-users] Re: Do I have a basic flaw in my Mezzanine configuration?

2014-03-14 Thread Ross Laird
. On Friday, 14 March 2014 14:44:58 UTC-7, Ross Laird wrote: Thanks for the tip. I have also seen the incompressible error due to offsite files, but in my current situation I have not changed any templates and the compression works without errors if I deactivate S3. On Friday, 14 March 2014 14

[mezzanine-users] Keywords and other apps

2014-03-09 Thread Ross Laird
I have read the descriptionhttps://groups.google.com/forum/#!searchin/mezzanine-users/keywords/mezzanine-users/LGxEfHgxPok/AbsrnPlaIp4J of the changes to how Mezzanine handles generic relations, but I don't really understand the programming aspects well enough to know if I'm going to have

Re: [mezzanine-users] Re: step by step mezzanine deployment

2014-03-04 Thread Ross Laird
23:33 GMT+01:00 Ross Laird ro...@rosslaird.com javascript:: Postgresql authentication can be tricky. You may need to make changes to your pg_hba.conf file. Like so: # Database administrative login by Unix domain socket local all postgrespeer

[mezzanine-users] Re: Mezzanine 3.0.8 released

2014-02-05 Thread Ross Laird
Thanks for the great work, as usual. On Wednesday, 5 February 2014 12:50:42 UTC-8, Stephen McDonald wrote: Hi all, It's been a busy week since 3.0.7 and Mezzanine 3.0.8 is now out with a handful of minor bugfixes and improvements: - Improved support for thumbnails on remove storage

Re: [mezzanine-users] Re: Bootswatch Theme: Navbar doesn't display expected color

2014-01-28 Thread Ross Laird
Same goes for this bit: .navbar-inverse .nav .active a, .navbar-inverse .nav .active a:hover, .navbar-inverse .nav .active a:focus { color: #ff; background-color: #11;} On Tuesday, 28 January 2014 19:43:28 UTC-8, Ross Laird wrote: This got me thinking. Here's the short