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

    (@opajaap)

    Change the shortcode of those to ( example ):

    [wppa type="photo" photo="4711" size="0.33" align="left"][/wppa]

    Make sure the photo has the right aspect (width/height) ratio.
    Set Table VI-B3 to ‘no link at all’

    Thread Starter johnny mosaic

    (@johnny-mosaic)

    i did this, but it messes up the grid layout. how to fix? see it here…
    https://www.heartdoodle.com/test/

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Your themes css has margins specified for .alignleft

    You can overrule this as follows ( in any css or in Table IV-A15 ):

    .wppa-sphoto-1, .wppa-sphoto-2, ( etc to 9 ) {
    margin: 0 !important;
    }

    To make it easier, i will add class .wppa-sphoto to the container for the single photo in the next version, so you can simply obverrule them all with just:

    .wppa-sphoto {
    margin: 0 !important;
    }

    Thread Starter johnny mosaic

    (@johnny-mosaic)

    Thank you. That fixes it. Very nice.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘on multislideshows, use single images for some’ is closed to new replies.