• Resolved carnets2routards

    (@carnets2routards)


    Hello there,

    First, thank you Jacob for this plugin, I tried a few before settling with yours which allow me to do what I was looking for (multiple galleries and albums).

    Second, sorry if my question is already somewhere, I checked the last 5 pages of the forum and did some research without finding an answer.

    When I’m creating a new post, I’m using the WPPA + shortcode generator to insert pictures. One aligned left, the other align right and a percentage of 0.46 ; that trick’s working well on Firefox to display two pictures on the same row.

    But it doesn’t always work on other browser, depending on the size of the window some text or even some letters will get stuck in between the two pictures.

    So question is, is there a better way to display two pictures on the same row (next to each other) without having the risk of text in between? (I read you can use WP gallery option to do that but can’t use WP gallery with picture loaded with WPPA).

    Thanks a lot for any help or advice!

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

    (@opajaap)

    Use the text editor to insert a <div> element as follows:

    
    [wppa type="photo" photo="5314" align="left" size="0.46"][/wppa][wppa type="photo" photo="5312" align="right" size="0.46"][/wppa]<div style="clear:both;"></div>a b c d e f g
    

    The text a b c d e f g will appear below the images always.
    Do not type it in the visual editor, that will not work

    Thread Starter carnets2routards

    (@carnets2routards)

    Hi Jacob!

    Sorry for the delay (on the road disconnected!), thanks a lot for your answer. I just tried and it looks to work like a charm!

    Keep going!
    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display two pictures next to each other in a post’ is closed to new replies.