I have “fuzzy” text in title of the 2JNewsSlider in IE, what can i do ?

It’s happened bec. of IE bug of the background processing. You should make few simple steps, described below, to sort this problem:

  • Load page on the front end and check source of the loaded page, using special option of the browser (it’s called “View Page Source” in FireFox or “View Source” in IE), there you will find first div of the 2JNewsSlider (it’s should looks like: <strong>&lt;div  id=&quot;twoj_news_scroll_1_all&quot;  class=&quot;twoj_news_slide_class0&quot; &gt;</strong>);
  • Copy  class value (in our sample it’s “<strong>twoj_news_slide_class0</strong>”);
  • Login to the admin section and in 2JNewsSlider component section you will find CSS editor where you should add this line: <strong>.twoj_news_slide_class0, .twoj_news_slide_class0 .twoj_news_slide_ul { background-color: White !important;}</strong> in this case for class twoj_news_slide_class0 and white background color.

In every particular case you should specify your own class and background color values.

Leave a Reply