coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: janne l on April 27, 2007, 01:40:13 PM

Title: Popups are not showing
Post by: janne l on April 27, 2007, 01:40:13 PM
Hi, I am new at this forum and at coppermine. I have bridged cpm with joomla and most of it is working fine. But I can't get the popup full size photos to show. I have searched the forum and the faq, and everything seems to be set right.

The code in my template.html shows this. Just as it should - right?:
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
</head>


Hope to get some help.
Title: Re: Popups are not showing
Post by: janne l on April 27, 2007, 11:23:50 PM
since you seem to think this is a bridge problem I will submit some more info:

My site: www.kageportalen.dk (http://www.kageportalen.dk), username: test p-word: tester
Then look for the galleri tab in the menu to the left.
Title: Re: Popups are not showing
Post by: Nibbler on April 27, 2007, 11:43:24 PM
It's difficult to troubleshoot an issue when your html code is nonsense to begin with, but the path to scripts.js is wrong. scripts.js is in your Coppermine folder so there should not be a '../' in the path.


<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="../scripts.js"></script>
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<meta name="description" content="Kageportalen.dk - her finder du alt om kager" />
<meta name="keywords" content="" />
<meta name="Generator" content="Joomla! - Copyright (C) 2005 - 2006 Open Source Matters. All rights reserved." />
<meta name="robots" content="index, follow" />
<script src="http://www.kageportalen.dk/includes/js/joomla.javascript.js" type="text/javascript"></script>

<link rel="alternate" type="application/rss+xml" title="Kageportalen.dk" href="http://www.kageportalen.dk/index2.php?option=com_rss&amp;feed=RSS2.0&amp;no_html=1" />
<link rel="shortcut icon" href="http://www.kageportalen.dk/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="http://www.kageportalen.dk/templates/simplicity_red/css/template_css.css" />
<link rel="shortcut icon" href="http://www.kageportalen.dk/images/favicon.ico"/>
<body>
Title: Re: Popups are not showing
Post by: janne l on April 27, 2007, 11:54:29 PM
Thanks a lot, I just couldn't see it. Now it works
:-*
Title: Re: Popups are not showing
Post by: Joachim Müller on April 28, 2007, 01:27:50 PM
Not related to bridging, but to themeing, where it has initially been posted, but was moved to the bridging sub-board in error. Moving back.
Title: Re: Popups are not showing
Post by: dartagnan32 on July 06, 2007, 08:16:19 AM
Hello I have the same problem I think
<!-- +++++++++++++++++++ coppermine begin +++++++++++++++++++ -->
<script type="text/javascript" src="../scripts.js"></script> <script language="JavaScript" type="text/JavaScript">

But may I ask in which file I find this?
thanks
Title: Re: Popups are not showing
Post by: Joachim Müller on July 06, 2007, 09:13:31 AM
Your issue is not the same - it differs! You shouldn't have hijacked this thread. Read http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#noFullsizePopup
If this doesn't solve your question, start a thread of your own, posting a link to your gallery. Locking.