I have the same problem. The update breaks it.
Plugin Author
Steven
(@shazahm1hotmailcom)
A link or two that I can check out?
Here’s a link that contains all the previous version.
Thread Starter
enivid
(@enivid)
Here’s the post with the code:
http://www.earnforex.com/blog/2009/04/trailing-stop-in-metatrader-4/
I don’t see the link that you have posted…
Plugin Author
Steven
(@shazahm1hotmailcom)
Plugin Author
Steven
(@shazahm1hotmailcom)
I just visited this page:
http://www.earnforex.com/blog/2009/04/trailing-stop-in-metatrader-4/
How is the page slow? I visited in both Chrome, IE8, the Android Web Browser and Safari. The page scrolls very fast. Not sure I see the issue.
Thread Starter
enivid
(@enivid)
Indeed, the problem is showing up only in Firefox (I use 18.0.2). The page becomes slow when the syntax-highlighted code is visible on the screen.
Plugin Author
Steven
(@shazahm1hotmailcom)
Yes, it does appear that Firefox has a CSS rendering bug. Although I don’t think I would qualify it as being slow. It does “shutter” slightly when scrolling past highlighted code.
Plugin Author
Steven
(@shazahm1hotmailcom)
Here’s some CSS that you can add to the end of the theme’s style.css that’ll remove the alternating lines if this is unacceptable to you:
.wp_syntax td.code {
background-color: #EEE !important;
background-image: none !important;
}
I’m going to mark this resolved.
Thread Starter
enivid
(@enivid)
Yeah, it helped. Thank you! Please consider adding it as an option to turn on/off alternating background in further versions.