<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>adgallery Discussions Rss Feed</title><link>https://adgallery.codeplex.com/discussions</link><description>adgallery Discussions Rss Description</description><item><title>New Post: Option for disabling the hash</title><link>http://adgallery.codeplex.com/discussions/444657</link><description>&lt;div style="line-height: normal;"&gt;This project doesn't appear to be very active, but is there any chance of adding a config option to disable using the location hash to track the active ad? For my purposes I don't need the functionality it provides for linking to a specific image and I imagine there are other people who don't require it either.&lt;br /&gt;
&lt;/div&gt;</description><author>oyovadaniel</author><pubDate>Wed, 22 May 2013 20:28:00 GMT</pubDate><guid isPermaLink="false">New Post: Option for disabling the hash 20130522082800P</guid></item><item><title>New Post: resizable carousel</title><link>http://adgallery.codeplex.com/discussions/443809</link><description>&lt;div style="line-height: normal;"&gt;Hello world ! I'm looking for a way to make resizable the whole AD Gallery (thumbs, image, wrapper) in order to fit the browser window size. It would look like a way to make it responsive...&lt;br /&gt;
I'm not an expert in JQuery and javascript...  It would be great if someone could help me and I'm sure it would be useful for others... Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>mikoon</author><pubDate>Wed, 15 May 2013 21:43:14 GMT</pubDate><guid isPermaLink="false">New Post: resizable carousel 20130515094314P</guid></item><item><title>New Post: 2nd image disappears on download version AD Gallery 1.2.7</title><link>http://adgallery.codeplex.com/discussions/433980</link><description>&lt;div style="line-height: normal;"&gt;Hi there,&lt;br /&gt;
&lt;br /&gt;
I've the same problem. The second thumbnail disappears from the bar.&lt;br /&gt;
Did you find a solution for this problem?&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
&lt;br /&gt;
Henry Jansen&lt;br /&gt;
&lt;/div&gt;</description><author>htccjansen</author><pubDate>Tue, 14 May 2013 07:53:55 GMT</pubDate><guid isPermaLink="false">New Post: 2nd image disappears on download version AD Gallery 1.2.7 20130514075355A</guid></item><item><title>New Post: Slide Horizontal Effect Not Working</title><link>http://adgallery.codeplex.com/discussions/440998</link><description>&lt;div style="line-height: normal;"&gt;Hi All,&lt;br /&gt;
&lt;br /&gt;
I have just implemented the Ad Gallery code into my page and it works great. The only problem is that the Slide Horizontal transition effect doesn't work? All of the other transition effects work fine except this one? I have set the effect in the jquery.ad-gallery.js file, is there anything else I need to do?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;/div&gt;</description><author>mike1290</author><pubDate>Sat, 20 Apr 2013 12:42:03 GMT</pubDate><guid isPermaLink="false">New Post: Slide Horizontal Effect Not Working 20130420124203P</guid></item><item><title>New Post: Clear AD Gallery </title><link>http://adgallery.codeplex.com/discussions/440341</link><description>&lt;div style="line-height: normal;"&gt;how can clear AD Gallery if exists images.&lt;br /&gt;
&lt;/div&gt;</description><author>sajeev1</author><pubDate>Mon, 15 Apr 2013 14:51:28 GMT</pubDate><guid isPermaLink="false">New Post: Clear AD Gallery  20130415025128P</guid></item><item><title>New Post: Change Title and Description to Left of gallery</title><link>http://adgallery.codeplex.com/discussions/439997</link><description>&lt;div style="line-height: normal;"&gt;Hello there,&lt;br /&gt;
&lt;br /&gt;
I'm new to jquery and galleries and i just wanted to ask if someone could help me out changing the place of the title and description to the left of the gallery, outside the image?&lt;br /&gt;
&lt;br /&gt;
I appreciated any help,&lt;br /&gt;
Thanks in advance&lt;br /&gt;
CJ&lt;br /&gt;
&lt;/div&gt;</description><author>carlajesus</author><pubDate>Thu, 11 Apr 2013 23:15:03 GMT</pubDate><guid isPermaLink="false">New Post: Change Title and Description to Left of gallery 20130411111503P</guid></item><item><title>New Post: Disable image resize for certain images?</title><link>http://adgallery.codeplex.com/discussions/438850</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
first of all thanks for this great plugin! I've been trying out various jQuery based galleries in the last week and this seems to be the best one out there.&lt;br /&gt;
&lt;br /&gt;
I'm trying to achieve the following but don't have a good idea on how to do it:&lt;br /&gt;
&lt;br /&gt;
For certain images (panorama stitched &amp;quot;wide&amp;quot; images) I would like to disable resizing on load to fit into .ad-gallery.width and .ad-gallery.ad-image-wrapper.height but instead have a horizontal scrollbar.&lt;br /&gt;
&lt;br /&gt;
In my current picture gallery I do something like this e.g. for images under &lt;a href="http://www.feuster.com/Pictures/Nordspanien_2011/sansebastian/index.html" rel="nofollow"&gt;http://www.feuster.com/Pictures/Nordspanien_2011/sansebastian/index.html&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Any way how this could be achieved with AD Gallery?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;/div&gt;</description><author>TheDoc</author><pubDate>Tue, 02 Apr 2013 21:00:45 GMT</pubDate><guid isPermaLink="false">New Post: Disable image resize for certain images? 20130402090045P</guid></item><item><title>New Post: ALT attribute and description</title><link>http://adgallery.codeplex.com/discussions/395121</link><description>&lt;div style="line-height: normal;"&gt;Thanks, RobGPhotoUK. I was able to get ALT and title working the way I wanted by doing this:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;      var desc = false;
      if(thumb.data('ad-desc')) {
        desc = thumb.data('ad-desc');
      //} else if(thumb.attr('alt') &amp;amp;&amp;amp; thumb.attr('alt').length) {
       // desc = thumb.attr('alt');
      };
&lt;/code&gt;&lt;/pre&gt;

I hadn't tried commenting out the whole block. Thanks for the tip.&lt;br /&gt;
&lt;/div&gt;</description><author>hutchsky</author><pubDate>Tue, 26 Mar 2013 13:47:41 GMT</pubDate><guid isPermaLink="false">New Post: ALT attribute and description 20130326014741P</guid></item><item><title>New Post: ALT attribute and description</title><link>http://adgallery.codeplex.com/discussions/395121</link><description>&lt;div style="line-height: normal;"&gt;I have no idea if you're still looking for an answer on this one, but just in case someone has a similar problem...&lt;br /&gt;
You can disable the alt tags showing up as a part of the description and just leave the title tags in place should you want to use them.&lt;br /&gt;
Open up the jquery.ad-gallery.js file and find the bit dealing with alt tags:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; var desc = false;
          if(thumb.data('ad-desc')) {
            desc = thumb.data('ad-desc');
          } else if(thumb.attr('alt') &amp;amp;&amp;amp; thumb.attr('alt').length) {
            desc = thumb.attr('alt');
          };&lt;/code&gt;&lt;/pre&gt;

Then either comment out or delete everything in this block of code after the first line. Mine looks like this:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; var desc = false;
/*
          if(thumb.data('ad-desc')) {
            desc = thumb.data('ad-desc');
          } else if(thumb.attr('alt') &amp;amp;&amp;amp; thumb.attr('alt').length) {
            desc = thumb.attr('alt');
          };
*/&lt;/code&gt;&lt;/pre&gt;

The title tag will remain unaffected and so can still be used as a description for individual images.&lt;br /&gt;
Leaving some of the alt descriptions in place while removing others is a little beyond my current coding skills though.&lt;br /&gt;
&lt;/div&gt;</description><author>RobGPhotoUk</author><pubDate>Tue, 26 Mar 2013 07:27:21 GMT</pubDate><guid isPermaLink="false">New Post: ALT attribute and description 20130326072721A</guid></item><item><title>New Post: Add images without &lt;li&gt; tags</title><link>http://adgallery.codeplex.com/discussions/437879</link><description>&lt;div style="line-height: normal;"&gt;Hi &lt;br /&gt;
Great code. &lt;br /&gt;
&lt;br /&gt;
Can i add images in gallery without adding an LI tag for ever image? i.e. is it possible to put images in folders only?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>roastchicken</author><pubDate>Mon, 25 Mar 2013 11:36:47 GMT</pubDate><guid isPermaLink="false">New Post: Add images without &lt;li&gt; tags 20130325113647A</guid></item><item><title>New Post: Two rows of thumbnails?</title><link>http://adgallery.codeplex.com/discussions/437829</link><description>&lt;div style="line-height: normal;"&gt;Is there a way to do two rows of thumbnails, that still scroll they way they do currently.&lt;br /&gt;
&lt;br /&gt;
Thanks so much for this gallery. It's exactly what I need!&lt;br /&gt;
&lt;/div&gt;</description><author>slb535</author><pubDate>Sun, 24 Mar 2013 22:04:54 GMT</pubDate><guid isPermaLink="false">New Post: Two rows of thumbnails? 20130324100454P</guid></item><item><title>New Post: Dynamic gallery via ajax - works great unless slideshow is enabled - how to destroy / reinitialize slideshow / gallery?</title><link>http://adgallery.codeplex.com/discussions/437245</link><description>&lt;div style="line-height: normal;"&gt;This gallery is absolutely fantastic. Thank you for all the hard work and excellent coding.&lt;br /&gt;
&lt;br /&gt;
I am having a small issue when it comes to loading a new gallery via ajax.&lt;br /&gt;
&lt;br /&gt;
Everything works as expected when a new gallery is returned. The previous gallery gets replaced and life is good.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;However&lt;/strong&gt;, if the slideshow is &lt;strong&gt;&lt;em&gt;enabled&lt;/em&gt;&lt;/strong&gt;...&lt;br /&gt;
The new gallery does get initialized, but the current gallery does not get removed.  The new gallery seems to just overlay on the large images. So the previous and new gallery slideshows are running concurrently.  Please note, the thumb nails do get replaced as expected.&lt;br /&gt;
&lt;br /&gt;
Any thoughts on how to destroy/stop the current slideshow and remove it when I load the new gallery?&lt;br /&gt;
&lt;br /&gt;
Thank you for any help. &lt;br /&gt;
&lt;/div&gt;</description><author>gbroke</author><pubDate>Tue, 19 Mar 2013 21:04:40 GMT</pubDate><guid isPermaLink="false">New Post: Dynamic gallery via ajax - works great unless slideshow is enabled - how to destroy / reinitialize slideshow / gallery? 20130319090440P</guid></item><item><title>New Post: Fluid behavior for images</title><link>http://adgallery.codeplex.com/discussions/436354</link><description>&lt;div style="line-height: normal;"&gt;I want to apply the fluid behavior for the gallery images, to adapt images to the width of the screen. Is this possible? indeed I want to get working the gallery in mobile environment, so adapt the images according the width of the screen. I have found a previous thread related &lt;a href="http://adgallery.codeplex.com/discussions/391254" rel="nofollow"&gt;http://adgallery.codeplex.com/discussions/391254&lt;/a&gt;, but seems that there is no progress in this topic, anybody has made some progress on this topic?&lt;br /&gt;
&lt;/div&gt;</description><author>camilof</author><pubDate>Tue, 12 Mar 2013 17:53:06 GMT</pubDate><guid isPermaLink="false">New Post: Fluid behavior for images 20130312055306P</guid></item><item><title>New Post: RWD fluid layout for AD Gallery</title><link>http://adgallery.codeplex.com/discussions/391254</link><description>&lt;div style="line-height: normal;"&gt;subscribing. &lt;br /&gt;
&lt;br /&gt;
I am seeking this too, is an important feature for the gallery.&lt;br /&gt;
&lt;/div&gt;</description><author>camilof</author><pubDate>Tue, 12 Mar 2013 17:49:31 GMT</pubDate><guid isPermaLink="false">New Post: RWD fluid layout for AD Gallery 20130312054931P</guid></item><item><title>New Post: Changing the time between images</title><link>http://adgallery.codeplex.com/discussions/435825</link><description>&lt;div style="line-height: normal;"&gt;Perhaps I'm being extra dull today, but I am not able to find where to change the variable for how long each image stays active. Mine is currently set to 5 seconds, but I'd like to change it. Can someone point me in the right direction?&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>Kaydeim</author><pubDate>Thu, 07 Mar 2013 23:02:14 GMT</pubDate><guid isPermaLink="false">New Post: Changing the time between images 20130307110214P</guid></item><item><title>New Post: Fix for jQuery 1.9</title><link>http://adgallery.codeplex.com/discussions/435650</link><description>&lt;div style="line-height: normal;"&gt;I am using AD Gallery with a wordpress plugin I developed, however with the upgrade to WP 3.5, jQuery is updated to 1.9 and AD Gallery does not work properly when adding images.&lt;br /&gt;
&lt;br /&gt;
All the thumbnails are shown in a vertical strip (previously was a horizontal strip)&lt;br /&gt;
The main image does not display (height and width of zero - figured out auto height is no longer working)&lt;br /&gt;
All copies of the large images are displayed at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
Any help would be appreciated&lt;br /&gt;
&lt;/div&gt;</description><author>mediateknix_mark</author><pubDate>Wed, 06 Mar 2013 22:11:12 GMT</pubDate><guid isPermaLink="false">New Post: Fix for jQuery 1.9 20130306101112P</guid></item><item><title>New Post: longdesc at same page</title><link>http://adgallery.codeplex.com/discussions/435575</link><description>&lt;div style="line-height: normal;"&gt;i can't that the longdesc its open in a new tab.&lt;br /&gt;
i can that it do in the same page.&lt;br /&gt;
is possible?&lt;br /&gt;
&lt;br /&gt;
thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>Argiles</author><pubDate>Wed, 06 Mar 2013 13:42:28 GMT</pubDate><guid isPermaLink="false">New Post: longdesc at same page 20130306014228P</guid></item><item><title>New Post: Anchor tag within the description</title><link>http://adgallery.codeplex.com/discussions/434962</link><description>&lt;div style="line-height: normal;"&gt;Figured it out. Wasn't thinking straight at all today.&lt;br /&gt;
&lt;/div&gt;</description><author>soundbwoy</author><pubDate>Fri, 01 Mar 2013 03:01:59 GMT</pubDate><guid isPermaLink="false">New Post: Anchor tag within the description 20130301030159A</guid></item><item><title>New Post: Anchor tag within the description</title><link>http://adgallery.codeplex.com/discussions/434962</link><description>&lt;div style="line-height: normal;"&gt;I would like to add an anchor tag within the description or title. How would I accomplish this? Thank you!&lt;br /&gt;
&lt;/div&gt;</description><author>soundbwoy</author><pubDate>Fri, 01 Mar 2013 01:35:56 GMT</pubDate><guid isPermaLink="false">New Post: Anchor tag within the description 20130301013556A</guid></item><item><title>New Post: Multiple Galleries On The Same Page - Scroll Problems</title><link>http://adgallery.codeplex.com/discussions/399396</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;h2&gt;Just set update_window_hash setting to false&lt;/h2&gt;
Aigars&lt;br /&gt;
&lt;/div&gt;</description><author>bairons</author><pubDate>Wed, 27 Feb 2013 20:53:10 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Galleries On The Same Page - Scroll Problems 20130227085310P</guid></item></channel></rss>