My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Aug 21, 2009
    issue 4 (no cross on the right corner) Status changed by dchest   -  
    Status: Invalid
    Status: Invalid
  • Aug 20, 2009
    issue 4 (no cross on the right corner) commented on by deDamo   -   I found the problem. It was a problem with the rights of the files. Sorry for this incompetent report.
    I found the problem. It was a problem with the rights of the files. Sorry for this incompetent report.
  • Aug 20, 2009
    issue 4 (no cross on the right corner) reported by deDamo   -   I have no cross on the right corner where you can close the image. But i can close the image!
    I have no cross on the right corner where you can close the image. But i can close the image!
  • Apr 29, 2009
    issue 2 (Can you resize grouped items?) Status changed by dchest   -  
    Status: WontFix
    Status: WontFix
  • Apr 29, 2009
    issue 3 (Fancybox not displaying targeted image - getting continual l...) Status changed by dchest   -   Please don't file bug reports about Fancybox here. This is a page for WordPress plugin that enables it. The page for Fancybox is at http://fancy.klade.lv/
    Status: WontFix
    Please don't file bug reports about Fancybox here. This is a page for WordPress plugin that enables it. The page for Fancybox is at http://fancy.klade.lv/
    Status: WontFix
  • Apr 29, 2009
    issue 3 (Fancybox not displaying targeted image - getting continual l...) reported by gfa...@mognot.com   -   What steps will reproduce the problem? 1. using WP 2.7.1 - folio theme 2. Cannot get images to display in Fancybox at all 3. What is the expected output? What do you see instead? the Fancybox ibox appears, but is blank white with a loading type spinwheel icon at the centre, which never completes. What version of the product are you using? On what operating system? WP 2.7.1 w/ most recent fancybox, Mac OS X using MAMP as server controller for MySQL, php 5, apache... Please provide any additional information below. I have had one image show correctly, and since then, in playing with and then restoring settings, it also no longer shows. Also I noticed that when you load in the jQuery (copying from the default per the docs instructions) after you save, everything to the right of JQUERY( disappears completely. I am NOT a coder.... help?!? gfalla@mac.com
    What steps will reproduce the problem? 1. using WP 2.7.1 - folio theme 2. Cannot get images to display in Fancybox at all 3. What is the expected output? What do you see instead? the Fancybox ibox appears, but is blank white with a loading type spinwheel icon at the centre, which never completes. What version of the product are you using? On what operating system? WP 2.7.1 w/ most recent fancybox, Mac OS X using MAMP as server controller for MySQL, php 5, apache... Please provide any additional information below. I have had one image show correctly, and since then, in playing with and then restoring settings, it also no longer shows. Also I noticed that when you load in the jQuery (copying from the default per the docs instructions) after you save, everything to the right of JQUERY( disappears completely. I am NOT a coder.... help?!? gfalla@mac.com
  • Mar 31, 2009
    issue 2 (Can you resize grouped items?) commented on by Alex.VanDreel   -   My thoughts too. I only figured out a way to statically assign a differnt value to ajax elements. iframe size still needed to be specified.
    My thoughts too. I only figured out a way to statically assign a differnt value to ajax elements. iframe size still needed to be specified.
  • Mar 31, 2009
    issue 2 (Can you resize grouped items?) commented on by val.guenichon   -   Hu... I thought you found a way to dynamically resize the iframe !! Shame...
    Hu... I thought you found a way to dynamically resize the iframe !! Shame...
  • Mar 30, 2009
    issue 2 (Can you resize grouped items?) commented on by Alex.VanDreel   -   I am a bit confused about what you mean. Did you make sure to set the iframe height and width and then set the group height and width to the same value? I know that the way mine is setup there is a problem in IE with the size of the iframes.
    I am a bit confused about what you mean. Did you make sure to set the iframe height and width and then set the group height and width to the same value? I know that the way mine is setup there is a problem in IE with the size of the iframes.
  • Mar 30, 2009
    issue 2 (Can you resize grouped items?) commented on by val.guenichon   -   Hi ! Is it possible to know more about that ? I got grouped items opened in iframe mode and the fancybox resize itself to a different size than the flash object. Thanks in advance !
    Hi ! Is it possible to know more about that ? I got grouped items opened in iframe mode and the fancybox resize itself to a different size than the flash object. Thanks in advance !
  • Mar 11, 2009
    issue 2 (Can you resize grouped items?) commented on by Alex.VanDreel   -   I figured it out. I added an extra property called "ajaxWidth" and changed: $.get(href, function(data) { _set_content('<div id="fancy_ajax">'+data+'</div>',opts.frameWidth, opts.frameHeight); }); To: $.get(href, function(data) { _set_content('<div id="fancy_ajax">'+data+'</div>', opts.ajaxWidth, opts.frameHeight); }); Thanks anyway!
    I figured it out. I added an extra property called "ajaxWidth" and changed: $.get(href, function(data) { _set_content('<div id="fancy_ajax">'+data+'</div>',opts.frameWidth, opts.frameHeight); }); To: $.get(href, function(data) { _set_content('<div id="fancy_ajax">'+data+'</div>', opts.ajaxWidth, opts.frameHeight); }); Thanks anyway!
  • Mar 11, 2009
    issue 2 (Can you resize grouped items?) commented on by Alex.VanDreel   -   Its not actually a defect more of a end user error I think. I just didnt set it correctly.
    Its not actually a defect more of a end user error I think. I just didnt set it correctly.
  • Mar 11, 2009
    issue 2 (Can you resize grouped items?) reported by Alex.VanDreel   -   I am using fancy box to bring up a flash app using iframe and group it with a text file with a thumbnail and description of the flash app. The problem I am running into is that I don't want the description to come up the same size as the flash app. Is there a way I can have fancybox change the size of the window with the items still grouped? The code I have been testing with in my html file is below. <a class="swf_wheel" href="#iwheel"><img src="images/flash/sustainablility_thumb.jpg" alt="Sustainable Forestry Issues"/></a> <a class="swf_wheel" href="content/iwheel/detail.txt"></a> I am using the newest version of fancybox on OS X. Thanks in advance to anyone that can help. Alex
    I am using fancy box to bring up a flash app using iframe and group it with a text file with a thumbnail and description of the flash app. The problem I am running into is that I don't want the description to come up the same size as the flash app. Is there a way I can have fancybox change the size of the window with the items still grouped? The code I have been testing with in my html file is below. <a class="swf_wheel" href="#iwheel"><img src="images/flash/sustainablility_thumb.jpg" alt="Sustainable Forestry Issues"/></a> <a class="swf_wheel" href="content/iwheel/detail.txt"></a> I am using the newest version of fancybox on OS X. Thanks in advance to anyone that can help. Alex
  • Feb 10, 2009
    wp-fancybox-1.4.zip (WP FancyBox 1.4) file uploaded by dchest   -  
    Labels: Type-Archive Featured OpSys-All
    Labels: Type-Archive Featured OpSys-All
  • Feb 10, 2009
    r23 (Tag v1.4 (fixed)) committed by dchest   -   Tag v1.4 (fixed)
    Tag v1.4 (fixed)
  • Feb 10, 2009
    r22 (Untag v1.4 -- tagged wrong revision) committed by dchest   -   Untag v1.4 -- tagged wrong revision
    Untag v1.4 -- tagged wrong revision
  • Feb 10, 2009
    r21 (Tag v1.4) committed by dchest   -   Tag v1.4
    Tag v1.4
  • Feb 10, 2009
    r20 (Back to using hard-coded string for version numbers) committed by dchest   -   Back to using hard-coded string for version numbers
    Back to using hard-coded string for version numbers
  • Feb 10, 2009
    r19 (Update script and css link version numbers in wp-fancybox.ph...) committed by dchest   -   Update script and css link version numbers in wp-fancybox.php
    Update script and css link version numbers in wp-fancybox.php
  • Feb 10, 2009
    r18 (Update version number in wp-fancybox.php) committed by dchest   -   Update version number in wp-fancybox.php
    Update version number in wp-fancybox.php
  • Feb 10, 2009
    r17 (Make close box appear on the left side instead of right.) committed by dchest   -   Make close box appear on the left side instead of right.
    Make close box appear on the left side instead of right.
  • Nov 08, 2008
    issue 1 (How to Add Group image ?) changed by dchest   -   Yes, just add `rel="group_name"` attribute to link tags, for example: ` <a href="big_image1.png" rel="screenshots"><img src.......></a> <a href="big_image2.png" rel="screenshots"><img src.......></a> `
    Status: Done
    Labels: Type-Other Type-Defect
    Yes, just add `rel="group_name"` attribute to link tags, for example: ` <a href="big_image1.png" rel="screenshots"><img src.......></a> <a href="big_image2.png" rel="screenshots"><img src.......></a> `
    Status: Done
    Labels: Type-Other Type-Defect
  • Nov 08, 2008
    issue 1 (How to Add Group image ?) reported by gaganjain22   -   Is it possible To add group image ?
    Is it possible To add group image ?
  • Oct 25, 2008
    r16 (Tag v1.3) committed by dchest   -   Tag v1.3
    Tag v1.3
  • Oct 23, 2008
    r15 (Optimize GIFs. ) committed by dchest   -   Optimize GIFs.
    Optimize GIFs.
  • Oct 23, 2008
    r14 (Update copyright. ) committed by dchest   -   Update copyright.
    Update copyright.
  • Oct 23, 2008
    r13 (Better right and left buttons for groups. ) committed by dchest   -   Better right and left buttons for groups.
    Better right and left buttons for groups.
  • Oct 23, 2008
    r12 (Mozilla: Fix resizing when clicking on pictures with differe...) committed by dchest   -   Mozilla: Fix resizing when clicking on pictures with different sizes.
    Mozilla: Fix resizing when clicking on pictures with different sizes.
  • Oct 23, 2008
    r11 (More elegant IE6 solution using pure CSS: just don't show sh...) committed by dchest   -   More elegant IE6 solution using pure CSS: just don't show shadow and use a GIF closebox (progress indicator is still PNG, but I think it's OK): Remove jquery.pngfix.min.js. Add fancy_ie_closebox.gif (closebox for IE6 only).
    More elegant IE6 solution using pure CSS: just don't show shadow and use a GIF closebox (progress indicator is still PNG, but I think it's OK): Remove jquery.pngfix.min.js. Add fancy_ie_closebox.gif (closebox for IE6 only).
  • Oct 23, 2008
    r10 (Use sprites instead of different images for shadow and title...) committed by dchest   -   Use sprites instead of different images for shadow and title (saves ~500 bytes, cuts HTTP requests from 11 to 4).
    Use sprites instead of different images for shadow and title (saves ~500 bytes, cuts HTTP requests from 11 to 4).
  • Oct 23, 2008
    r9 (Fix error in JavaScript for FancyBox activation for Internet...) committed by dchest   -   Fix error in JavaScript for FancyBox activation for Internet Explorer. Add IE6 Png Fix option (using jquery.pngfix.min.js).
    Fix error in JavaScript for FancyBox activation for Internet Explorer. Add IE6 Png Fix option (using jquery.pngfix.min.js).
  • Oct 21, 2008
    r8 (v1.1) committed by dchest   -   v1.1
    v1.1
  • Oct 21, 2008
    r7 (Remove tagged v1.1) committed by dchest   -   Remove tagged v1.1
    Remove tagged v1.1
  • Oct 21, 2008
    r6 (Fix wrong paths for js and css) committed by dchest   -   Fix wrong paths for js and css
    Fix wrong paths for js and css
  • Oct 21, 2008
    r5 (v1.1) committed by dchest   -   v1.1
    v1.1
  • Oct 21, 2008
    r4 (Rename fancybox.php to wp-fancybox.php) committed by dchest   -   Rename fancybox.php to wp-fancybox.php
    Rename fancybox.php to wp-fancybox.php
  • Oct 21, 2008
    r3 (Minify jquery.fancybox.js to jquery.fancybox.min.js) committed by dchest   -   Minify jquery.fancybox.js to jquery.fancybox.min.js
    Minify jquery.fancybox.js to jquery.fancybox.min.js
  • Oct 21, 2008
    r2 (Initial commit) committed by dchest   -   Initial commit
    Initial commit
  • Oct 21, 2008
    Project wp-fancybox created by dchest   -   WP FancyBox is a plugin for WordPress to overlay images on the page.
    WP FancyBox is a plugin for WordPress to overlay images on the page.
 
Hosted by Google Code