I am using the slider but when I set it to a position it didn't show. When I inspected the DOM it became clear that the slider is set to display:none as a element-property. Can someone help me with telling me what causes this?
Hi. most of the chances you have have double jquery include in the website. please pay attention that you don't have doubles in the jquery includes, that you have one jquery include only before all other js includes.
Hi Unite,
I am using the slider but when I set it to a position it didn't show. When I inspected the DOM it became clear that the slider is set to display:none as a element-property. Can someone help me with telling me what causes this?
Thanks in advance,
Ian Wensink
I noticed that as soon as I disabled the include of
addJs('jquery-git2.js')
addJs('jquery-1.10.1.js')
the slider works perfectly. Can you tell me how to solve this? I really need those includes.
Hi. most of the chances you have have double jquery include in the website. please pay attention that you don't have doubles in the jquery includes, that you have one jquery include only before all other js includes.