Knowledge Base support case for Likno Web Scroller Builder, abstracted and stripped of all user’s private info.
Initial Email From: Colin
Initial Email Subject: Sliders problem
Support Case Month: June 2013
Hi,
Sorry it’s me again, not sure if I’m just pushing this program to it’s limits but I thought it would make a great youtube playlist.
So why does this work http://www.anbpartners.com/index_lwsc_sample.php and this not http://www.anbpartners.com/index_01.php
Regards Colin
Reply From: Likno Customer Support
Hello Colin,
Check the 2 screenshots:
In this page http://www.anbpartners.com/index_01.php the scroller is not displayed as it cannot find
the element <div id="youtube_playlist"></div>You have set the scroller to be positioned relative to the above element.
That's why on the sample page it works, as it finds this element.Please, correct this and check it again.Let me know if you need any more help.Thank you!Best Regards,
Aggelos TsakonasLikno Customer Support
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: Colin
Hi Guys,
Sorry I apologise I’ve found out what is happening here my editor doesn’t like
<div id="youtube_playlist"></div> and deletes it,if I use <div id="yout"></div> it works fine.
My editor doesn’t like open close div without anything in between, I can do it if I put the div in a table see below
<table align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1135">
<div id="yout"></div>
</td>
</tr>
</table>
Colin
Reply From: Likno Customer Support
Hello Colin,
Still, you could use a div as you wanted. Just add in between so it does not translate it as empty.
So it should look like this:
<div id="yout"> </div>
Thank you!
Best Regards,
Aggelos TsakonasLikno Customer Support
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: Colin
Thanks Guys,
I will try  , I use namo Editor.
Thanks again have a great weekend.
Colin