Sliding Billboard Support Product Page
Solved
billboard not working correctly
Reported 02 Mar 2012 10:48:38
1
has this problem
02 Mar 2012 10:48:38 thomas strmiska posted:
hello!just tested sliding billboard. but it doesn´t work on my site.
i installed correctly as you described in pdf. but the result isn´t what it should be.
you can see:
www.misfit.tv/eltern_test/foto_test.html
thanx for help.
regards
strmiska
Replies
Replied 02 Mar 2012 11:01:48
02 Mar 2012 11:01:48 Teodor Kuduschiev replied:
Hello,
can you please tell me what is your OS and DW version? Your code is kind of broken (the whole page code is on one line!):
can you please tell me what is your OS and DW version? Your code is kind of broken (the whole page code is on one line!):
<!DOCTYPE HTML><html><head><meta charset="UTF-8"><title>Unbenanntes Dokument</title><link rel="stylesheet" type="text/css" href="Styles/dmxSlidingBillboard.css" /><!--[if IE]><script type="text/javascript" src="dmx/lib/excanvas-compressed.js"></script><![endif]--><link rel="stylesheet" type="text/css" href="dmx/widgets/Lightbox/styles/default/style.css" /><script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script><script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script><script type="text/javascript" src="ScriptLibrary/jquery.mousewheel.pack.js"></script><script type="text/javascript" src="ScriptLibrary/dmxSlidingBillboard.js"></script><script type="text/javascript" src="dmx/dmx.core.js"></script><script type="text/javascript" src="dmx/widgets/Lightbox/dmx.lightbox.js"></script></head><body><div class="dmxBillboard" id="billboard1" style="width:300px;height:200px;"> <div class="dmxBillboardHeader"> [h3]test[/h3] <div class="dmxBillboardSectionNav"> <a href="#sec_Section_1">Section 1</a> <a href="#sec_Section_2">Section 2</a> <div style="clear:both"></div> </div> <div style="clear:both;"></div> </div> <div class="dmxBillboardView layout-left"> <ul id="sec_Section_1" title="Section 1"> <li title="BILD1237" onclick="DMX.Lightbox.open('','fotos_2012/hennersdorf/BILD1237.jpg')"> [img]fotos_2012/hennersdorf/thumbs/BILD1237.jpg" border="0" width="160" height="120" alt="BILD1237" /> [h4]<a href="fotos_2012/hennersdorf/BILD1237.jpg" target="dmxLightbox">BILD1237</a>[/h4] [/*] <li title="BILD1233" onclick="DMX.Lightbox.open('','fotos_2012/hennersdorf/BILD1233.jpg')"> [img]fotos_2012/hennersdorf/thumbs/BILD1233.jpg" border="0" width="160" height="120" alt="BILD1233" /> [h4]<a href="fotos_2012/hennersdorf/BILD1233.jpg" target="dmxLightbox">BILD1233</a>[/h4] [/*][/list] <ul id="sec_Section_2" title="Section 2"> <li title="BILD1154" onclick="DMX.Lightbox.open('','fotos_2012/hennersdorf/BILD1154.jpg')"> [img]fotos_2012/hennersdorf/thumbs/BILD1154.jpg" border="0" width="160" height="120" alt="BILD1154" /> [h4]<a href="fotos_2012/hennersdorf/BILD1154.jpg" target="dmxLightbox">BILD1154</a>[/h4] [/*][/list] </div> <div class="dmxBillboardFooter"> <div class="dmxBillboardPageNav"></div> <div style="clear:both;"></div> </div><div class="dmxBillboardLeftNav inside"></div><div class="dmxBillboardRightNav inside"></div> <div class="dmxAbout">Generated by <a href="http://www.dmxzone.com/go?17050">DMXzone Sliding Billboard Dreamweaver Extension</a> 1.0.6</div></div><script type="text/javascript"> // <![CDATA[ jQuery(document).ready( function() { jQuery("#billboard1").dmxSlidingBillboard( {width:"300", height:200, columns:2, rows:1, scrollInterval:5000, scrollDuration:"normal", design:"", sideNavPos:"inside", keyboard:true, mousewheel:true, gestures:true, imageMaxWidth:"50%", showSideNavOnMouseOver:true, startSection:1, startIndex:1} ); } ); // ]]></script><MM:EndLock></body></html>
Replied 02 Mar 2012 11:06:41
02 Mar 2012 11:06:41 thomas strmiska replied:
i´m working on macosx 10.7.3 in dreamweaver cs 5.5.
Replied 02 Mar 2012 11:27:27
02 Mar 2012 11:27:27 Teodor Kuduschiev replied:
Please open DW preferences>Code Formatting>Line break type> Set this to CR LF (Windows)
Then recreate the page.
Then recreate the page.
Replied 02 Mar 2012 11:40:56
02 Mar 2012 11:40:56 thomas strmiska replied:
ok-this solved the problem - works now!
thanx
thanx