News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

I get no Popuppic in my Galeries.

Started by rlo, May 25, 2005, 09:10:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rlo

I have a problem with the popup picture here: http://galerien.focus83.de/displayimage.php?album=random&cat=10010&pos=-153
There is no function when i click the pic.
The statusbar shows me "javascript:;".
The Popupblocker is deactivated.

Can me anyone tell what i have to do?

Thanks

RLO

Joachim Müller

You have over-edited your custom theme. Edit http://galerien.focus83.de/themes/focus/template.html, find<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">

<head>
<link rel="stylesheet" href="themes/focus/style.css" />
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
</head>
{META}
<body>
and replace with<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
{META}
<link rel="stylesheet" href="themes/focus/style.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>

rlo

Thats all?

Thank you, i will do that.

RLO

rlo

Thank you GauGAu,

Its running.

Greetings

RLO