Vamsi Pulavarthi
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery Vertical Scroller] No new line in new rowHi
I wouldn’t even know where to start for this. Don’t know hebrew and if there are any issue with that language.Technically if it is working with engkish it shiuld work with hebrew the same way.
Forum: Plugins
In reply to: [jQuery Vertical Scroller] Pause the scrollerNo. Both of your needs are not supported at this time.
Forum: Plugins
In reply to: [jQuery Vertical Scroller] Issues with FirefoxAwesome. Thanks. Good to know the plugin is working for you.
Forum: Plugins
In reply to: [jQuery Vertical Scroller] no gap! reopenedI finally have a working continuous scroller. I need testers to test out my scroller. If you are interested, please go to my website http://sirisgraphics.com/ and send me an email using the Contact Us page.
Please be sure to send me your correct email. I will email the plugin as a zip file to you. Not putting the plugin on my site yet.
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] Continuos scrolling even with mouseOverI finally have a working continuous scroller. I need testers to test out my scroller. If you are interested, please go to my website http://sirisgraphics.com/ and send me an email using the Contact Us page.
Please be sure to send me your correct email. I will email the plugin as a zip file to you. Not putting the plugin on my site yet.
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] Making scrolling continuous?I finally have a working continuous scroller. I need testers to test out my scroller. If you are interested, please go to my website http://sirisgraphics.com/ and send me an email using the Contact Us page.
Please be sure to send me your correct email. I will email the plugin as a zip file to you. Not putting the plugin on my site yet.
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] Issues with FirefoxHi
There are no known issues with Firefox or IE at this time. What problem are you facing exactly?Forum: Reviews
In reply to: [jQuery Vertical Scroller] NiceThank You for your comment mstudioIL.
Do you have a sample CSS that you have used for the 3 options above? If you give me some samples, I will try and integrate that into the plugin.
I am not that good with CSS.
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] Continuos scrolling even with mouseOverHi Guys –
This is a pure workaround. The actual problem is not yet solved but this should work for most needs.Replace the script starting at line 283 with this snippet
<script type="text/javascript"> jQuery(document).ready(function($) { var myhtml = $('.vertical_scroller<?php echo $myrandom; ?> .scrollingtext').html(); for(i=0; i<=20; i++) { $('.vertical_scroller<?php echo $myrandom; ?> .scrollingtext').append(myhtml); } //create a vertical scroller... $('.vertical_scroller<?php echo $myrandom; ?>').SetScroller({ velocity: <?php echo $myvelocity ?>, /*50,*/ direction: 'vertical', /*'vertical' */ startfrom: '<?php echo $mydirection ?>' }); }); </script>Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] (Part of) post shows Static PagesHi Hamsel –
I am not familiar with compilers for JavaScript. Any ideas how I can get rid of the issue?Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] no gap! reopenedThanks nospam2k.
I was able to get much further but I have a problem. I cannot use this code in the plugin since the code has no License terms and as such cannot be used in open source code. We cannot use it in a plugin without explicit permission from the developer to do so.
If you do build a plugin with the code above, you’ll be using it in a gray area. I would suggest care when using on sites.
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] How to scroll from right to leftHi Amit –
The plugin does not support this function anymore. We can’t add this function back anymore due to all the advanced options we added to the scroller.Sorry about that.
Forum: Plugins
In reply to: [jQuery Vertical Scroller] (Part of) post shows Static PagesHi Hamsel
I will look into it asap. Not aware of any limits of that sort.Forum: Plugins
In reply to: [jQuery Vertical Scroller] no gap! reopenedHi Guys –
Sorry for the extreme delay in response. I’ve been super busy. Out of vacation for 5 weeks and back to loads of work.Just to set expectations, I work on the plugin only over the weekends. During the week, I have a full time job as a Systems Analyst.
I am getting a bunch of these requests and seems like I can’t get away with not doing this any longer. I will see if I can find a Open Source scroller and try to change the engine.
In the mean time, if you see any good jQuery scrollers that have gapless loops, please email me at pvamsik at hotmail dot com.
Forum: Plugins
In reply to: [jQuery Vertical Scroller] the_ID() is alteredThank You for giving me the solution mulli.bahr. I will add this to the next version.