The account activation message disappears very quickly

GK User
Sat Jul 04, 2015 4:58 pm
Hello,

When a new user registers, a legend that says the user must activate your account from your email appears. This message will disappear in a few segunos and can not be read completely.
Is there any way to change this so that the user can close the message by clicking or to change the time that remains visible?

regards,
Hernan
User avatar
Senior Boarder

GK User
Sun Jul 05, 2015 11:17 pm
Hi,
there are at least two solutions,
edit: gk_storefront\layouts\default.php
find:
<?php if(count($app->getMessageQueue())) : ?>
<jdoc:include type="message" />
<?php endif; ?>

remove php and leave only <jdoc....
OR
edit: gk_storefront\js\gk.scripts.js
Find: }).delay(6000);
and change value.
User avatar
Platinum Boarder

GK User
Sun Jul 05, 2015 11:48 pm
Hi, I tried the first option and not work for me.
Then use the second option and change the value: 60.000 and now gives me one minute to read the message.

Solved! Thank you very much!

Greetings!
Hernan
User avatar
Senior Boarder

GK User
Mon Jul 06, 2015 6:52 am
Yes, one minute should be okey in most cases even for those people who read very very slow.
:mrgreen:
p.s.
Probably 1st introduced solution needed also customization of css.
User avatar
Platinum Boarder


cron