After doing some more investigating... I have found that when I
don't go on the Virtuemart page that the source code for the RSGallery2 page is:
<div class="rsg_galleryblock">
....
</div>
EVERYTHING WORKS FINE!
But if I go on the Virtuemart page and then go to the RSGallery2 page that the source code becomes:
<div class="rsg2-clr"> </div>
THE PAGE IS BLANK!
So for some reason, Virtuemart makes the div that the galleries are shown in change from
rsg_galleryblock to
rsg2-clr.
Can anyone find out why and find a solution to this problem?