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

    (@opajaap)

    I recently changed it so now a fullsize image has the attributes width="xx", height="yy" as well as style="width:xxpx; height=yypx;"
    This fixed it for IE7.
    So, if anybody knows why a browser does not show the picture as xx wide and yy high, please let me know. Maybe Bill Gates knows it?????

    Hi,
    Great plugin! But I’m afraid that even with 4.0.6 my client’s site still has the problem. Clicking the IE8 compatibility button “fixes” it, but of course she doesn’t want her visitors to have to do that…

    I’m scratching my head as well…. Could it be that the image container needs height and width specifically called out as well?

    If it helps, here’s the url…
    http://energysolutionsbyjms.uploadmysite.com/?page_id=45

    Thanks!
    Ken

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Ok, the basic structure is:

    <div id="wppa_container" style="width: ... >
      <div id="theslide" ....>
        <img width="..." height="..." style="width:...px; height:...px;" ... />
      </div>
    </div>

    I just added style=”width:…px;” to the div with id=”theslide”.
    This runs in all browsers as far as i can see.

    The problem is that all my sites work problemless, also in ie7,8 and 9

    I will leave this mod in and see what happens in rev 4.0.7
    (maybe tomorrow)

    Hi!
    In my case it hasn’t been the slide that was showing the problem. It was the actual page of the url I quoted.

    That being said, I edited the wppa-style.css file..

    I changed…

    .coverphoto-frame, .thumbphoto-frame {
    }

    and gave it a width

    .coverphoto-frame, .thumbphoto-frame {
    width:175px;
    }

    and the problem is gone!

    Hope this helps!

    Ken

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Yes this helps!

    The next version (4.0.7) will have width in the style attribute for coverphoto- and thumbnailascoverphoto- frames as well, calculated, and for all of the placement types.

    When released, please verify that it works also without the css change you made.

    Thread Starter keith13

    (@keith13)

    Thanks very much, the slide show is now working beautifully in IE8.

    And thanks again for a great plugin!

    Keith

    Hello,

    I’m working with this plugin. And I think it’s very friendly but I want to change te Album page.

    The plugin works like title on top then the album text, and at the side a covertumb. When you click on the thumb a tumbpage apears.

    I don’t want a cover tumb, I like to see the tumbpage under the title and above the albumtext.

    My php is not the best and tried a lots of things. But don’t get the result I need.

    Can anybody help me with this?
    Greetz Wendy

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    First: please open a different topic, as this topic is about an old IE8 problem that is solved.

    Second: you can change the cover layout in the Photo Albums -> Settings page.
    See there: Table IV item 13 and Table I item 17

    You can also use %%wppa%% %%album=35%% to show the thumbnails of album 35

    Maybe you should read This documentation page first.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Very narrow slide show in IE8’ is closed to new replies.