GK Contact--no confirmation

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 08, 2014 8:30 pm
Reply with quote
Report this post
I can receive mails OK using the GK Contact plug in, but there's no confirmation to the user that the mail was sent--is there a setting I'm missing? Otherwise, it's quite confusing for someone if their message got through or not.

Thank you and regards,
Scott
User avatar
Fresh Boarder

GK User
Tue Apr 08, 2014 8:41 pm
Reply with quote
Report this post
Also, I did find via search a proposed solution by adding this to override.css. I did it, but no change...
#system-message-container { display: block !important; }
User avatar
Fresh Boarder

GK User
Thu Apr 10, 2014 9:39 am
Reply with quote
Report this post
Hello,

It is weird, because as you can see on our demo the confirmation is displayed after sending the message. Could you provide an URL to your website?
User avatar
Administrator

GK User
Sun Apr 13, 2014 9:38 am
Reply with quote
Report this post
Thank you for the confirmation..that led me to look at the source. Seems the msg was there but I had to uncomment a "display:none" in joomla.css in order to see it.

Thanks!
S.
User avatar
Fresh Boarder

GK User
Fri May 23, 2014 10:02 am
Reply with quote
Report this post
HI
I have the same problem with the contact form.There is no shipping confirmation and skip the introduction...I
could say that you I specifically do...Please.
Thanks for your help

In addition, how can I remove the space remaining after the footer menu?
User avatar
Senior Boarder

GK User
Sat May 24, 2014 11:26 am
Reply with quote
Report this post
The message appears in your case directly under the header. The space under the footer is cause by a blank iframe before the closing body tag, but I don't know from where this iframe comes.
User avatar
Administrator

GK User
Sun May 25, 2014 10:37 am
Reply with quote
Report this post
Any idea's in that files/archives can I solve it.
Please. Thanks
http://www.prueba.cyangraf.es
User avatar
Senior Boarder

GK User
Mon May 26, 2014 9:06 am
Reply with quote
Report this post
You can move the message to the top of the document body tag structure in the layouts/default.php file (place it before the #gkTop element). The message is generated by this fragment:

Code: Select all
<?php if(count($app->getMessageQueue())) : ?>
      <jdoc:include type="message" />
      <?php endif; ?>
User avatar
Administrator

GK User
Tue May 27, 2014 8:39 am
Reply with quote
Report this post
OK thanks works...
I followed working to remove the space under the footer....
User avatar
Senior Boarder


cron