thanks for the fix ace. :)
Im not sure about the edit on the go problem, mine works fine, and I re-installed it twice using the instructions and couldnt replicate the problem. Has anyone else had it?
The IE7 thing - I dont have access to IE7, or to a PC to install it on. It could possibly be due to IE7 not yet supporting opacity properly, as its only in beta2. Its works fine on all Mac browsers, and IE6 and FF on Windows.. Dont worry about it for the moment, as IE7 is having loads of bug problems displaying loads of big sites, and only a tiny percentage of skilled internet warriors (!) are using it ;D
Ben,
I think I have narrowed the problem down to a path issue. My site is on a shared hosting account, so I had to install it in a sub domain. The only way I was able to get the site to function was to make this modification to the functions.php:
[code]
/
if (strstr(basename(dirname($_SERVER['SCRIPT_NAME'])), "zen")) {
define('WEBPATH', dirname(dirname($_SERVER['SCRIPT_NAME'])));
} else {
define('WEBPATH', dirname($_SERVER['SCRIPT_NAME']));
}
/
define('SERVERPATH', dirname(dirname(FILE)));
define('SERVERCACHE', SERVERPATH . "/cache");
define('WEBCACHE', WEBPATH . "/cache");
define('WEBPATH', '');
[/code]
When I log in, im redirect to the full subdomain path, /username/www.domainname.com. I have to go back and refresh admin.php in order to access admin. And also, the admin link never shows up on the front page - im pretty sure zenphoto doesn't know I am logged in.
Any ideas?
Installed the theme within zenphoto 0.9 . Result:
"Fatal error: Call to a member function on a non-object in /homepages/30/d27367848/htdocs/nickman/wordpress/zenphoto/zen/template-functions.php on line 400"
shows up...?!?! When i change to the default theme, it´s all the same. Could anybody help me, if possible?
The issue seems to be with the cookie. When it is generated, its including the wrong path in the cookie information. I change /zen/ to / in the cookie and saved it, and that was it. Now I can see the admin link, and the ajax edit on the go stuff is working.
Again, this issue is with being on a subdomain, not the theme itself.
This is really a great theme, thank you.
I'm wondering how to make unlimited galleries instead of the default six on the front page. I'd like to make the front page an archive-like page, and get rid of the 'View All Galleries' button.
Any ideas how to do that?
One possible bug that I have noticed is that under Gallery Data, the number of photos did not decrease after I deleted some pictures. I clicked 'refresh' in zenphoto admin to no avail (maybe I screwed something up myself to cause this problem?).
Again, thanks for the great theme.
Thanks so much!
I'm very new at this, but after browsing through the index file, it seems to be fairly intuitive.
I appreciate the help.
John
I think that I will single-handedly keep this thread near the top...
I have another question for you Ben, because I'm quite worried about making a mess of things.
What would be the easiest and safest way to eliminate the comments under the images. I'd like to get rid of the 'no comments yet' and 'add a comment' text and I'm sure that there is a very simple solution somewhere.
Thanks again,
John
Well, I think I managed to get rid of the comment text by going into the 'image.php' file and taking out only the text.
I never did figure out how to do it in the css file, but I suppose this way will work just fine.
John
Hi edasque/Erik.
I answered your email, but for the benefit of everyone else - yes, you are right.
The 6 albums that are highest in the list of albums are displayed, and you can re-order them from the admin pages.
This theme was designed for ZP .9, which didnt have album sorting, so at the time it was correct, however now you can re-order your albums :)