Page 1 of 1

Celebrating the new year

Posted: Sun Dec 09, 2018 11:23 pm
by alex4orly
I am looking for placing a temporary "Face" to one of my websites that will show visitors some Gif or such of the Happy New Year message and that it can be either finish by itself or be dismissed by the visitor

Any idea how to achieve that?

Merry Christmas

Re: Celebrating the new year

Posted: Mon Dec 10, 2018 7:02 am
by Pablo
You can, for example, create a new index page with the animation and redirect the user to the normal index page (renamed to something else) after a timeout via the redirect settings in the Page Properties.
Or you can use a timer to display a temporary layer.
http://wysiwygwebbuilder.com/timers.html

Re: Celebrating the new year

Posted: Tue Dec 11, 2018 12:06 pm
by Biju
Something like this:
HAPPY NEW YEAR

Re: Celebrating the new year

Posted: Tue Dec 11, 2018 7:26 pm
by alex4orly
Exactly,
How do I do this?

Thanks

Re: Celebrating the new year

Posted: Wed Dec 12, 2018 4:29 am
by Biju
Just followed Pablos tutorial

1. Insert your image and close button
2. Hide both of them. (Before hiding give an onclick event to close button to hide both image and button itself)
3. Insert two timers (one for showing hidden objects and other for hiding)
4. Timer1
-  Type: Timeout
-  Interval: 5000
-  Tick Autostart
Select Event Tab and add 3 events:
-  Ontimer: Show>Target>Image
-  Ontimer: Show>Target>Button
-  Ontimer: Timer start>Target>Timer2
5.Timer2
-  Type: Timeout
-  Interval: 10000
-  Untick Autostart
Select Event Tab and add 2 events:
-  Ontimer: Hide>Target>Image
-  Ontimer: Hide>Target>Button

Hope this will help you..

Re: Celebrating the new year

Posted: Wed Dec 12, 2018 6:24 am
by alex4orly
Hi Biju, (this is French?)
Any chance you can send me the actual project that your sample is built on?
Thaks
Alex

Re: Celebrating the new year

Posted: Wed Dec 12, 2018 10:47 am
by Biju
Not French, it is one of our nick names for gent's (I am from Kerala, south-most part of India)

How can I send the project file to you?

Re: Celebrating the new year

Posted: Wed Dec 12, 2018 11:10 am
by alex4orly
Thanks
You upload it as a single project file to your website and provide me a url to the file itself.
I think this should work
Cheers

Re: Celebrating the new year

Posted: Wed Dec 12, 2018 11:40 am
by Biju
OK, get it from below link:

   DOWNLOAD

Re: Celebrating the new year

Posted: Wed Dec 12, 2018 7:30 pm
by alex4orly
In the RAR files, there are only 2 items
index.html and the GIF file
It seems there are some .css files missing
When I hit F5 to run in locally, nothing comes up

Thanks again

Re: Celebrating the new year

Posted: Wed Dec 12, 2018 10:28 pm
by alex4orly
OK, I got it to work on my website, just copied the objects from your project to my front page, but:
My site is based on a Master-Frame and grids, when the Gif shows up, it pushes the grid to make room for itself....
This doesn't look right.
I would like to have another layer maybe, that shows up on top of the front page, show the gif then be closed and dissapear

Any idea how to go abou this?
Thanks

Re: Celebrating the new year

Posted: Thu Dec 13, 2018 4:41 am
by Biju
In the RAR files, there are only 2 items
index.html and the GIF file
No, the rar files contains the actual project files (hn.wbs and image folder with gif image)
How did you extract rar file?

Image
When I hit F5 to run in locally, nothing comes up
If the file has only html and gif, from where you hit F5?

Re: Celebrating the new year

Posted: Thu Dec 13, 2018 7:49 am
by alex4orly
Hi Biju,

Please read the earlier message, all works fine
I also placed the whole thing on a Layer, which shows up in the center of the screen and fades away...

Thanks again for your help

Cheers

Re: Celebrating the new year

Posted: Fri Dec 14, 2018 1:15 pm
by zinc
This is by far the best solution:

viewtopic.php?f=53&t=62416

Re: Celebrating the new year

Posted: Fri Dec 14, 2018 7:33 pm
by alex4orly
I did that with the WWB method and it works fine for what I need
Thnaks