forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: TeknoSounds on November 14, 2012, 05:50:08 am

Title: Some thumbnails are non-working links in latest Firefox(v16) and Chrome (v23)
Post by: TeknoSounds on November 14, 2012, 05:50:08 am
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
Title: Re: Some thumbnails are non-working links in latest Firefox(v16) and Chrome (v23)
Post by: Jeff Bailey on November 14, 2012, 05:56:35 am
Add display: none; to
Code: [Select]
<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.

Title: Re: Some thumbnails are non-working links in latest Firefox(v16) and Chrome (v23)
Post by: TeknoSounds on November 14, 2012, 06:39:31 am
Wow :D Thanks for the speedy response Jeff!

Working on fixing this now.
Title: Re: Some thumbnails are non-working links in latest Firefox(v16) and Chrome (v23)
Post by: TeknoSounds on November 14, 2012, 06:48:37 am
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!
Title: Re: Some thumbnails are non-working links in latest Firefox(v16) and Chrome (v23)
Post by: Jeff Bailey on November 14, 2012, 06:56:44 am
Great! Glad everything works.

Please resolve your thread.
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631