Here’s my best attempt at a translation, although my ghetto Spanglish might prove useless.
Description :
ajaxGallery is a javascript application that displays Google Picasa galleries on any web page, functions with the Google API for JSON, and uses thick boxes for better display of the images.
It is also available as a WordPress plug-in.
Installation :
1. Download the ajaxgallery for WordPress archive
2. Unzip the ajaxgallery.zip/.rar file
3. Place the folder ajaxgallery into your wp-content/plugins folder
4. Log in to your WordPress dashboard
5. Open the Plugins menu
6. Locate ajaxgallery and click activate
7. Take a look at the main-menu options and change them as you see fit
8. When you write a post or page, just enter [ajax_gallery] in the text editor to generate a gallery in that post/page
9. Publish the post/page
10. Open the post/page in any browser
I click on an image and the popup shows two copies of the same image. Also, the loading box doesn’t disappear. After clicking “Next” or “Previous”, it loads correctly.
I found the error. Line 189 of gallery.js should be removed:
tb_init(‘a.thickbox, area.thickbox, input.thickbox’); // Fix bug, re-inicializa a thickbox
I’m not sure what bug it was fixing, but it caused a FF double display error. I tested the box on FF 2.0 and IE6 and it still works as it should.
I didn’t mention it before, but this is all for Ajax Gallery 3.0
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Problems with ajaxgallery’ is closed to new replies.