• boutwell

    (@boutwell)


    I used a few of the tutorials posted to integrate SPG into a WP 1.5 installation and it is workong with the exception of the photo being rendered several hundred pixels lower than where they should.

    You can see this in action at https://www.mikeandmandyonline.com/gallery/sp_index.php?file=./DCP_0292.jpg

    Any of you veteran SPG/WP users know why this is happening? I have tried to find a tag in the style sheet that might control this but I am coming up empty so far…any ideas would be greaty appreciated ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter boutwell

    (@boutwell)

    After additional tinkering, it appears to be displaying the photos below the where the sidebar ends…maybe that means something?

    billh

    (@billh)

    For some reason, the author left out a <div> tag near the end of the file sp_index.php; here are the lines from my file starting with line 100 (I believe in line 103):
    echo $link;
    }
    ?>
    </div>
    </div>
    <?php
    }
    ?>

    </div>
    <?php /*get_sidebar();*/ ?>
    <?php get_footer(); ?>

    I also commented out the sidebar as all I wanted was to get the maximum area to display photos and didn’t really care about the sidebar.

    Thread Starter boutwell

    (@boutwell)

    That was indeed the problem ?? Thanks Bill!

    fyi, I have since renamed that page so the link above no longer works…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Simple PHP Gallery alligning bottom?’ is closed to new replies.