troubles while using jquery marquee pluging

hassan kalach asked on August 17, 2017 10:34

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

Correct Answer

Peter Mogilnitski answered on August 17, 2017 15:31

If you have bootstrap you don't need jquery plugin. Here is an example

2 votesVote for this answer Unmark Correct answer

Recent Answers


Suneel Jhangiani answered on August 17, 2017 14:05

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.

0 votesVote for this answer Mark as a Correct answer

Trevor Fayas answered on August 17, 2017 14:06

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

0 votesVote for this answer Mark as a Correct answer

hassan kalach answered on August 17, 2017 14:31

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

0 votesVote for this answer Mark as a Correct answer

hassan kalach answered on August 17, 2017 14:50

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

0 votesVote for this answer Mark as a Correct answer

Trevor Fayas answered on August 17, 2017 15:23

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.

0 votesVote for this answer Mark as a Correct answer

hassan kalach answered on August 17, 2017 15:45

thank you peter that was a great solution best regards

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.