Contact Form

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Mon Oct 02, 2017 6:17 pm
Where to set up the contact form?
Gioacchino
User avatar
Expert Boarder

Joshua M
Wed Oct 04, 2017 8:23 am
Hi,
You have to use contactform shortcode, it's described here: https://demo.gavick.com/wordpress/creat ... age_id=899
User avatar
Moderator

GK User
Wed Oct 04, 2017 9:29 am
Joshua M wrote:Hi,
You have to use contactform shortcode, it's described here: https://demo.gavick.com/wordpress/creat ... age_id=899

Ok.
Tanks
User avatar
Expert Boarder

Joshua M
Wed Oct 04, 2017 9:44 am
Did you clear your browser's cache? If that won't help, please send me a Private Message with your website backend and FTP access, then I'll be able to help.
User avatar
Moderator

GK User
Wed Oct 04, 2017 10:22 am
Joshua M wrote:Did you clear your browser's cache? If that won't help, please send me a Private Message with your website backend and FTP access, then I'll be able to help.

I think it's a PHP version issue.
On my site I'm using php 7.x
See also: https://www.gavick.com/forums/creativit ... form-54606
User avatar
Expert Boarder

Joshua M
Thu Oct 05, 2017 8:15 am
Yes, but the modification from mentioned thread should help, please send me a Private Message with your website backend and FTP access, then I'll be able to check the issue.
User avatar
Moderator

Joshua M
Mon Oct 09, 2017 10:54 am
Please check the website now, i've edited only Creativity/layouts/gkcontact.php file.
User avatar
Moderator

GK User
Mon Oct 09, 2017 11:04 am
Joshua M wrote:Please check the website now, i've edited only Creativity/layouts/gkcontact.php file.

Ok it work.
Tank you v.m.
User avatar
Expert Boarder

GK User
Mon Oct 09, 2017 11:54 am
Joshua M wrote:Please check the website now, i've edited only Creativity/layouts/gkcontact.php file.

how can I translate the "From" tag around the line 87 in the various languages?
Code: Select all
      // e-mail structure
      $subject = 'From ' . $output['name'];

Besto regards
User avatar
Expert Boarder

Joshua M
Tue Oct 10, 2017 7:58 am
Try to change this line to:
Code: Select all
$subject = __('From ', GKTPLNAME) . $output['name'];
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.