ZenphotoCMS Forum
Stoppeddesign theme - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Stoppeddesign theme (/thread-254.html)

Pages: 1 2 3 4


Stoppeddesign theme - pearofducks - 2006-02-27

thanks for the fix ace. :)




Stoppeddesign theme - sabotage - 2006-03-16

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




Stoppeddesign theme - sabotage - 2006-03-16

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




Stoppeddesign theme - bensp - 2006-03-17

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




Stoppeddesign theme - sabotage - 2006-03-20

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?




Stoppeddesign theme - sabotage - 2006-03-20

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




Stoppeddesign theme - QuickNick - 2006-03-20

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/




Stoppeddesign theme - bensp - 2006-03-20

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




Stoppeddesign theme - sabotage - 2006-03-21

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.




Stoppeddesign theme - bensp - 2006-03-21

wow, incredibly good detective work, congrats! :)




Stoppeddesign theme - JohnFinnegan - 2006-03-23

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.




Stoppeddesign theme - bensp - 2006-03-23

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




Stoppeddesign theme - JohnFinnegan - 2006-03-24

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




Stoppeddesign theme - JohnFinnegan - 2006-03-28

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




Stoppeddesign theme - JohnFinnegan - 2006-03-28

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




Stoppeddesign theme - edasque - 2006-04-03

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




Stoppeddesign theme - bensp - 2006-04-04

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




Stoppeddesign theme - Stringer - 2006-05-11

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




Stoppeddesign theme - aitf311 - 2006-05-11

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




Stoppeddesign theme - trisweb - 2006-05-12

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.