Duplicate topic.
Increase the value in Table IX-B6.3, or select — off —
exact! It was kind of thank you very much
Jacob,
Running version WP Photo Album Plus Version 6.7.08
I was able to resolve my issue with multiple albums not displaying yet single albums would. Not sure if this fits all but here is what I found.
Works with one Albulm
Shortcode Auto Created: [wppa type=”cover” album=”18″ size=”500″ align=”center”]Any comment[/wppa]
Broken For Multiple:
Error Message: Syntax error in album specification. Unrecognized Album identification found: 18,14,15,19,13,12
Shortcode Broken:
Syntax error in album specification. Unrecognized Album identification found: 18,14,15,19,13,12
Shortcode working:
[wppa type=”cover album”=”18,14,15,19,13,12″ size=”400″ align=”center”]Any comment[/wppa]
The Quote was moved from around “Cover” Album to “Cover Album” and now they all display again.
There is a bug in the shortcodegenerator, will be fixed in the next release (6.7.09).
It is as simple as: the separator in the album specification should be . (dot) instead of , (comma). It should look like:
album="18.14.15.19.13.12" or album="12..15.18..19"