sIFR compatibility with zenphoto

Hey guys.

I was wondering if you've had any luck getting the sIFR to work with ZenPhoto.

I have in installed on my site, however ZenPhoto seems to be interfering with the javascript.

I get the message...

`Zenphoto Error: the requested object was not found. Please go back and try again.

3`

You can view the page I'm working on at http://sevenupcan.com/experiments/zenphoto/

Any suggestions?

Comments

  • trisweb Administrator
    Seems to be a problem with the .htaccess rules interfering. Try putting the js in the /zp-core/js folder instead, or in your theme folder and then reference it by `<?php echo $_zp_themeroot ?>/sifr.js` (the theme folder is preferred)
  • acrylian Administrator, Developer
    And maybe take a look here too: http://jquery.lukelutman.com/plugins/flash/example-text-replacement.html
    jQuery is our prefered js libary and included.
  • Thanks for your help.

    Tris, that seems to solve the javascript problem, but for some reason my flash movie isn't loading now. So I might try using jQuery and see what happens there, thanks acrylian.
  • Hey guys. I managed to get it working, and since you recomended jQuery I found this great version of sIFR that Jonathan Neal has developed for jQuery. The great thing about this one is you can style the flash font using standard CSS.

    http://jquery.thewikies.com/sifr/
  • acrylian Administrator, Developer
    Thanks for the hint, didn't know that one.
Sign In or Register to comment.