The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Pages are shaking from time to time
Beata
post Feb 8 2021, 05:29 AM
Post #1


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



Why the pages of this my website are shaking every so long? What could be the conflict? every 25 seconds approximately ...
I can't it solve myself.
Could somebody help?

This post has been edited by Beata: Feb 8 2021, 05:32 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 8 2021, 05:31 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Don't see anything shaking. Do I need to do something for it to occur?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 05:43 AM
Post #3


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



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

This post has been edited by Beata: Feb 8 2021, 05:48 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 8 2021, 05:50 AM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Nope. What browser to you see this with?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 06:39 AM
Post #5


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



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
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 8 2021, 07:17 AM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



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?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 12:29 PM
Post #7


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



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.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 8 2021, 12:36 PM
Post #8


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



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

CODE
<meta http-equiv="refresh" content="30">
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 01:00 PM
Post #9


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



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? :-)



This post has been edited by Beata: Feb 8 2021, 01:09 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
The_webmaster
post Feb 8 2021, 01:10 PM
Post #10


Member
***

Group: Members
Posts: 40
Joined: 5-February 21
Member No.: 27,773



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.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 01:12 PM
Post #11


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



[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
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 8 2021, 01:18 PM
Post #12


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



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.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 01:19 PM
Post #13


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



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
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 01:26 PM
Post #14


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



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

This post has been edited by Beata: Feb 8 2021, 01:27 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 8 2021, 01:28 PM
Post #15


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Hello! It's the Meta tag. Remove it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 01:33 PM
Post #16


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



What else I have added to template this is horizontal menu for all pages in the top of every page
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 01:42 PM
Post #17


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



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>

This post has been edited by Beata: Feb 8 2021, 01:43 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 8 2021, 01:50 PM
Post #18


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



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.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Beata
post Feb 8 2021, 03:29 PM
Post #19


Newbie
*

Group: Members
Posts: 11
Joined: 8-February 21
Member No.: 27,777



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.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 8 2021, 04:26 PM
Post #20


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



You are welcome.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 03:45 PM