Topic: Simple Viewer Pro, NextGen Gallery and No Captions
I have looked all through these forums and the web for help with this problem. You can see an example page here:
http://www.jhecommerce.mobi/plastic-tub … ne-tubing/
I set up my galleries using NGG. I added the SV plugin a few weeks ago. Now that the client was happy with it, they wanted some changes that required SV pro. So I bought that yesterday and started to customize. For the life of me, I can't get the captions to show.
I made sure all images have captions/titles/descriptions.
I updated the images and then updated the page and cleared my browser cache.
The gallery xml files are not getting the image information put into them (CDATA, etc.) So I tried adding it according to the example XML file. Didn't work - got errors:
Warning: DOMDocument::load() [domdocument.load]: error parsing attribute name in /home/gpxadmin/public_html/wp-content/uploads/12.xml, line: 2 in /home/gpxadmin/public_html/wp-content/plugins/wp-simpleviewer/wp-simpleviewer.php on line 525
Warning: DOMDocument::load() [domdocument.load]: attributes construct error in /home/gpxadmin/public_html/wp-content/uploads/12.xml, line: 2 in /home/gpxadmin/public_html/wp-content/plugins/wp-simpleviewer/wp-simpleviewer.php on line 525
Warning: DOMDocument::load() [domdocument.load]: Couldn't find end of Start Tag simpleviewergallery line 2 in /home/gpxadmin/public_html/wp-content/uploads/12.xml, line: 2 in /home/gpxadmin/public_html/wp-content/plugins/wp-simpleviewer/wp-simpleviewer.php on line 525
Warning: DOMDocument::load() [domdocument.load]: Extra content at the end of the document in /home/gpxadmin/public_html/wp-content/uploads/12.xml, line: 2 in /home/gpxadmin/public_html/wp-content/plugins/wp-simpleviewer/wp-simpleviewer.php on line 525
Fatal error: Call to a member function setAttribute() on a non-object in /home/gpxadmin/public_html/wp-content/plugins/wp-simpleviewer/wp-simpleviewer.php on line 530
Here is what is in the xml file:
<?xml version="1.0"?>
<simpleviewergallery title="Polypropylene Tubing" useFlickr="false" flickrUserName="" flickrTags="" galleryStyle="COMPACT" thumbPosition="BOTTOM" frameWidth="0" maxImageWidth="380" maxImageHeight="380" textColor="0xffffff" frameColor="0x000000" showOpenButton="false" showFullscreenButton="false" thumbRows="3" thumbColumns="4" languageCode="AUTO" e_g_width="400px" e_g_height="600px" e_bgColor="transparent" e_useFlash="true" e_library="nextgen" e_nextgenGalleryId="7" e_picasaUserId="" e_picasaAlbumName="" imageQuality="80" thumbWidth="75" thumbHeight="75" thumbQuality="90" resizeOnImport="true" cropToFit="false" titleFontSize="14" titlePadding="0" titleTextAlignment="CENTER" titleBackOpacity="50" titleWidth="200" titleHeight="22" titlePosition="NONE" enableKeyboardControls="false" imageScaleMode="SCALE" imageDropShadow="true" backgroundColor="FFFFFF" imageFrameStyle="NONE" imageCornerRadius="0" showOverlay="ALWAYS" showImageNav="NEVER" thumbFrameStyle="NONE" doThumbPopOut="true" changeCaptionOnHover="true" changeImageOnHover="true" thumbNavStyle="NONE" showToolTips="false" imageClickMode="NAVIGATE" thumbCornerRadius="0" thumbLoadBrightness="0.5" captionPosition="OVERLAY_BOTTOM" floatCaption="false" backgroundScale="NONE" galleryWidth="100%" galleryHeight="100%" indexPageName="index2.html" showImageNumber="false" postID="61"/>
I tried building the same thing with the desktop SV pro, and when I do that, I have captions. I pasted that configuration from the gallery.xml file to the "12.xml" on the server. No captions.
I'm out of things to try.