<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>prettyPhoto support - Vanilla 2</title>
      <link>http://forums.no-margin-for-errors.com/categories/2/p/feed.rss</link>
      <pubDate>Tue, 07 Feb 12 19:29:54 -0500</pubDate>
         <description>prettyPhoto support - Vanilla 2</description>
   <language>en-CA</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>New Print button for Pretty Photo</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3615/new-print-button-for-pretty-photo</link>
      <pubDate>Tue, 07 Feb 2012 17:21:05 -0500</pubDate>
      <dc:creator>mmilitia</dc:creator>
      <guid isPermaLink="false">3615@/discussions</guid>
      <description><![CDATA[add this script top or bottom of your prettyphoto.js<br /><br />function printIt(printThis) {<br />  var win = window.open();<br />  self.focus();<br />  win.document.open();<br />  win.document.write('&lt;'+'html'+'&gt;&lt;'+'body'+'&gt;');<br />  win.document.write($pp_pic_holder.find('#pp_full_res')[0].innerHTML);<br />  win.document.write('&lt;'+'/body'+'&gt;&lt;'+'/html'+'&gt;');<br />  win.document.close();<br />  win.print();<br />  win.close();<br />}<br /><br />and find the social media markup (line 67)<br />you can add the new div before twitter div or enywhere else...<br /><br /><code>&lt;div style=&quot;float: left; margin-right:5px;&quot;&gt;&lt;a href=&quot;javascript:void(0)&quot; onClick=&quot;printIt()&quot;&gt;&lt;img src=&quot;images/print.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</code><br /><br />bon appetit]]></description>
   </item>
   <item>
      <title>gallery_overlay does not show when opened via API</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3613/gallery_overlay-does-not-show-when-opened-via-api</link>
      <pubDate>Tue, 07 Feb 2012 13:32:17 -0500</pubDate>
      <dc:creator>dennispopel</dc:creator>
      <guid isPermaLink="false">3613@/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I need to open PP via $.prettyPhoto.open(urls). But in this case, the gallery overlay does not show. gallery_overlay in settings is on.<br /><br />Also, is there a way to dynamically change content of the opened PP via API? My scenario is as follows:<br />1. Open PP with the loading gif, while background ajax call fetches the list of images URLs<br />2. Have the opened PP show the fetched gallery. <br />Currently, calling open() for the second time does not have any effect, while closing/opening produces annoying flicker.<br /><br />TIA]]></description>
   </item>
   <item>
      <title>Facebook like strips the shebang (#!)</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3612/facebook-like-strips-the-shebang-</link>
      <pubDate>Tue, 07 Feb 2012 13:17:40 -0500</pubDate>
      <dc:creator>seyDoggy</dc:creator>
      <guid isPermaLink="false">3612@/discussions</guid>
      <description><![CDATA[This is concerning a prettyPhoto gallery. (/#![gallery]/)<br /><br />In an earlier post I described how Facebook was unable to recognize a gallery URI using encodeURIComponent but could with encodeURI. The trouble is Facebook seems to get hung up on the shebang if the URI is simply encodeURI or not encoded at all.<br /><br />Is there any way to get Facebook to like a particular image in a prettyPhoto gallery?]]></description>
   </item>
   <item>
      <title>Alternate content for a SWF so it doesn&#039;t break on mobile?</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3611/alternate-content-for-a-swf-so-it-doesnt-break-on-mobile</link>
      <pubDate>Tue, 07 Feb 2012 12:45:49 -0500</pubDate>
      <dc:creator>angelaferrell</dc:creator>
      <guid isPermaLink="false">3611@/discussions</guid>
      <description><![CDATA[I have a portfolio site with eight SWFs. Is there a way to show alternate content, i.e., a jpg, instead of the SWF if the site is being viewed in iOS?]]></description>
   </item>
   <item>
      <title>Facebook Button Not Working</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3202/facebook-button-not-working</link>
      <pubDate>Sat, 17 Dec 2011 20:00:51 -0500</pubDate>
      <dc:creator>xparrot</dc:creator>
      <guid isPermaLink="false">3202@/discussions</guid>
      <description><![CDATA[Twitter button seems to be working fine, but the Facebook button on my site isn't. I've tweaked the CSS, but not the JS.<br /><br /><a href="http://www.lutzcreativegroup.com/portfolio" target="_blank" rel="nofollow">http://www.lutzcreativegroup.com/portfolio</a>]]></description>
   </item>
   <item>
      <title>Facebook like and encodeURIComponent vs encodeURI</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3610/facebook-like-and-encodeuricomponent-vs-encodeuri</link>
      <pubDate>Tue, 07 Feb 2012 10:03:06 -0500</pubDate>
      <dc:creator>seyDoggy</dc:creator>
      <guid isPermaLink="false">3610@/discussions</guid>
      <description><![CDATA[I've found with various tests that Facebook button doesn't recognize the photo URL in the Like button when encodeURIComponent is used (as is found in prettyPhoto now), but does when encodeURI is used. Is there a reason why one is used over the other before I put my own such changes into production?]]></description>
   </item>
   <item>
      <title>Image cannot be loaded. Make sure the path is correct and image exist.</title>
      <link>http://forums.no-margin-for-errors.com/discussion/645/image-cannot-be-loaded.-make-sure-the-path-is-correct-and-image-exist.</link>
      <pubDate>Wed, 28 Jul 2010 23:41:31 -0400</pubDate>
      <dc:creator>benfrain</dc:creator>
      <guid isPermaLink="false">645@/discussions</guid>
      <description><![CDATA[It was a problem with prettyPhoto converting all url&#039;s to lowercase (even though the images were UPPER case). The solution is documented in these forums. Search &#039;comments&#039; (as opposed to posts) for &#039;lower&#039; and you will get the answer.]]></description>
   </item>
   <item>
      <title>prettyphoto and cformsII</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3609/prettyphoto-and-cformsii</link>
      <pubDate>Tue, 07 Feb 2012 04:49:24 -0500</pubDate>
      <dc:creator>tipone</dc:creator>
      <guid isPermaLink="false">3609@/discussions</guid>
      <description><![CDATA[Hi, wise mans!<br /><br />Have you ever tried to combine pp inline code popup with cforms2 plugin for wordpress? It would be be such nice combination - modal cform form.<br /><br />I tried <a href="http://pastebin.com/f92fKRf5" target="_blank" rel="nofollow">http://pastebin.com/f92fKRf5</a>, but it not working. It opens form nicely, but when I try to press submit - nothing happens. When I tried to change div style to visible, nad tried to submit form with errors, the errors were shown beind the modal window - in source. <br /><br />do you have any clue how to combine them together?]]></description>
   </item>
   <item>
      <title>The display of &quot;thumbnail&quot; is strange.</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3608/the-display-of-thumbnail-is-strange.</link>
      <pubDate>Tue, 07 Feb 2012 04:20:10 -0500</pubDate>
      <dc:creator>mashuone</dc:creator>
      <guid isPermaLink="false">3608@/discussions</guid>
      <description><![CDATA[I am sorry. <br />The category which contributes was mistaken...<br /><br />The display of "thumbnail" cannot be performed well. <br />Please teach me the correction method. <br /><br /><a href="http://www.serenesse.com/_conditioning/german_footcare/foot_0.html" target="_blank" rel="nofollow">http://www.serenesse.com/_conditioning/german_footcare/foot_0.html</a>]]></description>
   </item>
   <item>
      <title>SOCIAL TITLE AND DESCRIPTION LINKING</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3515/social-title-and-description-linking</link>
      <pubDate>Thu, 12 Jan 2012 13:44:36 -0500</pubDate>
      <dc:creator>zamartz</dc:creator>
      <guid isPermaLink="false">3515@/discussions</guid>
      <description><![CDATA[I have rebuilt the Facebook Like Button rewrite to replace a {location_href} for an alternate social URL <br /><br />// Rebuild Facebook (social) link Button with updated href<br />			if(settings.social_tools){<br />				facebook_like_link = settings.social_tools.replace('{location_href}', encodeURIComponent(location.href)); <br />				$pp_pic_holder.find('.pp_social').html(facebook_like_link);<br />			}<br />// END Rebuild Facebook (social) link Button with updated href<br /><br />In the same line of code: <br />I want to have a {social_title} replaced with the Image Title<br />&amp;<br />I want to have a {social_desc} replaced with the Image Description<br /><br />HOW?]]></description>
   </item>
   <item>
      <title>Problems opening an html...please help!!</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3603/problems-opening-an-html...please-help</link>
      <pubDate>Mon, 06 Feb 2012 13:53:28 -0500</pubDate>
      <dc:creator>val23</dc:creator>
      <guid isPermaLink="false">3603@/discussions</guid>
      <description><![CDATA[Everything works great except for the fact that I can get rid of the top and left padding (I think). <br /><br />In the html it self I want to be able to have a bgd picture, but I don't want it to show when I open the html in prettyphoto (it looks like a page in a page!).<br /><br />Is there a way to set prettyphoto so that it opens just the actual body, not including the background picture?<br /><br />I hope what I wrote make sense, here is the link to the home page:<br /><br />www.cloudbiography.com<br /><br />Thank you!!]]></description>
   </item>
   <item>
      <title>Get rid of margins or padding in pretty photo!!</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3549/get-rid-of-margins-or-padding-in-pretty-photo</link>
      <pubDate>Thu, 19 Jan 2012 19:20:14 -0500</pubDate>
      <dc:creator>val23</dc:creator>
      <guid isPermaLink="false">3549@/discussions</guid>
      <description><![CDATA[I'm using prettyphoto to open html pages. I resized pretty photo to open at the same size of my <a href="/search?Search=%23outer&amp;Mode=like">#outer</a> div. If in the html that I want to open I place a background image, prettyphoto display the html including the bg image. <br />How can I get rid of the margin or padding in the div?? Which one is the actual div content?<br /><br />Thanks!!]]></description>
   </item>
   <item>
      <title>Inline content &amp; jQuery events</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3600/inline-content-jquery-events</link>
      <pubDate>Sun, 05 Feb 2012 07:05:01 -0500</pubDate>
      <dc:creator>adupuis</dc:creator>
      <guid isPermaLink="false">3600@/discussions</guid>
      <description><![CDATA[Hi,<br />it might be a dumb question but I have an issue with inline content and prettyPhoto :<br />- I set all html and it show very well in prettyPhoto (thanks for this great plugin by the way !)<br />- the html is actually a form and the submission trigger a call to a webservice to add content in a database<br />- before making the webservice call, I make a first check for data integrity (as much as I can do that with js...)<br /><br />My problem is that I cannot access fields values with common jquery handlers. For example, my code is :<br />&lt;div id='create_career_event' style="display: none;"&gt;<br />	&lt;form id="form_career_event_add" class="popup"&gt;<br />		&lt;p&gt;<br />			&lt;label for="ce_type"&gt;Type&lt;/label&gt;<br />			&lt;select name="ce_type" id="ce_type"&gt;<br />				&lt;option value="negative"&gt;Négatif&lt;/option&gt;<br />				&lt;option value="neutral" selected="selected"&gt;Neutre&lt;/option&gt;<br />				&lt;option value="positive"&gt;Positif&lt;/option&gt;<br />			&lt;/select&gt;<br />		&lt;/p&gt;<br />		&lt;p&gt;<br />			&lt;input type="submit" value="Ajouter" /&gt; ou &lt;a href="#" onclick="$.prettyPhoto.close()"&gt;annuler&lt;/a&gt;<br />			&lt;script&gt;<br />			     $(document).on('change','#ce_type',function(event){alert("new ce_type="+$('#ce_type').value()); });<br />			&lt;/script&gt;<br />		&lt;/p&gt;<br />	&lt;/form&gt;<br />&lt;/div&gt;<br /><br />(The part to actually display this inline content into a prettyPhoto lightbox is not the issue here, it works perfectly fine)<br /><br />My problem is that ce_type is never filled with the correct value.<br /><br />Does anyone have any suggestions ?<br />]]></description>
   </item>
   <item>
      <title>Image fitting to window</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3579/image-fitting-to-window</link>
      <pubDate>Mon, 30 Jan 2012 17:08:04 -0500</pubDate>
      <dc:creator>rekates</dc:creator>
      <guid isPermaLink="false">3579@/discussions</guid>
      <description><![CDATA[Hi - I'm trying to tweek the image auto-resize thing so that the image is only 100 pixels smaller than the window instead of 200: (the part where the image is sized to fit the window if the window is smaller than the full-res image.)<br /><br />function _fitToViewport(width,height){resized=false;_getDimensions(width,height);imageWidth=width,imageHeight=height;if(((pp_containerWidth&gt;windowWidth)||(pp_containerHeight&gt;windowHeight))&amp;&amp;doresize&amp;&amp;settings.allow_resize&amp;&amp;!percentBased){resized=true,fitting=false;while(!fitting){if((pp_containerWidth&gt;windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height/width)*imageWidth;}else if((pp_containerHeight&gt;windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width/height)*imageHeight;}else{fitting=true;};pp_containerHeight=imageHeight,pp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);if((pp_containerWidth&gt;windowWidth)||(pp_containerHeight&gt;windowHeight)){_fitToViewport(pp_containerWidth,pp_containerHeight)};};return{width:Math.floor(imageWidth),height:Math.floor(imageHeight),containerHeight:Math.floor(pp_containerHeight),containerWidth:Math.floor(pp_containerWidth)+(settings.horizontal_padding*2),contentHeight:Math.floor(pp_contentHeight),contentWidth:Math.floor(pp_contentWidth),resized:resized};};<br /><br />I changed the window width to (windowWidth-100) and did the same for the window height.  It works perfectly in Firefox, but for some reason Safari freezes and the image never comes up - even the twirling icon freezes.  It seems there is something in there that Safari doesn't like.<br /><br />Anyone know why this is happening?  (I'm using prettyPhoto 3.1.2)<br /><br />Thanks, ~bk]]></description>
   </item>
   <item>
      <title>Add space between thumbnails</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3599/add-space-between-thumbnails</link>
      <pubDate>Sat, 04 Feb 2012 19:23:25 -0500</pubDate>
      <dc:creator>Bokehman</dc:creator>
      <guid isPermaLink="false">3599@/discussions</guid>
      <description><![CDATA[How can I increase the margins on the thumbnails? I've been altering the prettyPhoto.css file but no matter what value I put in nothing changes when I preview.<br /><br />Thanks in advance.]]></description>
   </item>
   <item>
      <title>Facebook like box doesn&#039;t show?</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3598/facebook-like-box-doesnt-show</link>
      <pubDate>Sat, 04 Feb 2012 14:05:20 -0500</pubDate>
      <dc:creator>swen</dc:creator>
      <guid isPermaLink="false">3598@/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I've installed wp prettyphoto, however the facebook like box (or twitter) isn't showing. Do i need to install an extra plugin?<br /><br />Thanks :)]]></description>
   </item>
   <item>
      <title>It simply doesn&#039;t work :(</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3553/it-simply-doesnt-work-</link>
      <pubDate>Sun, 22 Jan 2012 09:02:30 -0500</pubDate>
      <dc:creator>jeremynative</dc:creator>
      <guid isPermaLink="false">3553@/discussions</guid>
      <description><![CDATA[Hi I am trying to get it to work here<br /><br /><br />but when I click the image, it just opens in a new blank window<br /><br />I used the code suggested on your page<br /><br /><br /><br />Yet it doesn't work<br /><br />Can you please help me with this problem :)<br />thanks]]></description>
   </item>
   <item>
      <title>Can&#039;t disable social tools</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3597/cant-disable-social-tools</link>
      <pubDate>Sat, 04 Feb 2012 03:29:52 -0500</pubDate>
      <dc:creator>Nge</dc:creator>
      <guid isPermaLink="false">3597@/discussions</guid>
      <description><![CDATA[I have read all threads and tried "social_tools:false" but no way. Am I doing something wrong?<br /><br />This is what I've done:<br /><br />(function($){$.prettyPhoto={version:'3.1.3'};$.fn.prettyPhoto=function(pp_settings){pp_settings=jQuery.extend({animation_speed:'fast',slideshow:5000,autoplay_slideshow:false,opacity:0.80,show_title:true,allow_resize:true,default_width:500,default_height:344,counter_separator_label:'/',theme:'pp_default',horizontal_padding:20,hideflash:false,social_tools:false,wmode:'opaque',autoplay:true,modal:false,deeplinking:true,overlay_gallery:true,keyboard_shortcuts:true,changepicturecallback:function(){},callback:function(){},ie6_fallback:true,markup:'<div class="pp_pic_holder"> \</div>]]></description>
   </item>
   <item>
      <title>&quot;X&quot; is displaying over the title...</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3596/x-is-displaying-over-the-title...</link>
      <pubDate>Fri, 03 Feb 2012 17:51:54 -0500</pubDate>
      <dc:creator>steveshiver</dc:creator>
      <guid isPermaLink="false">3596@/discussions</guid>
      <description><![CDATA[The close button "X" is displaying at the bottom left of the lightbox instead of upper right. Can't figure out how to resolve this ... any help ... anyone?<br />Steve]]></description>
   </item>
   <item>
      <title>Twitter text</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3592/twitter-text</link>
      <pubDate>Thu, 02 Feb 2012 20:05:06 -0500</pubDate>
      <dc:creator>cristina</dc:creator>
      <guid isPermaLink="false">3592@/discussions</guid>
      <description><![CDATA[Is there any way I can customize the twitter text? When i click the button tweet on my photos, I get this:<br /><br />Photo of the Week | | travel4wildlife.comtravel4wildlife.com <a href="http://travel4wildlife.com/media-gallery/photo/" target="_blank" rel="nofollow">http://travel4wildlife.com/media-gallery/photo/</a><br /><br />the name of my website comes up twice. It looks poor and takes a lot of space. What can i do?<br />thanks!]]></description>
   </item>
   <item>
      <title>Open prettyPhoto on form submit</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3591/open-prettyphoto-on-form-submit</link>
      <pubDate>Thu, 02 Feb 2012 14:01:15 -0500</pubDate>
      <dc:creator>Spicle</dc:creator>
      <guid isPermaLink="false">3591@/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I am trying to get prettyPhoto to open with Ajax content when a form a submitted.<br /><br />Here is my form:<br /><br /> <br />    <br />    <br />  <br /><br />As you can see I tried to load it using the API, and it's working fine. I'll then have to include with JS/jquery the input field's value to the URL, which I can do as well. I am wondering if there is a quicker/more effective solution to this?<br /><br />Thank you for this great plugin and thanks in advance for your replies guys.]]></description>
   </item>
   <item>
      <title>How to get image name to appear in with image.</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3590/how-to-get-image-name-to-appear-in-with-image.</link>
      <pubDate>Thu, 02 Feb 2012 13:38:58 -0500</pubDate>
      <dc:creator>gaforgy</dc:creator>
      <guid isPermaLink="false">3590@/discussions</guid>
      <description><![CDATA[If anyone could inform me how to have the image filename show up in prettyphoto i would be very grateful.  I have changed the value to true <br /><br />jQuery.extend({animation_speed:'fast',slideshow:5000,autoplay_slideshow:false,opacity:0.80,show_title:true,<br />thanks in advance<br />]]></description>
   </item>
   <item>
      <title>Facebook like text box popup</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3582/facebook-like-text-box-popup</link>
      <pubDate>Tue, 31 Jan 2012 06:00:42 -0500</pubDate>
      <dc:creator>tatof</dc:creator>
      <guid isPermaLink="false">3582@/discussions</guid>
      <description><![CDATA[Hello everyone,<br /><br />I've been a satisfied PrettyPhoto user for a long time. Most of my 'problems' I could solve by myself. But lately I got this issue that's driving me crazy.<br /><br />Actually it's not an issue, it's more of a question by one of my customers.<br /><br />He want's this Facebook comment box to pop up when he's pressing the 'like' button on the PrettyPhoto popup window.<br />Here is an example of what he means: <br /><br /><a href="http://img408.imageshack.us/img408/5825/facebookgoed.jpg" target="_blank" rel="nofollow">http://img408.imageshack.us/img408/5825/facebookgoed.jpg</a> <br /><br />My question is, is this possible, and if its possible, how can I fix this?<br /><br />Many Thanks,<br /><br />Tatof]]></description>
   </item>
   <item>
      <title>Disable page reload when closing prettyphoto</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3589/disable-page-reload-when-closing-prettyphoto</link>
      <pubDate>Thu, 02 Feb 2012 06:04:22 -0500</pubDate>
      <dc:creator>yasmine</dc:creator>
      <guid isPermaLink="false">3589@/discussions</guid>
      <description><![CDATA[I noticed that when the close button is clicked the page is reloaded, how can I cancel this behavior?<br />Thanks in advance]]></description>
   </item>
   <item>
      <title>Launch Gallery Automatically When Page Loads</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3588/launch-gallery-automatically-when-page-loads</link>
      <pubDate>Thu, 02 Feb 2012 04:48:20 -0500</pubDate>
      <dc:creator>donhdefl</dc:creator>
      <guid isPermaLink="false">3588@/discussions</guid>
      <description><![CDATA[Is there a way to launch the first image of a gallery and the gallery thumbnails, previous, next and close buttons when a page loads?  ]]></description>
   </item>
   <item>
      <title>function _getFileType error</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3587/function-_getfiletype-error</link>
      <pubDate>Wed, 01 Feb 2012 20:57:14 -0500</pubDate>
      <dc:creator>batoo</dc:creator>
      <guid isPermaLink="false">3587@/discussions</guid>
      <description><![CDATA[After i change my image URLS, i got this error <a href="http://prntscr.com/5smtn" target="_blank" rel="nofollow">http://prntscr.com/5smtn</a><br /><br />Screenshot from my HTML <a href="http://imm.io/fHo4" target="_blank" rel="nofollow">http://imm.io/fHo4</a><br /><br />Everything was working fine when i had urls like href="/uploads/1.jpg" ...<br /><br />Solution pls?]]></description>
   </item>
   <item>
      <title>Youtube use throws &#039;__flash__removeCallback&#039; is undefined errors in IE9</title>
      <link>http://forums.no-margin-for-errors.com/discussion/2259/youtube-use-throws-__flash__removecallback-is-undefined-errors-in-ie9</link>
      <pubDate>Fri, 21 Oct 2011 15:11:13 -0400</pubDate>
      <dc:creator>nessthehero</dc:creator>
      <guid isPermaLink="false">2259@/discussions</guid>
      <description><![CDATA[Using a prettyphoto script to create a video overlay, not altering much besides some CSS and using a custom callback to append some text to the details container.<br /><br />When the overlay is closed in IE9, it throws a storm of errors.<br /><br />An example of this in practice is here: <a href="http://healthymarriageinfo.org/" target="_blank" rel="nofollow">http://healthymarriageinfo.org/</a> Click on one of the two videos in the center section underneath the large photo display. <br /><br />Another example is ... YOUR DEMO PAGE!! Click the youtube demo in IE9 and it will explode with errors (provided that error tracking is turned on)<br /><br />More info regarding the callback error (related to the error but not posted by me):<br /><br /><a href="http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/5ea6940d69105dcc" target="_blank" rel="nofollow">http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/5ea6940d69105dcc</a><br /><br />It seems like the problem is the google youtube api is not able to destroy the video before the iFrame is removed from the DOM.<br /><br />I love prettyPhoto, but this error might not make it past Quality Assurance testing.]]></description>
   </item>
   <item>
      <title>Problem to load lightbox</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3572/problem-to-load-lightbox</link>
      <pubDate>Mon, 30 Jan 2012 04:55:04 -0500</pubDate>
      <dc:creator>stijnos7</dc:creator>
      <guid isPermaLink="false">3572@/discussions</guid>
      <description><![CDATA[Hello!<br /><br />I installed everything like lightbox tutorial, it won't load the picture lightbox... It goes directly to a new blank window...<br />I guess there is a problem when i link it to my template... <br />Thxx]]></description>
   </item>
   <item>
      <title>Remove borders from thumbnails</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3143/remove-borders-from-thumbnails</link>
      <pubDate>Sun, 11 Dec 2011 06:06:19 -0500</pubDate>
      <dc:creator>Yaelede</dc:creator>
      <guid isPermaLink="false">3143@/discussions</guid>
      <description><![CDATA[Hi,<br /><br />How do I remove (or just make a simple 1px wide) border and shadow from the PP thumbnails?<br />I'm using small thumbnails, so wide borders look not so nice, and it also takes place, and I have to put the thumbnails in a relatively narrow div.<br /><br />Thanks]]></description>
   </item>
   <item>
      <title>All browsers but IE8 work ...</title>
      <link>http://forums.no-margin-for-errors.com/discussion/3586/all-browsers-but-ie8-work-...</link>
      <pubDate>Wed, 01 Feb 2012 07:30:34 -0500</pubDate>
      <dc:creator>problem</dc:creator>
      <guid isPermaLink="false">3586@/discussions</guid>
      <description><![CDATA[Hi All,<br /><br />I've implemented prettyPhoto numerous of times but this time i can't get it to work.<br />Not even if i disable all other scripts in the site...<br /><br />The problem only exists in ie8, firefox and ie9 work perfectly.<br /><br /><a href="http://goo.gl/PngfQ" target="_blank" rel="nofollow">http://goo.gl/PngfQ</a><br /><br />The pictures in the top left are clickable, as wel as the yellow 'NAP' image halfway down the page.<br /><br />Hope to hear from you guys!<br /><br />Cheers,<br />Robbert<br /><br /><br />]]></description>
   </item>
   </channel>
</rss>
