Album alignment on page photo-albums
-
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.
- The topic ‘Album alignment on page photo-albums’ is closed to new replies.