• Resolved petersenwithane

    (@petersenwithane)


    Hi — Love this plugin. The photo album displays great in preview mode, but when I insert the album onto my photo page, the photos are staggered, not even. I tried changing the size of the images (from thumbnail to medium or large) but that did not help. There is also a dashed-line rectangle that doesn’t show up in photo album preview mode. Any thoughts on what I need to do to fix this? Thanks!

    My site is http://www.laura-petersen.com/

    https://wordpress.org/plugins/easy-photo-album/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author TV productions

    (@tv-productions)

    I did some research on the following page: http://www.laura-petersen.com/photo/

    The only strange thing I noticed are the arrows before each image. They are added by your theme. Some javascript prepends <i></i> to each row and that causes the images. You could hide those arrows by adding the following lines of css somewhere:

    ul.epa-album li.epa-row > i {
        display: none;
    }

    NOTE: this is just a quick fix. It isn’t elegant, so you should actually ask the developer of your theme for an solution.

    If you’ve any questions, please post them here.

    Thread Starter petersenwithane

    (@petersenwithane)

    Thanks so much for looking into it. I changed the number of columns to 1 as a work around to the staggered problem when I had two or three columns. I was able to get rid of the dotted line box by deleting

    
    

    from around the album code. If you don’t mind taking another look – I will switch the columns back to 3 so you can see the issue, because I would rather have the three columns. I will post here when I’ve made the change.

    Thread Starter petersenwithane

    (@petersenwithane)

    I deleted the HTML code pre (sorry didn’t realize it would code)

    Thread Starter petersenwithane

    (@petersenwithane)

    Hi — I changed the columns back to three and it’s still not lining up evenly. Thanks in advance for your help. http://www.laura-petersen.com/photo/

    Plugin Author TV productions

    (@tv-productions)

    Put this css somewhere:

    .epa-album p {
        display: none;
    }

    I was a bit buzzy last week, that is why I replied so late.

    Thread Starter petersenwithane

    (@petersenwithane)

    That worked — thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Staggered photo display’ is closed to new replies.