shifted slideshow in Effervescence kish-my father image gallery

Hi,

I am new here, tried to find a solution for my problem in the solutions already, didn't find any, so be patient if there is one but I simply missed it.

I did not really pay attention to the behaviour of the slideshow on my little blog but it seems, that the position of the slideshow thumbnail row has shifted and / or increased by length after updating the Zenphoto-Version 1.4.6 [bbddab7675] (Offizielle Version). How am I able to bring the row back to center and to decrease the length back to the former size.

Thank you very much for any suggestion.

Comments

  • acrylian Administrator, Developer
    Example/link to the problem maybe? Sure you updated the theme as well?
  • fretzl Administrator, Developer
    Try this:
    Locate this file zp-core/zp-extensions/common/adGallery/jquery.ad-gallery.css
    and change lines 149-152 from this
    `
    .ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%;
    }
    `
    to this

    `
    .ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    }
    `
  • First of all I thank both of you very much for your responses.

    @acrylian

    Since I mentioned my gallery when registering I thought, that this would be enough to show the effected gallery's path. I did not pay attention to the fact, that my gallery's url isn't shown to logged in members. I just figured it now. So sorry for any inconvenience.

    I hope that the theme "Version 1.4.6, 2014-05-26 10:08:24" is up to date.

    Since I do just a very little blog for my wife and kids while working away from home and only to show them how it looks like where I work, I may miss an update, although trying be keep up with.

    @fretzl

    Special thanks to you! I did as you suggested and it worked right away. You saved my day and the days of my family :o). Last night I switched to the "basic" theme, already, just to get rid of the problem, but have not been very comfortable with this "kind of" solution. Well, everything is just fine now! Thanks again!

    Merry Christmas to both of you and your families and y'all have a great New Year 2015!
  • acrylian Administrator, Developer
    No problem, I just asked to be sure as it happens that one forgets a theme update (for example because of custom modifications). We don't always check the forum accounts itself for website, sorry. But glad it all worked for you.

    Merry Christmas and great New Year to you as well.
Sign In or Register to comment.