Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Mitchell

    (@nyszetas)

    Actually, it appears more as though the names and links are hidden for some reason and one has to roll the mouse over them for them to appear. Help is still appreciated!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    There is something strange going on… Scrolling the page does display the text when it is near the bottom of the window

    What is your theme, and please try to deactivate all other plugins and try what happens then.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    However, i made a patch (006),

    Please re-install and check the rev. see here

    Thread Starter Mitchell

    (@nyszetas)

    Thanks, I’ve re-installed and the album titles are appearing in IE, but now the alignment for the photo image and the title are off. This issue is being replicated when viewing in all browsers (Chrome, Firefox and IE).

    The theme that I’m using was one built using the Aristeer program.

    Thanks~

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You have the following in style.css at line 1608:

    .art-article img, img.art-article {
        margin: 7px;
    }

    This causes the problem.

    You can customize wppa_style.css at line 87 as follows:
    (adding margin:0;)

    .coverphoto-frame .image, .thumbphoto-frame .image {
        -moz-border-radius: 3px 3px 3px 3px;
        border: medium none;
        margin: 0;
        padding: 4px;
        position: relative;
    }

    This should fix it.

    For more info on customizing wppa_style.css see This page on my docs and demos site.

    Thread Starter Mitchell

    (@nyszetas)

    Thanks so much for all of your help. This definitely fixed the issue! Thanks again for a great plugin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Album titles don't display in IE’ is closed to new replies.