• Resolved rb1958

    (@rb1958)


    There is a strange behavior. On the page /photo-albums there are 12 Albums to display.So i used the shortcode generator and the result is this:

    [wppa type="cover" album="1.2.7.12..18..20" size="auto" align="center"]Any comment[/wppa]

    Going to /photo-albums the first album ist aligned left and the others are aligned right. So i used Firebug to look at the generated code. For the first album it is:

    <div id="album-1-1" class="wppa-album-cover-standard album wppa-box wppa-cover-box wppa-cover-box-1 wppa-alt" style="border-style: solid; border-width:1px; border-radius:6px; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; margin-bottom:8px; background-color:#000000; border-color:#bbbbbb; width: 626px;clear:both;">

    And for the second:

    <div id="album-2-1" class="wppa-album-cover-standard album wppa-box wppa-cover-box wppa-cover-box-1 wppa-even" style="border-style: solid; border-width:1px; border-radius:6px; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; margin-bottom:8px; background-color:#000000; border-color:#cccccc; width: 626px;float:right;">

    Looking on the browser console Firefox is telling me: InvalidStateError

    The Chromium Console for /photo-albums:

    Uncaught SyntaxError: missing ) after argument list

    Changing theme and browser didn’t change anything. So i need a little assistance where to start the search.

    https://wordpress.org/plugins/wp-photo-album-plus/

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

    (@opajaap)

    A live link to the page that shows the problem please

    Thread Starter rb1958

    (@rb1958)

    This is the “closed shop”, need to give you a account. so, please tell me the email address i can mail to.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    opajaap at opajaap dot nl

    Thread Starter rb1958

    (@rb1958)

    You should have a mail. Created an admin account.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Got your mail, thanx

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I made a testpage: https://www.strickolino.de/opajaaps-testpage/ and see no problems.

    Thread Starter rb1958

    (@rb1958)

    Correct, using the shortcode you used ( [wppa type=”generic”]Any comment[/wppa] ) it works as wanted. So the problem dealed obviously with the shortcode.

    Set your testpage offline. I will keep it for further testing.

    Thanks a lot for fast support, closing this ticket.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Just wanted to try [wppa type=”cover” album=”1.2.7.12..18..20″ size=”auto” align=”center”]Any comment[/wppa] but it seems i am no admin anymore…

    Thread Starter rb1958

    (@rb1958)

    Just to make sure to get the info. I wrote you yesterday a mail. Maybe you have not seen it. Changed your user-role back to admin.

    And i made a test of the shortcode. It did not work. I personally can live with the short code you gave me. But feel free to do any test you need on the website.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Your problem turns out to be caused by a ini-mini-tiny bug. It has been fixed in thr elease version of the plugin.

    Just de-activate, delete and re-install as if it is a new plugin, and it should work properly. ( You will loose no data or settings ).

    If still problems, you know how to find me.

    Have a nice day.

    Thread Starter rb1958

    (@rb1958)

    “ini-mini-tiny”? Do you mean the TinyMCE Editor?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    No, i mean a bug in wppa that only is noticed in this situation, where the album spec is an enumeration having more than one dot in it. So, hardly anyone has this problem, only you.

    Do as i indicated ( renew the installation of wppa ) and your problem will vanish.

    BTW: You can leave out size="auto" align="center" as this is default behaviour in responsive themes when Table I-A1 is set to auto, like on your site. But this has nothing to do with your problem.

    Thread Starter rb1958

    (@rb1958)

    Hello Jacob,

    many thanks for the information. Will do so.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Album alignment on page photo-albums’ is closed to new replies.