[rz] Elegant Scroll *** UPD 2016-Jul-02 ***

This section contains extensions that were created by [rz] who has sadly passed away.
These extensions are no longer available, but the discussions may still be helpful for some users.
Forum rules
*** IMPORTANT INFO REGARDING [RZ] EXTENSIONS ***

This section contains extensions that were created by [rz] who has sadly passed away.
These extensions are no longer available or supported, but the discussions may still be helpful for some users.
presto
 
 
Posts: 138
Joined: Tue Aug 24, 2010 5:19 pm
Contact:

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by presto »

Hi Jordan,

thank you very much for your ideas and your support.

On the first glance your function seems to work fine - but with only one exception:

When you call or refresh a page then one tab is already set to "active". Now clicking on this active tab it triggers the scroll and only after that the class is added. If you at first click on an inactive tab, your function does what it is supposed to do.

Any idea how to solve that?

Edit: I have changed the event from "click" to "mouseenter" and it works. But I still have to test it on an iPad.

Best regards from Germany
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by jordan »

hehe presto your question actually makes for a simpler solution … replace what I wrote for ...

===============================
<script type="text/javascript">
$(function (){setTimeout(function() {$('#jQueryTabs1 li').addClass('scrollable_navigation')}, 0)});
</script>
===============================
presto
 
 
Posts: 138
Joined: Tue Aug 24, 2010 5:19 pm
Contact:

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by presto »

Thanks jordan, it works great.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by [RZ] »

@jordan
in my humble opinion, this way you force the user to remember to add/edit/remove a patch for each jquery tabs he may add, delete or modify... otherwise the page will have runtime errors.
@presto
seeing you are fine with the jordan's patch, i decided not to release an update.

with regards
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by jordan »

[RZ] wrote:@jordan
in my humble opinion, this way you force the user to remember to add/edit/remove a patch for each jquery tabs he may add, delete or modify... otherwise the page will have runtime errors.
@presto
seeing you are fine with the jordan's patch, i decided not to release an update.

with regards
hi rz

wow, don't know where this comes from… but …
which runtime errors ? there are no runtime errors even if you remove or add a 100 WB jQueryTabs-sss ?
I was just trying to help, it appears you don't like that, so from now on I will stay out of your way, no problemO!
if you think it's a bad solution then why not release a better solution, I hope you create an extension solution for presto despite any personal dislike(?)

cheers and have a nice day anyway! . :shock: .
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by [RZ] »

no jordan, you took this 100% wrong.
anyway, i tell what/where i meant run time errors:
$(function (){setTimeout(function() {$('#jQueryTabs1 li').addClass('scrollable_navigation')}, 0)});

you must correctly type in the #object_id, or change it, or add new lines like this one for every jquery tabs object you add/remove/modify[its id], not for every tab you add/remove in the jquery tabs object.

for a not so advanced user (i'm not meaning any member, just an example) this may be not so clear if some time he changes something in the design.
if the function points to a non existent #selector, the page will have errors.

where i said "a bad solution"? instead of this, i said "in my humble opinion, this way you force the user to remember... [etc]"

if the user is happy with your code, and is working fine for him, why i need to reinvent the wheel?
as i stated, i'm not familiar with the jquery tabs object, i just looked at the generated code and i must be 100% sure how it works, and if there are other variants that can be generated in the code depending on the object's settings. that's all...

and btw, i'm not at all as you may think about me, not only i'm not a prideful/arrogant person, also i have no time to be so irritable. again, i gave you my very personal opinion about the proposed line of code, and if the user is happy with it, it is 100% fine and good. hey man, don't be so sensitive lol!

a very nice day for you too!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by jordan »

the point that made me frown was not if you liked my help or not
if you don't you don't, if you do you do, that's a moo point
but the fact that you stated that you would not release an update

a selector like that will not create a runtime error even if you would forget about it ...it would be sloppy
but yes, I think it's better to have an internal extension solution, that was the shock face for, I was convinced you would see it that way too

like I said, I was just trying to help, if you like it then that's great, if you don't that's fine too, no sensitivity here
but not if it hurts a WB user, then it's not a moo point, that was the fuzz of my writing

anyway, presto will be on your tail if he does not like it I suspect . :mrgreen: .
presto
 
 
Posts: 138
Joined: Tue Aug 24, 2010 5:19 pm
Contact:

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by presto »

Hi [rz] and jordan:
both of you have given me a great help to design my site properly. Many thanks to you. There is no need to start to argue, be happy - as I am: I have written my own extension now, just for my personal use, using [rz] original code plus the addition jordan had posted .not('a[href*="jquerytabs"]'). And of course gave credit to [rz] and jordan inside of the extension :D It works excellent with jordans addition and I only can give the advice to [rz] to add this little peace of code to his extension.
Last edited by presto on Thu Feb 14, 2013 2:33 am, edited 1 time in total.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jul-28-2012 ***

Post by [RZ] »

too much for me... and very late here, have a good night men...
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

* About new version 1.0.3

Added compatibility with [rz] Preloaded Links extensions.
mnwitten
 
 
Posts: 36
Joined: Sun Aug 17, 2008 10:29 am
Location: Newfoundland, PA
Contact:

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by mnwitten »

[RZ]...I'm running into an repeating issue with all the smooth scrolls including yours. I was hoping you may be able to provide some help or direction.

I put up a test to show this issue. If you browse to http://www.paupackplunge.com/scroll you can click on the "test" text on top and you will notice that it scrolls to the anchor, but not using a smooth scroll. Repeated tries will work...however. But if you browse to http://www.paupackplunge.com/scroll/index.html you can click on the "test" text on top and the smooth scroll works even the first time. I've narrowed this down to the lack of the index.html in the URL. If you watch the brower's address bar, as long as the index.html is there...it works. When it is not there...it doesn't.

Are you aware of any way to correct this? I believe that if the URL contains the page name, everything will work fine. But how do I force this to occur without playing with redirection? Maybe something in htaccess? And I don't want to mess up SEO and indexing of the actual website where I'm looking to use this. I am also surprised that this hasn't been reported to you and the other smooth scroll extension builders as it seems like a real obvious issue. Basically, if you use a smooth scroll on an index page on a .COM, the first smooth scroll will simply jump to the anchor instead of smoothly scrolling.

Any suggestions, thoughts or ideas?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

please note that this is not an issue.
you should contact your hosting about the htaccess file, because it may be vary in each service/configuration provider.
you can use the preloader/redirector to avoid the "issue" you are reporting, but if you don't want that solution you should choose for the paid one, but it is undergoing an internal improvement and is not released yet, it can be ready in a few weeks.
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

Dear RZ

I could not scrolling to Bookmark

please send sample file,


Thank you
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

without seeing what you did it is impossible to give an useful advice
anyhow:
have you read the instructions file attached in the downloaded zip?

from the info file:

* Important note

In page properties, you must select a center page option, this means, you cannot have the "Do not center this page in the browser window" option selected.
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

sorry, I'm not doing something right

yes downloaded zip files

1. create big text block
2. I will place the bookmark
3, pageproperties _ Do not center this page in the browser window
4. use extension
5. create button

dont scroll , ..... jump......
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

from the info file:

* Important note

In page properties, you must select a center page option, this means, you cannot have the "Do not center this page in the browser window" option selected.
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

yes
3, pageproperties _ NO ..Do not center this page in the browser window

Please check out the attachment
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

it works fine at my end
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

I still jump not scroll....................... my browser chrome,firefox
your website perfect scroll...
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

do you have javascript enabled?
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

yes, your website scroll perfect
WWB 9.2..

your website in the scrolltime???
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

sorry i can't understand you
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

ok thank you....
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

try disabling the html beautifier option and also disable the optimize inline styles
both in menu / tools / options / html
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

......dont work
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

i don't know, it does work at my end without any glitch
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

please send you sample file

....perhaps
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

the sample you sent me DOES work
please publish your page and give me a link to see what happens online
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

please download it again and reinstall the extension
you are currently using an outdated version
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

OOOOOOO YES YES MANY MANY THANK YOU :))))))))))...and sorry
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

no problem
glad to know it does work also at your end
don't forget to visit the other links
Batusz
 
 
Posts: 14
Joined: Wed Sep 15, 2010 9:16 am
Location: Hungary

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Batusz »

:) ok
User avatar
Enupnion
 
 
Posts: 19
Joined: Thu Aug 29, 2013 6:25 am
Contact:

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by Enupnion »

Hey, RZ ... THANKS! That extension is a thing of beauty! Lightweight and dead easy to use. Thanks again! :)
naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by naftalina »

Thanks for this nice plugin! :)
I'll like more if I can set "scrolling time" and "effect time" separatelly?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

Enupnion wrote:Hey, RZ ... THANKS! That extension is a thing of beauty! Lightweight and dead easy to use. Thanks again! :)
thank you for your feedback!
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

naftalina wrote:Thanks for this nice plugin! :)
I'll like more if I can set "scrolling time" and "effect time" separatelly?
thank you for your feedback, glad to know you like it
however, i cannot understand what your question is :?
naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by naftalina »

[RZ] wrote:
naftalina wrote:Thanks for this nice plugin! :)
I'll like more if I can set "scrolling time" and "effect time" separatelly?
thank you for your feedback, glad to know you like it
however, i cannot understand what your question is :?
I just added plugin to my site: http://naftalina.org/
I set "scrolling time" to 888 and now elastic effect lasts and looks just the way I like but scrolling is too fast.
It would be nice if would be possible to set the "Scrolling time" and "Easing time" separetely.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

the effect time includes the easing, this means that you should enter more milliseconds in order to let the extension accomplish the whole effect (time / distance / inertia / bouncing)
i.e. in this site http://magnawebstudio.com, the extension has the following settings:
scroll time : 3200
easing : easeOutBounce
hope this helps
naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by naftalina »

I'm not a programmer and to me is difficult to understand the principe, but now I set 3200/easeOutBounce on my site this effect and makes me little dizzy.
I'd like a much smaller amplitude of bouncing and shorter bouncig time.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by [RZ] »

it is still set at 888 milliseconds
naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: Elegant Scroll *** UPDATED Jun-03-2013 ***

Post by naftalina »

[RZ] wrote:it is still set at 888 milliseconds
I set in preview and I didn't like it.
Now I set (online) 3200/easeOutQuint

I will like elastic or bounce effect but I can't set how I like.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Elegant Scroll *** UPDATED Apr-13-2014 ***

Post by [RZ] »

* About new version 1.0.3.2

-Added compatibility with [rz] Preloaded Links extensions.
-Added support for WB jQuery Tabs.
-Quirks mode support.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Elegant Scroll *** UPDATED 2014-Nov-14 ***

Post by [RZ] »

UPGRADE AVAILABLE:

* About new version 1.0.3.3

-Added "Cycle mode" feature: "full and chained" (no wait to complete the cycle but each cycle is fully done), "full and not chained" (must wait the cycle to be completed) and "cancelable" (the current cycle is stopped and continue with the next cycle faster).
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Elegant Scroll *** UPDATED 2015-Jan-25 ***

Post by [RZ] »

* About new version 1.0.4

- Optional object to be shown during the scroll process.
- Nine predefined positions with customizable horizontal and vertical offsets.
- Adjustable speed for the fade-in and fade-out effects to apply to the object to be shown.
- Custom function calls for onscrollstart and onscrollend virtual events.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Elegant Scroll *** UPDATED 2015-Apr-16 ***

Post by [RZ] »

* About new version 1.0.4.1

- Workaround for a rounding issue in jQuery and IE10/IE11 causing a not needed function call (noticeable under specific/advanced scenarios).
- Improved parser for onscrollstart and onscrollend virtual events.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Elegant Scroll *** UPDATED 2015-Oct-16 ***

Post by [RZ] »

* New in version 1.0.4.2:

- Improved backward and crossbrowser compatibility.
- Page alignment requirement/limitation has been deprecated and removed (see notes) - allowing a better experience and performance with [rz] Adaptive Framework.
- Improved code for newer jQuery versions.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Elegant Scroll *** UPDATED 2016-Feb-25 ***

Post by [RZ] »

* New in version 1.0.5:

- Added more cycle modes/behavior.
- Improved the optional object handling.
- External library files.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Elegant Scroll *** UPD 2016-Jul-02 ***

Post by [RZ] »

* New in version 1.0.5.1:

- Improved compatibility with newer jQuery versions while preserving support and compatibility with older ones.
Locked