forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: nambroque on March 02, 2018, 09:33:54 am

Title: Filmstrip doesn't work
Post by: nambroque on March 02, 2018, 09:33:54 am
I click on the arrows and nothing happens  ???
May anyone help me?
This is my gallery:
http://fotometeo.ame-web.org/index.php (http://fotometeo.ame-web.org/index.php)
Thanks!
Title: Re: Filmstrip doesn't work
Post by: ron4mac on March 02, 2018, 03:10:27 pm
It seems that some Twitter code is interfering. Try to disable the FB and Twitter addition to see if it then functions correctly;
Title: Re: Filmstrip doesn't work
Post by: nambroque on March 02, 2018, 04:31:48 pm
Thanks for your repy
I have disabled the social sharing plugins (I suppose that's what you mean), but nothing changed, the filmstrips still doesn't work  :-\
Title: Re: Filmstrip doesn't work
Post by: ron4mac on March 02, 2018, 10:49:04 pm
The page is badly formed because some html is leaking out inappropriately.

Code: [Select]
<font color="white">http://fotometeo.ame-web.org/displayimage.php?pid=</font>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Top-fotos - &quot;El Teide luce sombrero-II&quot; - FOTOMETEO</title>
<meta name="keywords" content="concursoeurophotometeo,nube_capuchon,z_top" />
<link rel="start" href="displayimage.php?album=1380&amp;pid=4089" title="Return to start" />
<link rel="prev" href="displayimage.php?album=1380&amp;pid=819#top_display_media" title="See previous file" />
The top line should not be there ahead of everything else.

It seems to NOT be isolated to your theme, so it may be a problem with a core file. The displayimage.php file is a suspect. But one of your plugins can also be causing it.

You should consider upgrading your site.
Title: Re: Filmstrip doesn't work
Post by: nambroque on March 03, 2018, 12:16:28 am
Solved, thanks!
I have deleted that line at the beggining of the displayimage.php file and now it works properly
I don't know why that line was there.
Thanks for your recomendation, I'm waiting for the 1.6.x to be available, to upgrade directly to that version.