via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hello guys,
Something went wrong...
I Use Typolight / Contao CMS and a licensed Monoslideshow - i downloaded, installed and updated all... the backend looks fine.
In frontend their comes a Message > Something went wrong... "delay" is not a valid attribute for caption...
I got the XML from Demo - and put it in the parent directory, XML directory a.s.o of monoslideshow. I linked to the source folder of images... i dont know what i can do now.
please help me - thank you
XML / all files are local
<?xml version="1.0" encoding="utf-8"?>
<album>
<configuration delay="4" >
<caption displayMode="never" >
<title type="none" />
<description type="none" />
<shadow/>
<transition delayIn="0.1" delayOut="1" />
</caption>
<navigation>
<albums>
<caption type="none" >
<title type="none" />
<description type="none" />
</caption>
<shadow/>
<transition>
<shadow/>
</transition>
</albums>
<items>
<shadow/>
<transition>
<shadow/>
</transition>
</items>
<shadow/>
<caption displayParentAlbums="false" type="none" >
<title type="none" />
<description type="none" />
</caption>
<pageIndicator type="none" />
</navigation>
<reflection/>
<controller showNavigationButton="false" showNextButton="false" showPlayButton="false" showPreviousButton="false" showScrubBar="false" type="none" >
<transition/>
<scrubBar/>
<shadow/>
</controller>
<mark>
<shadow/>
</mark>
<progress type="none" >
<shadow/>
</progress>
<transition time="0.8" />
<shadow/>
<sound/>
<thumbnailNavigation>
<items>
<shadow/>
<transition>
<shadow/>
</transition>
</items>
<shadow/>
</thumbnailNavigation>
</configuration>
<contents>
<!-- ... -->
</contents>
</album>
Hi,
as long as the "contents" section is empty, nothing will be shown. See the manual how to enter your images, or use the simplified example given here:
<image source="your_filename_goes_here.jpg" description="if you want a description, put it here" />
It is also important to set the paths in the first line correctly, if you use subdirectories:
<album itemPath="images" thumbnailPath="thumbs">
If you get a message about a specific section, just delete the whole section (for testing purposes). All you need is the surrounding <album> and the <contents> section.
This should bring you a good bit closer to success.
Christoph
1 to 2 of 2