Loading...
 
Skip to main content

Architecture / Installation


Just installed 2.3 and now my site has the words "Loading..." at the top left or center of every page

posts: 82 Norway

help would be appreciated
also, probably related, sometimes there is a 1 point thin line around the edge of the whole page.

site is www.gilb.com

Kai

ps and thanks for the update, nice to be secure;-)

posts: 4664 Japan

Hello Kai,

It seems your site uses a customized theme, and its stylesheet is missing some updating. About the word "loading" that's displaying, you can add this:

div#ajaxLoading {
	display: none;
	background-color: #BB5555;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #000000;
	padding: 3px;
	font-family: Verdana;
	font-size: 10px;
}


(These particular properties are from the tikineat.css file of this site. The most important one is the "display:none".) I'm not sure about the 1px border offhand.

-- Gary