Hey @iiumlady, @cobraeagle
Chances are it is because you have an incorrect page slug in the first shortcode.
There are 2 main shortcodes to use on separate pages.
You use 2 shortcodes, 1 to display the albums ([cws_gpp_albums_gphotos]) and 1 to display the images in an album ([cws_gpp_images_in_album_gphotos]) on separate pages.
You need to update the “results_page” option in shortcode [cws_gpp_albums_gphotos]
You need to put the slug to your new page where you want to display the images of the selected album into the album shortcode. e.g.
Into this shortcode [cws_gpp_albums_gphotos] add this option results_page=’YOUR SLUG HERE’
Then, on the page where you want to display the images of the selected album (the YOUR SLUG HERE page), enter the shortcode [cws_gpp_images_in_album_gphotos], not forgetting any options you might want to include.
So, to summarise, you need to use 2 shortcodes, 1 to display the albums ([cws_gpp_albums_gphotos]) and 1 to display the images in an album ([cws_gpp_images_in_album_gphotos]) on separate pages.
Hope that helps.