After taking a further look, if you look in the database in wp_posts
for an item with post_Type
= ‘ris_gallery’, or just look for the shortcode for your slider.
Using the post id/shortcode id, look in wp_postmeta
for that post_id
and the meta_key
= ‘ris_all_photos_details` there is a base64 encoded string which contains the URLs.
I haven’t worked out how to replace these URLs yet as doing so causes an error when trying to load.