• Resolved Jakob

    (@jakobbader)


    Hi Jacob

    I need the description “Diashow and Zeige 3 Fotos” closer to the Album. As you see here https://blind-jogging.ch/test-wpa/ the Album is too far away from the description “Diashow and Zeige 3 Fotos”
    [wppa type=”cover” album=”138″ align=”left”]

    So I tried with this code
    [wppa type=”cover” album=”138″ size=”auto,450″ align=”left”]
    but you can see that this wraps the text around the Album, however, the text should be below the Album tho.

    I changed the setting A1.1 to 450, but this didn’t help either.

    Any idea how I could get that fixed?

    Thanks

    • This topic was modified 5 years, 2 months ago by Jakob.

    The page I need help with: [log in to see the link]

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

    (@opajaap)

    Add another shortcode (wppa_div) as follows:

    [wppa type="cover" album="138" size="auto,450" align="left"]
    [wppa_div]
    

    This creates

    <div id="wppa-div-1" style="clear:both;position:relative;" class="wppa-div"></div>
    

    right after the album cover, and the clear:both; does the job.

    Thread Starter Jakob

    (@jakobbader)

    Thank you Jacob

    It works kind of, sadly if I press “show 15 photos(Zeige 15 Fotos)” the whole album disappears ?? The slide show works tho.

    Furthermore, is it possible to define “size=”auto,450″ align=”left”][wppa_div]” as a standart for all albums?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    What are the following settings?:

    Table I-A1: Column Width
    Table I-A1.1: Initial Width

    Should be:
    – auto
    – 1180

    If not like this: try it!

    Thread Starter Jakob

    (@jakobbader)

    I-A1 is auto
    I-A1.1 was 640 = changed to 1180

    the same happened, the whole album and description disappears

    https://blind-jogging.ch/test-wpa/

    It works kind of, sadly if I press “show 15 photos(Zeige 15 Fotos)” the whole album disappears ?? The slide show works tho.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Strange, see https://betatest.opajaap.nl/test-pagina/

    What is Table I-C1: Thumbnail size?

    Thread Starter Jakob

    (@jakobbader)

    100

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I have been puzzling the whole morning but i can not find the cause of the problem.
    The thumbnails are diaplayed, but with size approx 0.
    Somewhere the calculation goes wrong.

    If you can live with the following solution:
    [wppa type="cover" album="138"]

    and custom css:

    .coverphoto-frame{
    	float:left !important;
    }
    .wppa-cover-text-frame{
    	width:200px !important;
    }

    Or, if you want the slideshow and thumbnail display for only 50 % of the width:

    <div style="width:50%;margin-left:25%;">[wppa type="cover" album="2"]</div>[wppa_div]

    that wuld be nice.
    Othewise, try the default thumbnails in stead of masonry.

    If you want me to investigate further, pls install the current dev version as explained here: https://wppa.nl/docs-by-subject/development-version/
    I have added some diagnostic console messages that may help me.

    Thread Starter Jakob

    (@jakobbader)

    Hi Jacob

    I go with the CSS version, looks good and does what we want.

    Thank you very much indeed

    Jakob

    • This reply was modified 5 years, 1 month ago by Jakob.
    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Prevent text wrap after align left’ is closed to new replies.