Contact Form in Quark Restaurant...

Support desk for Multipurpose Quark Theme
GK User
Tue Apr 04, 2017 4:26 pm
Hi. I have a problem. The contact form of the site, when it is sent redirects to the page HOME, and in high appears the classic message of Joomla: "Thank you for your contact, etc", which normally after 3 seconds should disappear, in the case of Quark , This message remains on the screen, forcing me to have to open the main menu and click HOME. Some possible solution, thank you, regards. René.
*Quark Restaurant...
User avatar
Platinum Boarder

teitbite
Fri Apr 07, 2017 12:06 pm
Hi

Are You sure it's redirecting to a homepage or to a Thank You page maybe. Please tell me the url of where I'll be able to check it.
User avatar
Moderator

GK User
Mon Apr 10, 2017 6:56 pm
Hi, thank you for you answer. Yes, I am sure, because I have configured that after the client sends the form, redirects to the Home Page, the other problem with "Quark Restaurant" is that the system's thank-you message is usually translated from the "language override" Of Joomla, but in this case I can not translate it, then, the system does not find the testo ...
* The access data and I send them via email to your address of @gmail, for the domain www.gelateriaxxxxxxx.it, thank you, regards. René.
User avatar
Platinum Boarder

teitbite
Wed Apr 12, 2017 4:39 pm
Hi

Try add this to /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
setTimeout(function() {
        $('#system-message-container').hide('blind', {}, 500)
    }, 5000);
});})(jQuery)</script>
User avatar
Moderator


cron