• Needs to be updated. It killed my theme after BuddyPress 1.7 came out.
    Removed plugin and I got my theme back. I think it is the javascript.

Viewing 1 replies (of 1 total)
  • I’m on wordpress 3.5.2, and yes, view.js needed some updating to avoid an error. I set an ‘if’ statement that tells the script to move on if the ‘images’ variable is undefined:

    // populate the list of images to load
    	if (typeof images === 'undefined') {
        // variable is undefined and process continues normally
    }
    	else
    	preload(images);
Viewing 1 replies (of 1 total)
  • The topic ‘Nerfed’ is closed to new replies.