Theme display altered by latest update

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

  • P.S.

    Sorry, forgot to mention, latest Safari and Firefox for Mac PowerPc, latest Safari and iCab for iPad.

    Carl
  • acrylian Administrator, Developer
    So, from what version did you upgrade?

    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
  • Hi,

    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
  • fretzl Administrator, Developer
    Yes, that would be best.
    Unfortunately there are numerous posts about third party install scrips that fail.
  • acrylian Administrator, Developer
    Yes, we always recommend to install manually as these install scripts frequently cause some problems.
  • Thank you both for posting. I'll do that tonight.

    Best Regards,

    Carl
  • Just to note: The only difference between 1.4.1.5 and 1.4.1.6 is the removal of the ajaxfilemanager files. So certainly zenphoto stuff did not change your layout.

    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.
  • Hi All,

    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
  • P.S.

    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
  • I doubt that PHP v5.2.12 is the issue. But since I have not tested I cannot be sure.

    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.
  • fretzl Administrator, Developer
    I think you want this:

    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.
Sign In or Register to comment.