coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: silversila on November 19, 2007, 12:06:50 PM

Title: Echo at the bottom of my page
Post by: silversila on November 19, 2007, 12:06:50 PM
I don't know how to explain this the best way, other than to paste a link to the gallery - http://galleri.papirihjertet.no/index.php

There is an echo on the bottom of the gallery frontpage - (browser: IE) -> Powered by Coppermine Photo Gallery Gallery. Gallery is listet twise. This happens other places aswell.

http://galleri.papirihjertet.no/displayimage.php?album=lastup&cat=0&pos=0 - TFL FL
"FL" is listet as an "echo" under the pic view.

http://galleri.papirihjertet.no/thumbnails.php?album=7 - Powered by Coppermine Photo Gallery Gallery.
Echo at the bottom from "allery"

http://galleri.papirihjertet.no/index.php?cat=10006 - Powered by Coppermine Photo Gallery Gallery.
Echo at the bottom "ry" (Here it's also one extra pixel-line at the bottom)

Somebody knows why? It does'nt show in the "view source" and I've seached around to get info. But now I'll try to get some help here.

Hope that somebody can help.
Thanks!!
Title: Re: Echo at the bottom of my page
Post by: Nibbler on November 19, 2007, 12:27:51 PM
Is this an IE only issue?
Title: Re: Echo at the bottom of my page
Post by: silversila on November 19, 2007, 12:38:05 PM
I've only tested this in IE. Wich browser do you use? You don't see it? Well then it's a IE problem only..

Thank you so much for taking the time to answer.
Title: Re: Echo at the bottom of my page
Post by: Stramm on November 19, 2007, 02:11:05 PM
Only happens with your custom theme and IE (7 I've tested). So you should check your theme...
Title: Re: Echo at the bottom of my page
Post by: silversila on November 19, 2007, 07:16:26 PM
I've checked the template.html - and I can't find out why.. maybe it's because of the <div> tags?

Here's the template.html

Somebody have any idea? Thanks for helping me guys!

Quote<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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/pih_galleri/style.css" type="text/css" />
   <script type="text/javascript" src="scripts.js"></script>
   <!-- $Id: template.html 2688 2005-12-04 03:22:35Z donnoman $ -->
</head>
<body>
   <div id="container">
        <div id="top">
   <h1 id="header"><a href="index.php">{GAL_NAME} - {GAL_DESCRIPTION}</a></h1>
   <iframe src ="http://www.papirihjertet.no/meny-til-galleriet/" style="border-bottom: 20px solid #FFF; border: 0; width: 800px; height: 30px; float: left; clear: both; overflow: hidden; background: transparent;" frameborder="0"></iframe>
        </div>
        <div id="top-content">
    <ul align="center" class="h4" id="system-menu">
      {SYS_MENU}{SUB_MENU}
   </ul>
   {ADMIN_MENU}
         </div>
         <div id="the-gallery">
              {GALLERY}
         </div>
    </div>
</body>
</html>
Title: Re: Echo at the bottom of my page
Post by: silversila on November 20, 2007, 12:56:44 PM
Did an upgrade to stable 1.14.4 and now the problem is solved. Just have to modify my theme style.css now. Does'nt look good at all now.

I've been snooking around this forum to get and gathered enough information to do various changes in my_theme.php.

Thanks a lot to everybody!