Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Web Site Functionality _ Pages are shaking from time to time

Posted by: Beata Feb 8 2021, 05:29 AM

Why the pages of this my http://www.genmetrika.eu/sarasai_inventorius.html are shaking every so long? What could be the conflict? every 25 seconds approximately ...
I can't it solve myself.
Could somebody help?

Posted by: pandy Feb 8 2021, 05:31 AM

Don't see anything shaking. Do I need to do something for it to occur?

Posted by: Beata Feb 8 2021, 05:43 AM

QUOTE(pandy @ Feb 8 2021, 05:31 AM) *

Don't see anything shaking. Do I need to do something for it to occur?


You need a little wait, about after 25 sec they are shake
Every 25 or 30 sec pages tremble - all pages

Posted by: pandy Feb 8 2021, 05:50 AM

Nope. What browser to you see this with?

Posted by: Beata Feb 8 2021, 06:39 AM

QUOTE(pandy @ Feb 8 2021, 05:50 AM) *

Nope. What browser to you see this with?


Firefox is my main work browser
I’m watching now that with Chrome and Microsoft Edge don’t shake, but with Internet Explorer trembles

Posted by: pandy Feb 8 2021, 07:17 AM

OK. I still don't see any shake or trembling, but the page regularly reloads. It doesn't even flicker for me when that happens, I only see it in the status bar. But probably that's when it happens for you. Are you on a slow connection?

Why does the page reload? Is that by design?

Posted by: Beata Feb 8 2021, 12:29 PM

QUOTE(pandy @ Feb 8 2021, 07:17 AM) *

OK. I still don't see any shake or trembling, but the page regularly reloads. It doesn't even flicker for me when that happens, I only see it in the status bar. But probably that's when it happens for you. Are you on a slow connection?

Why does the page reload? Is that by design?


Sorry, maybe I wrote wrong. Yes it is reload., not shake
I have good connections.
Why it reloads? I would like to know.

Posted by: pandy Feb 8 2021, 12:36 PM

Because someone has put this Meta tag in the HEAD section.

CODE
<meta http-equiv="refresh" content="30">

Posted by: Beata Feb 8 2021, 01:00 PM

QUOTE(pandy @ Feb 8 2021, 12:36 PM) *

Because someone has put this Meta tag in the HEAD section.

CODE
<meta http-equiv="refresh" content="30">



Should I add it in all pages? What will it bring ?
It reloads after 30 sec.? Maybe to write more, because my visitors are searching for metrics here?
This my website isn't CMS. Maybe you know how to do it at once in all pages? :-)


Posted by: The_webmaster Feb 8 2021, 01:10 PM

Do you have any javascript in your page that refesh after 30 sec. Maybe you had a mistake that reloads the page instead of refreshing the javascript.

Posted by: Beata Feb 8 2021, 01:12 PM

[quote name='Beata' date='Feb 8 2021, 01:00 PM' post='141136']
[quote name='pandy' post='141134' date='Feb 8 2021, 12:36 PM']
Because someone has put this Meta tag in the HEAD section.

CODE
<meta http-equiv="refresh" content="30">

[/quote]

I added to page http://www.genmetrika.eu/sarasai_inventorius.html
It is the same and worse
I think I need some to not refresh code

Posted by: pandy Feb 8 2021, 01:18 PM

No no no! That Meta tag is what MAKES the page reload. The content="30" bit means the page will reload every 30 seconds.

If yo don't want or need it, just delete it. And maybe think about why it was there to begin with.

Posted by: Beata Feb 8 2021, 01:19 PM

QUOTE(The_webmaster @ Feb 8 2021, 01:10 PM) *

Do you have any javascript in your page that refesh after 30 sec. Maybe you had a mistake that reloads the page instead of refreshing the javascript.


I think I don't have such javascript. You can view my sources
Sorry I didn't understand I have deleted of course this code in that page

Posted by: Beata Feb 8 2021, 01:26 PM

What I use in all my pages those java scripts for instance

But does don't give reloads. I keep using these scripts for ever
For instance in the page http://www.genmetrika.eu/baznycios.html
I use <script src="header_baznycios.txt"></script>
This give all churches with links in the left side of page. It is very usefull and comfortable

All other scripts was in template which I am using

Posted by: pandy Feb 8 2021, 01:28 PM

Hello! It's the Meta tag. Remove it.

Posted by: Beata Feb 8 2021, 01:33 PM

What else I have added to template this is horizontal menu for all pages in the top of every page

Posted by: Beata Feb 8 2021, 01:42 PM

QUOTE(pandy @ Feb 8 2021, 01:28 PM) *

Hello! It's the Meta tag. Remove it.


Which?
No this isn't meta tag. Nothing in HEAD.
I keep using it in all HTML websites
Previuosly the code was such

<script language="javascript" type="text/javascript" src="footer_vambutai.txt"></script>
At present I am correcting to (WC3 demands)
<script src="footer_vambutai.txt"></script>

Posted by: pandy Feb 8 2021, 01:50 PM

QUOTE(Beata @ Feb 8 2021, 07:42 PM) *

QUOTE(pandy @ Feb 8 2021, 01:28 PM) *

Hello! It's the Meta tag. Remove it.


Which?


The one I posted above.

Here it is again.
CODE
<meta http-equiv="refresh" content="30">


QUOTE
No this isn't meta tag. Nothing in HEAD.


Yes, it is.

CODE

<!DOCTYPE html>
<html lang="lt">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="NVA skelbiami savanoriu nuskenuoti metrikiniai irašai">
  <meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript, genealogija, kopija, archyvas, metrikai archyve, metrikai bažnyciose, bažnycia, metrika, LVIA, sarašai, tremtiniu, inventorius, bajoru sarašai, dvaru žinynas, vardu žinynas">
  <meta name="google" content="nositelinkssearchbox" />
<meta name="google" content="notranslate" />






<!-- HERE IT IS! -->
<meta http-equiv="refresh" content="30">
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->





<link rel="stylesheet" href="css/dropdown2.css">

    <title>Nepriklausomas virtualus archyvas, Sarašai, inventorius, surašymai</title>

    <!-- load stylesheets -->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400">  <!-- Google web font "Open Sans" -->
    <link rel="stylesheet" href="css/bootstrap.min.css">                                      <!-- Bootstrap style -->
    <link rel="stylesheet" href="css/templatemo-style.css">                                   <!-- Templatemo style -->

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
        <!--[if lt IE 9]>
          <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
          <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
          <![endif]-->
                    <link rel="stylesheet" href="lightbox2-master/dist/css/lightbox.min.css">
</head>



CODE
I  keep using it in all HTML websites


How lovely. Then all your pages keep refreshing. I asked before, but I can do it again, WHY do you use it? Obviously you don't want what it does. So what do you think it does?

QUOTE

Previuosly the code was such

<script language="javascript" type="text/javascript" src="footer_vambutai.txt"></script>
At present I am correcting to (WC3 demands)
<script src="footer_vambutai.txt"></script>


That has nothing to do with this.

Posted by: Beata Feb 8 2021, 03:29 PM

Oh my God!
I am very sorry...
Thank you very much.

Really it is.
We didn’t talk at first. I was talking about a text file and didn’t understand.

I registered on the forum today and got an answer right away. At first I didn’t even know what to look for.
Thank you very much for help and for quick response particularly. I knew this problem a long before and didn't know why it is...

I will clean these codes in all my pages. I really don't know or it was in template or I could add it myself...
If I added I didn't understand what I am doing :-)

Thank again and sorry for your time.

Posted by: pandy Feb 8 2021, 04:26 PM

You are welcome.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)