Some thumbnails are non-working links in latest Firefox(v16) and Chrome (v23) Some thumbnails are non-working links in latest Firefox(v16) and Chrome (v23)
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Some thumbnails are non-working links in latest Firefox(v16) and Chrome (v23)

Started by TeknoSounds, November 14, 2012, 05:50:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TeknoSounds

I noticed just yesterday after uploading a new album that many thumbnails on a page (but not all the thumbnails) are not rendered as clickable links.
This behavior persists in the newest versions of Firefox and Chrome, but still works fine under Internet Explorer.

Running:
CPG 1.5.20
Server Type   Linux (CentOS6)
Web Server   Apache v2.2.23 (cgi-fcgi)
PHP   5.3.17
MySQL Version   5.5.27-cll

Link to example behavior:
http://teknosounds.com/tspics/thumbnails.php?album=312

Jeff Bailey

Add display: none; to

<iframe id="fe1db70f8" name="f274f4ec4" scrolling="no" style="border: none; overflow: hidden; height: 1000px; width: 1000px;" src="http://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fteknosounds.com%2Ftspics%2Fthumbnails.php%3Falbum%3D312&amp;type=2&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Dfb15e5778%26origin%3Dhttp%253A%252F%252Fteknosounds.com%252Ffde13746c%26domain%3Dteknosounds.com%26relation%3Dparent.parent"></iframe>

to fix it temporarily.

The iframe "covers" height: 1000px; width: 1000px; the links, thats why they become unclickable.

Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

TeknoSounds

Wow :D Thanks for the speedy response Jeff!

Working on fixing this now.

TeknoSounds

So with the help of your post Jeff, I was able to narrow down the issue to the Social Sharing v1.5 plugin.  I disabled all the options (since only Twitter was working anyway) it appears the Facebook section was the actual culprit.  All appears working again now :)

Much much thanks with your help!

Jeff Bailey

Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford