Pages (4):    1 2 3 4   
Member
Member
pearofducks   27-02-2006, 16:40
#21

thanks for the fix ace. :)

Member
Member
sabotage   16-03-2006, 12:16
#22

"Edit On The Go" doesn't seem to work with this theme? Any clues?

Member
Member
sabotage   16-03-2006, 12:42
#23

There are problems with the mouse overs in IE7. With the LEFT and RIGHT, it causes big white blocks on each side of the image. Any chance of fixing? Works great otherwise. :)

Member
Member
bensp   17-03-2006, 18:31
#24

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

Member
Member
sabotage   20-03-2006, 18:34
#25

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?

Member
Member
sabotage   20-03-2006, 18:44
#26

I should make clear this is an Addon Domain in Cpanel. Im accessing the site via www.domainname.com

Member
Member
QuickNick   20-03-2006, 19:45
#27

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?

http://www.nickman.de/wordpress/zenphoto/

Member
Member
bensp   20-03-2006, 21:41
#28

sabotage: nice domain ;) honestly, I have no idea

QuickNick: errr.. i guess it would be the zenphoto 0.9 install, upgrade and try again, this theme was developed for version 1.0

Member
Member
sabotage   21-03-2006, 21:15
#29

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.

Member
Member
bensp   21-03-2006, 21:47
#30

wow, incredibly good detective work, congrats! :)

Member
Member
JohnFinnegan   23-03-2006, 20:52
#31

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.

Member
Member
bensp   23-03-2006, 21:55
#32

Hi John, your gallery is beautiful ;)

If you go to index.php in the stoppeddesign folder, and on line ~20 you should find this:
``

Edit the 6 to the value you desire (say 99 or whatever number is larger than you will ever use)

Enjoy, BenSp

Member
Member
JohnFinnegan   24-03-2006, 07:41
#33

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

Member
Member
JohnFinnegan   28-03-2006, 05:09
#34

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

Member
Member
JohnFinnegan   28-03-2006, 16:51
#35

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

Member
Member
edasque   03-04-2006, 19:18
#36

I have a question about this theme, which by the the way is gorgeous.

Does:

Really get the 6 most recently updated themes or the themes in their defined order. It seems the later is true.

Erik

Member
Member
bensp   04-04-2006, 17:32
#37

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 :)

Member
Member
Stringer   11-05-2006, 14:48
#38

Great looking theme..
I hope I can get it to work, not verygood at this script stuff hehe, will keep ye posted.

Member
Member
aitf311   11-05-2006, 16:10
#39

If you guys check out the SNV....tristan has updated it to include this theme.

Developer
Developer
trisweb   12-05-2006, 08:13
#40

Yep :) It's actually not Ben's version, but a more faithful reproduction of the original design.

Shows off the custom image size/crop coming in the next version.

Pages (4):    1 2 3 4   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.