Hey Guys I've done 99% of the development of an online store with this theme.
It's worked well for me, however I'm now stumped on the following:
1. Webform content types only have a title when I attempt to create! If I add a new webform - I only get the following error. "The website encountered an unexpected error. Please try again later."
2. Blog posts don't seem to display the body correctly.
Can you guys help out? The problem is webform seems to be heavily inbuilt into your theme so I can't just disable and re install....
The site is here at the moment http://amw.itscloud.com.au/
Thanks
Hi,
1. About the webform, please update the lastest version of Webform and Drupal also
2. Regarding the Blog posts, you can add this
<?php print render($content['body']);?>
into node--blog.tpl.php
Regards,