Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Yes, this is a known problem. It appears that specifying a padding or a margin for .thumbnail_area makes IE6 and IE7 mad. In IE6 it is even worse than in IE7.

    If you change the next fragment in wppa_style.css (you might copying it from wp-photo-album-plus/theme/wppa_style.css to your theme’s directory) as indicated, the layout is somewhat off my intentions, but it works in IE7 (apart from the popups).

    It would be very nice if anybody can tell me how to fix this properly. I have been struggling with this IE bug several days and gave up.

    Here is the workaround: (commenting away the padding and margin specs)

    /* Wrapper for thumbnail area */
    .thumbnail_area {
    /*	margin: 7px 0;
    	padding: 7px; */
    	border: 1px #bbdd99 solid;
            -moz-border-radius: 6px;
    	-khtml-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
    	position: relative;
    }

    Nice site!

    Hi,
    I got the same problem. I just upgraded my WP Photo Album Plus yesterday and I was making sure that everything was alright. When I tried to view my photos in full size, nothing was displayed.

    Thumbnail view is OK but can’t see full size image when I click thumbnail. I tried both on IE 8 and Mozilla Firefox 3.6.8.

    My site is http://www.umeshupreti.com and photo link is http://www.umeshupreti.com/photo-gallery/?album=1&cover=0&occur=1

    Any suggestions or solutions will be highly appreciated.

    It’s a great WP photo album and I want to stick around with it.

    Regards,
    Umesh

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Please upgrade to the current rev (>= 2.0.1).
    Your wppa_slideshow.js is outdated.
    Regards

    OK it worked. Thank you very much.

    Great plug-in indeed and continuous progress.

    Regards,
    Umesh

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Can't see full size images’ is closed to new replies.