I have two sites on Zenphoto version 1.4.1.1 [7644] (Official Build), both with a modified Default theme. Both have the same problem: although the Admin Toolbox shows (when I'm logged in) clicking it does nothing. It works if I change to the Default theme, so it's obviously something I removed in my custom theme. I only noticed it now that I want to create Dynamic Albums, and I think the Admin Toolbox is the only way to do that. I know it's not much to go on, but any ideas?
Comments
The click action on the admin toolbox is handled by a javascript function. So one of two things most likely has happened. First, the Zenphoto javascript support files did not get loaded. The particular function used is part of the `zenphoto.js` file.
The other possibility is that ther is some kind of javascript conflict/collision. So if you have loaded your own javascript it would be suspect.
So, be sure there is a <script..../> line in the html loading the zenphoto.js script. Check if there are any javascript errors occuring.