Weather by You!

Templates and Projects support => Html Templates => Topic started by: yibbeda on September 25, 2013, 04:06:43 AM

Title: Pages are not updated
Post by: yibbeda on September 25, 2013, 04:06:43 AM
Hello

In the html version it say,
 these pages are updated every (1 minutes)

But I have to use the F5 key to see the update
How to correct it to see the update automatic ??


grt
hans
vlissingen, Netherlands

http://people.zeelandnet.nl/johoobu/weer
Title: Re: Pages are not updated
Post by: Mr.Meteo on September 25, 2013, 11:24:54 AM
Hi Hans,
That old refresh problem is still alive?  >:(

To learn about "Refresh meta", you could look at this link:
http://en.wikipedia.org/wiki/Meta_refresh it discuss the refresh problem
and some way to solve it.

Personnaly, I haven't included any refresh method in templates as many visitors
dislike that, because of the "Flickering effect" produced by big page refresh.

Hope this help,

Regards,
Jacques
Title: Re: Pages are not updated
Post by: yibbeda on September 26, 2013, 08:39:12 AM
Thanks for your replay

I have but the code <META HTTP-EQUIV="refresh" CONTENT="300">
in the index page and it works fine.

but i have other problem,

as you can see there is a REALTIME page that i have added.
how to put this in the template ??

thanks again


hans
Title: Re: Pages are not updated
Post by: Mr.Meteo on September 26, 2013, 11:29:40 AM
Hi Hans,

I haven't try this particular page, as it is a Silverlight page,
but easiest way to include (shrink) a page into a "box" in your page
is to use the good old iFrame command, like this:

<iframe src="PageToDisplay.htm"></iframe>

You could learn more about iFrame options on that link:
http://www.w3schools.com/tags/tag_iframe.asp

Best regards,
Jacques
Title: Re: Pages are not updated
Post by: yibbeda on September 26, 2013, 12:10:01 PM
Hello


iframe  is build in !

see this

http://people.zeelandnet.nl/johoobu/weer/empty.htm

but how to increase the template, so that the realtime page fully visible to see.

hans
Title: Re: Pages are not updated
Post by: Mr.Meteo on September 26, 2013, 06:08:36 PM
Hi Hans,

Problem is that you have to indicate height of your silverlightControlHost div
with "real" size (instead of %), see actual:

Code: [Select]
#silverlightControlHost {
    height: 100%;
}

sould be something like that:
Code: [Select]
#silverlightControlHost {
    height: 1000px;
}

Best regards,
Jacques
Title: Re: Pages are not updated
Post by: yibbeda on September 26, 2013, 11:53:42 PM
Jacques

Thanks again

this was a good help for me
Ik works good now


hans
Title: Re: Pages are not updated
Post by: yibbeda on October 03, 2013, 09:51:17 AM
Hello,

And a other problem at the INFO page.
the template is to short
i cant find it to solved this.


http://people.zeelandnet.nl/johoobu/weer/infos.htm


greets
hans
Title: Re: Pages are not updated
Post by: yibbeda on October 07, 2013, 10:58:52 AM
Hello,

And a other problem at the INFO page.
the template is to short
i cant find it to solved this.


http://people.zeelandnet.nl/johoobu/weer/infos.htm


greets
hans

Someone ????
Title: Re: Pages are not updated
Post by: avoorpool on October 16, 2013, 08:29:00 PM
Hoi Hans,

Try the following to increase your page length:

<div id="content" style="height:1300px">
Try to increase the number to i.e 1700px.

Also,

Add the following line at the bottom of your page (before </body>):
<script type="text/javascript"> document.getElementById("bg_clouds").style.height = document.getElementById("bg_clouds").clientHeight + 220 + 'px'; </script>
</body>
With changing the 220+ 'px', you're sure the page will display correctly in regards to the background.

Hope this helps!!

Cheers,

Arthur

PS:
Doe de groetjes aan m'n broer. Hij woont in Westkapelle  :)
Title: Re: Pages are not updated
Post by: yibbeda on October 17, 2013, 12:44:24 PM
Arthur

Thanks for your replay
Its not working ?

I uplouded a new infos.htm
and its good !

ps
Westkapelle is niet ver weg vanut Vlissingen . :)


grt
hans