
I've used some templates from places like freecsstemplates.com and it needed only about 15 minutes of work to get it into Concrete5. Artisteer is a little more complicated, so I'll let you know.
I've used Artisteer on Wordpress and Drupal themes, and found it worked very well with Wordpress, and introduced a few "oddities" with Drupal. I could pretty much use the css as is with WP, and Drupal required a little more hand coding updates.
As for using their "HTML" export options... I guess I'm going to have to dive a little deeper into their CSS. I didn't see any errors so far, but didn't get the menu system working fully nor did I get the sidebar layout working correctly.
My conclusion so far - Artisteer may be useful for creating portions of the site - but starting from a custom HTML layout. ie - using Artisteer for block rendering, but not for total site layout. It would be nice to use it's menu system, I'll keep updating this thread with my progress.
If I do find an elegant solution to using Artisteer for Concrete5, I'll post a step by step.
1. Create your graphics with Inkscape, or just use Artisteer
2. Use Boks (toki-woki.net/p/Boks/)to create the CSS layout with BluePrintCSS framework
3. Apply the graphics and style your site with Stylizer (skybound.ca)
4. Add some effects with IXEdit (ixedit.com)
Voila! :)
Ofcourse you need some knowledge with CSS and much of good luck!
I was able to use Artisteer in a round-a-bout way.
I actually had to use Wordpress and not able to use the Artisteer created menu.
I have however gotten a lot better with Concrete5, and I think I can create a custom template for the autonav that will wrap the nav with the necessary code to make it compatible with artisteer.
Still not perfect, but I was able to use the general layout / customize blocks etc. for Concrete5 using Artisteer.
The code is a little heavy - but makes for a fast deployment if you need it!
I have been using Artisteer and Wordpress for sites. A client wanted a concrete5 site on a recommendation.
my local test site is running with an artisteer theme. the main body copy is fine, but the navbar and sidebars loose all their style with the following inserted.
<?php $a = new Area('navbar'); $a->display($c); ?>
is it possible to use my theme? do I have to recreate a navbar and sidebar some other way?
thanks in advance