system message display time

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Wed Mar 19, 2014 5:41 pm
How do i extend how long the system message is shown for? So it doesnt disappear so quickly?

Thanks
User avatar
Fresh Boarder

GK User
Thu Mar 20, 2014 10:39 am
Could you show me URL to your website where I can generate the system message? I don't remember any of our J!1.5-J!2.5 which has auto hiding messages.
User avatar
Platinum Boarder

GK User
Thu Mar 20, 2014 10:41 am
Sure, this is the link: http://www.warestreetmarket.com/newsite ... 5lbC5odG1s

It happens if you click on the sellers login button at the top.

Thanks

Alex
User avatar
Fresh Boarder

GK User
Mon Mar 24, 2014 9:03 pm
Yes I know why I don't remember any auto close window in myStore template… because you use inStyle not myStore :)

Please open file js/gk.script.js and find this code :

Code: Select all
if(jQuery('#system-message-container').length != 0){
        jQuery('#system-message-container').each(function(i, element){
              (function() {
                   jQuery(element).fadeOut('slow');
              }).delay(3500);
         });
   }


then replace 3500 value by your custom value.
User avatar
Platinum Boarder


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