Bug Fix for Image Gallery Problem in WP 3.2

This topic is: not resolved

This topic contains 5 replies, has 5 voices, and was last updated by  Mav3000 1 year, 8 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
Author Posts
Author Posts
July 9, 2011 at 6:23 am #105312

ParanoidSardine

WordPress 3.2 updates the jQuery library that ships with WordPress. There are a few changes to this version of jQuery that will likely cause major problems for some WordPress plugins. WPEC has been bitten by this bug. In particular, there is an issue with product images displaying with Thickbox using WP 3.2. Fortunately the fix is quite simple:

1) Open wpsc-core/js/thickbox.js
2) Find

var imageGroup = jQuery("a[rel="+rel+"]").get();

3) Replace With

var imageGroup = jQuery('a[rel="'+rel+'"]').get();

July 9, 2011 at 5:08 pm #105313

geforcetech

Didn’t fix mine. Still won’t pull up gallery images.

July 15, 2011 at 11:44 pm #105314

Nefarino

It works for me, thanks.

September 5, 2011 at 8:14 am #223515

Mav3000
Contributor

I have the same problem and the above fix has not solved the problem for me.

September 5, 2011 at 9:24 am #223524

vark
Resident Expert
Trusted

Hi Mav,
Try changing to colorbox in settings/store/presentation as an expedient solution…

September 7, 2011 at 11:05 pm #223945

Mav3000
Contributor

I’ve solved this problem on my theme – my issue was that I had included code in my function.php file that disabled the WPEC JavaScript and CSS.

Disabling the JavaScript not only stopped ThickBox from working, but also the ‘Updating Cart’ loading animation issue I’ve mentioned elsewhere.

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘3.8 Stable Release’ is closed to new topics and replies.