Fest template and contact form issue

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sun Jun 22, 2014 2:21 pm
Hi,

I have a contact page set up with Fest and the form is up and you can write a message and it says "message was sent" or whatever.
However, the messages are not sending. I have specified my email address under Settings < General. Is there anything else I have to do to get this contact form to send messages to the right address?

Thanks
User avatar
Fresh Boarder

GK User
Sun Jun 22, 2014 5:07 pm
I've another quick question about the header.
If I want to put in a custom header and not just upload one, what file do I have to edit the code in to do this? I'd like to make my banner larger.
User avatar
Fresh Boarder

GK User
Mon Jun 23, 2014 7:22 am
Hi,

Could you send me a PM with backend access to your website and direct link to this contact page?

regarding the header, which element exactly do you want to change? background of the counter? There's counter, guitar, map image - i need more details.
User avatar
Moderator

GK User
Tue Jun 24, 2014 11:56 am
Hi Piotr, I will send you a PM. Your login details are the same as before. If you see previous messages from me.

For the header, It currently looks like:

Image

And we want it to look more like:
Image

We would like the width to extend and if possible, even move the top of the banner close to the bottom of the menu bar.

Hope you can help. I will PM now about the Contact form.

- Joe
User avatar
Fresh Boarder

GK User
Tue Jun 24, 2014 2:17 pm
Hi,

Add this code into css/override.css file (first enable this override option from Template Options -> Advanced tab):

Code: Select all
#gk-header-top {
   margin-top: 0;
}
#gk-header-top .gk-page {
   max-width: 2000px;
}

use your own width value.
User avatar
Moderator

GK User
Tue Jun 24, 2014 4:00 pm
Hi. Thanks for this, but I am confused about where to put the code. I have no file called css or override css.
The only CSS files existing in the editor are editor-style.css and style.css

Also, do I just upload the image to the header under template options as usual?
User avatar
Fresh Boarder

GK User
Tue Jun 24, 2014 4:33 pm
Wait, I've got it working. Now my only problem is that there's too much of a gap between the banner and what's underneath it. (Speakers widget)
User avatar
Fresh Boarder

GK User
Tue Jun 24, 2014 4:58 pm
The site now looks like this. The banner is right where I want it, but the space underneath it is too large! Is there anyway I can reduce this gap?

Image
User avatar
Fresh Boarder

GK User
Wed Jun 25, 2014 7:32 am
Hi,

Add also this code:

Code: Select all
#gk-header-top {
margin: 0;
}
User avatar
Moderator

GK User
Sat May 09, 2015 3:30 am
I seem to be having the same problem described here with my contact page. Can you go into detail as to what the solution was?
User avatar
Fresh Boarder

GK User
Mon May 11, 2015 9:27 am
Hi, it was probably a problem with smtp configuration and default wp_mail function doesn't work properly.

Could you send me a private message with your website backend and FTP access? Then I'll check the issue.
User avatar
Moderator


cron