Does anyone know how to set the top banner message so it loads shut and it has to be clicked to open?
Thanks in advance,
Lee
Does anyone know how to set the top banner message so it loads shut and it has to be clicked to open?
Thanks in advance,
Lee
Hi!
open functions.php, scroll down to line 293 which should read
if( empty($_COOKIE[$cookieName])) $extraClass = "minimized firstcall";
and change it to
if( empty($_COOKIE[$cookieName])) $extraClass = "minimized";
Regards,
Kriesi
Exactly what I was looking for. But it's on the line 325 . thank you !
Thanks for the update! That should help others since things have changed a bit since the theme was first released :)
Regards,
Devin
You must log in to post.