Yes, I think there are some conflicts still remaining with nextgen. Both Customizr and nextgen use the fancybox lightbox to show images. However, you can achieve what you have now without nextgen:
- Deactivate nextgen;
- Edit your “hospital” page and switch to the “Text” tab (not the “Visual” tab);
- Take out any nextgen codes;
- For each row of 3 images, enter the following html in the page:
<!-- ******************NEW ROW OF CONTENT****************** -->
<div class="row-fluid">
<div class="span4">
...Click ADD MEDIA and insert your image here...
</div>
<div class="span4">
...Click ADD MEDIA and insert your image here...
</div>
<div class="span4">
...Click ADD MEDIA and insert your image here...
</div>
</div>
<!-- ***************END OF ROW OF CONTENT****************** -->
- Place the cursor where it says …Click ADD MEDIA and click the add media button;
- Choose an image and select the size of the images that you want (bottom right of screen). This will insert an image where the cursor was.
- Delete the text …Click ADD MEDIA and insert your image here…;
- Repeat for each row of three images.
This will give you 1 row of 3 images—3 x “<div class="span4">...</div>
“—where each is an image taking up 3/12 of the space. If you want 4 images, then you will need 4 x “<div class="span3">...</div>
“—where each is an image taking up 4/12 of the space.
More info on Customizr custom layouts here.
Make sure you have “Enable/disable lightbox effect on images” switched on in the Images section of Customiz’it. This will give you a slideshow similar to the nextgen slideshow that you have on your page.