Hi,
After installing the latest update my Stop Design theme does not, on one screen, display correctly. Note the display, which used to be centerred, has been pushed to the left. Specifically the title, RSS and comment information.
http://www.carlhafner.com/zenphoto/trw/I tried making a copy and editing the "edit theme options" but everything save the last three options on that page are disabled.
Any and all thoughts appreciated!
Carl
Comments
Sorry, forgot to mention, latest Safari and Firefox for Mac PowerPc, latest Safari and iCab for iPad.
Carl
Themes now have (or can have) options disabled they don't support anyway. Besides that I don't think any layout changes have been made
I had iPower do the update through their interface. I went from version 1.4.1.5 to version 1.4.1.6[8326].
Would it be better if I downloaded the files manually and FTP them to my server?
Thanks for your reply!
Carl
Unfortunately there are numerous posts about third party install scrips that fail.
Best Regards,
Carl
Of course, if you were hit by the hack and re-installed then maybe some of the theme options did not get set back to the way you had them.
Well, no luck. I completely removed ZP including the database from my host. I downloaded ZP from this site, copied the files to my server space, accessed ZP and followed the built-in configuration instructions.
The text in my Stop Design theme is still pushed to the left. It was originally centered and framed the thumbnail display. The Add Comment option previously available is no longer available. I do have all occurrences of the Add Comment option enabled.
http://www.carlhafner.com/zenphoto/westonpriorymonks/
The only other thing I can think of is that my host, iPower, is running PHP v.5.2.12 . The built-in ZP installer strongly recommended PHP v. 5.3.
Any and all suggestions appreciated!
Carl
I always seem to have a second thought after I post, sorry.
I remember during the installation being advised to turn register_globals OFF. Could that be why the Comments are disabled?
I really don't need Comments so it's not a problem. I'm more curious as to How they got turned off.
I'm really only interested at this point in why the text has shifted left.
Thanks in advance!
Carl
Well, if you did not turn `Register Globals` off the install will not have completed. So, yes, I guess that could be the problem.
Your copy of the theme is not behaving as it does for me from the release. I do not know why that might be unless somehow one of the CSS files is missing.
In photo.css
change
`
.slideset {
float:right;
position:relative;
margin:0 0 15px;
padding:0;
list-style:none;
line-height:1.4em;
}
`
to
`
.slideset {
float:right;
position:relative;
width:75%;
margin:0 0 15px;
padding:0;
list-style:none;
line-height:1.4em;
}
`
and in album.php
change
`
px;">`
to
`
`
Hope this works for you.