2011-01-26, 02:25:10
Hi, it's a very nice template, but unfortunately there is a problem.
It can not send emails through contact form.
When I write everything and press "send" button nothing happens. The page is just reloading.
Any help?
And I found a little bug in the portfolio - it is
<a class="prettyPhoto" href="/data/uploads/port1-big.jpg"><img alt="" height="152" etc.
Now it can't find the picture.
I added a "."
<a class="prettyPhoto" href="./data/uploads/port1-big.jpg"><img alt="" height="152"
and it's ok.
It can not send emails through contact form.
When I write everything and press "send" button nothing happens. The page is just reloading.
Any help?
And I found a little bug in the portfolio - it is
<a class="prettyPhoto" href="/data/uploads/port1-big.jpg"><img alt="" height="152" etc.
Now it can't find the picture.
I added a "."
<a class="prettyPhoto" href="./data/uploads/port1-big.jpg"><img alt="" height="152"
and it's ok.