so i have a basic layout with a bootstrap slider and underneath it i am using jquery to make a text marquee along with repeater to go through all defined marquess. but once i activate the jquery marquee plugin the whole website starts to scroll in an odd way
If you have bootstrap you don't need jquery plugin. Here is an example
Without knowing which marquee plugin you are using or how you are initializing it we would not be able to help. If possible put up a demo of whats going wrong and post the URL here.
this would be an issue with either your JavaScript plugin or how you are rendering your html, nothing to do with Kentico, I would Google on the plugin itself and also check the page source to see if the html is being formatted properly
i am using jquery.marquee.min and its being initialized ($(function () { $('.marquee').marquee({ duration: 15000, duplicate: true }); });} i already tried the same set up on a simple html page and its working fine but once i put it on kentico it does not give any error but the whole page starts scrolling
okay eaven tho i using bootstrap and i have a division col-xs-12 wrapping the marquee i had to set max-width:1600px; so it works fine but now it only works inside the editor outside of it , its simply empty
Again view the page source (right click on the page and view source), you either have the transformation rendering bad HTML or you have some other CSS that is interfering with the display.
thank you peter that was a great solution best regards
Please, sign in to be able to submit a new answer.