JS conflict integrating ZP in Wordpress

Hi there,

I've been trying to fix this all day long, but I am not a CMS expert ...

I tried to integrate a zp gallery with zpgalleriffic theme in my wordpress blog. I used Ruskee's method :
http://www.ruzee.com/blog/2006/06/integrating-zenphoto-into-wordpress/
... which means that I added my blog's footer and header to my version of the theme. The integration seems ok for the css (not too hard) but I deal with a js issue :

The galleriffic-wrap div containing the gallery remains hidden : its css shows : display : none (if i change this using firebug I get my gallery)

I guess some js was supposed to change this display css property but it does not trigger.

The fact is that when a delete wp_head() a php function from my theme, the zpgalleriffic works propoerly ...

Any idea of the way i can solve such a conflict ?

A huge THANKS for any help !

Nicolas

The page with the problem :
http://www.voirleloup.com/galerie/marais/

My other gallery with my modified version of the theme :
http://www.nicolasguionnet.com/zgal/boutique/marais/

Comments

  • acrylian Administrator, Developer
    Sorry, I fear we cannot help with this WP related issue. We don't keep track with specific WP changes, maybe the ruzee way does not work anymore.
  • Thanks for your answer Acrylian,

    Dealing with this problem I discovered that the simultaneous use of jquery by galleriffic and the wordpress theme causes galleriffic to fail.
    ... and i solved the problem by removing one of the library calls...
    And I say : The ruzee way is still a great way to do it !
  • acrylian Administrator, Developer
    Ok, good to know the way still works. Btw, Zenphoto actually loads jQuery by default as well because it is needed for some standard plugins and things like the admin toolbox.
Sign In or Register to comment.