Category Archives: Javascript

RTL or RIGHT to LEFT fix on jQuery Horizontal Image Scroller w/ Lightbox

Hello,

Please purchase the jQuery Horizontal Image Scroller w/ Lightbox script before read this hacking thing. I appreciate webtako’s script. webtako have done a gr8 job.

1. Collect the jquery.wt-scroller.min.js
2. Go to jsbeautifier.org
3. Copy code from jquery.wt-scroller.min.js to jsbeautifier.org‘s text box
4. Use ctrl+enter or use the button “Beautify JavaScript or HTML” to uncompress the code
5. Copy+paste the uncompressed code from jsbeautifier.org’s text box to the existing jquery.wt-scroller.min.js file or a new js file
6. go to line # 488 or search for “left: this._pos” (for compressed, use “left:this._pos”)
7. make it “right: this._pos” or “right:this._pos”
8. open preview.css and go to line #30 under .wt-scroller .slides li
9. make float:right; to float:right;
10. add a ‘ dir=”rtl” ‘ on your <html> tag

If you can’t solve your RTL problem after that, please go to any freelance site, place a bid. I believe it will transfer your pressure.

Thanks

Leave a comment

Filed under Javascript, jQuery