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?
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.
Strange, see https://betatest.opajaap.nl/test-pagina/
What is Table I-C1: Thumbnail size?
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 6 years, 8 months ago by
Jakob.