Page 1 of 3

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Thu Sep 15, 2011 8:39 pm
by madebyibloo
bendigo wrote:I am sorry for causing a hassle guys !!! :oops:
Nah its cool B, to be honest once I get to grips with the whole conflict thing i'll be able to release more stable releases. :)




Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Thu Sep 15, 2011 8:51 pm
by zinc
I have ditched the menu in favour of your scroller as it is more important to me.

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Thu Sep 15, 2011 10:22 pm
by jordan
hi bendigo (SUB,BaconFries),

it won't work with the menubar because of the way jscookmenu.js is set up
the init. of the menubar structure occurs on page render, it dynamically construct a table upon a list structure (=cmDraw)
the <a> href value is taken from the list and instead opens with a window.open function
jQuery localscroll acts on the html <a> href, so … there is no href and therefore no scroll occurs
it's the same as using an event to request the scroll –- window.open('#bookmark1','_self') –- won't work either
actually after jscookmenu init. there is no reference of the menubar list structure at all ...

nothing unstable about your extension SUB ... jscook is just cooking his own menu . :mrgreen: .

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Jan 25, 2012 1:33 pm
by morgan
Hi Scott

Not sure if this is possible, I want to use the scroller with a fixed panel on the left. If you were to click say Home Networking on the blue panel it would scroll to the correct text on the right leaving the list where it is. I Hope this makes sence.

Image

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Jan 25, 2012 3:20 pm
by madebyibloo
Hi Morgan, Yes that is possible, its not part of the basic layer structure but there is a workaround, heres a few steps to get you going...

1) Create a Docking Layer, dock top, alignment:center and make the background transparent. Make sure the width is the same as your page width (in page properties) and that the height of the docking layer is high enough for your menu block to go in.
2) Insert a shape onto that layer followed by your text menu.
3) Create a Default Layer and place were you would like your content to be placed (to the right of your menu), make sure the default layer is 'on top' of the docking layer.
4) insert your bookmarks and the ultimate page scroller extension and insert your hyperlinks to match the bookmarks in your text menu.


Hope this helps, let me know how you get on...



Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Jan 25, 2012 3:29 pm
by morgan
Thanks mate, will be in touch in a couple of days..

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Sun Feb 26, 2012 10:14 pm
by supersonictt
SUB wrote:Hi Morgan, Yes that is possible, its not part of the basic layer structure but there is a workaround, heres a few steps to get you going...

1) Create a Docking Layer, dock top, alignment:center and make the background transparent. Make sure the width is the same as your page width (in page properties) and that the height of the docking layer is high enough for your menu block to go in.
2) Insert a shape onto that layer followed by your text menu.
3) Create a Default Layer and place were you would like your content to be placed (to the right of your menu), make sure the default layer is 'on top' of the docking layer.
4) insert your bookmarks and the ultimate page scroller extension and insert your hyperlinks to match the bookmarks in your text menu.


Hope this helps, let me know how you get on...



Cheers,
Scott
@SUB

Thanks for this workaround, but I am still not sure I got you right...

Let me make it simple, if I have a menu on the left of 3 text items (Pane 1, Panel 2, and Panel 3), and on the right where the panel is contains three description text items (description of panel 1, description of panel 2, description of panel 3).
Now, I followed your instructions, until step 4. Where do I place the "description" text items?

By the way I found this:
http://demos.flesler.com/jquery/localScroll/#section1
I guess this is what I need, but am not sure how to do it with your extension.

Thanks a lot.

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Tue Feb 28, 2012 10:25 am
by madebyibloo
Hi, i'm not really sure what you mean......do you mean the menu text?

Step 4 is the 'menu text' to link your text to your anchors/bookmarks via the text properties




Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Tue Feb 28, 2012 9:23 pm
by supersonictt
SUB wrote:Hi, i'm not really sure what you mean......do you mean the menu text?

Step 4 is the 'menu text' to link your text to your anchors/bookmarks via the text properties




Cheers,
Scott
SUB, thanks a lot for replying back.

Well, I opened a new page (index.html) of 1000 px width, then i placed a docking layer of 1000 px width and 300 px height, docking top with centre alignment. Then I placed a rectangle of 150 px width and 250 px height inside the docking panel, and a "text menu" inside this shape.
After that I placed a default layer inside the docking layer, on the right of that rectangle shape and on top of the docking layer.
Now, my question is, before I assign the bookmarks, where do I place the text that will slide inside the default panel?

Thanks.

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 5:59 pm
by madebyibloo
Hi,

Place your text (sliding content) on the default panel as in step 3.

Make sure your 'default layer' is overlapping the 'docking layer' and not inside.

Hope this helps,


Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 6:09 pm
by supersonictt
Hello,

Thanks again for helping me out.
If in the text menu I have 3 links (red, blue, green), how do I place the description text in the default layer? I mean, under each other? or next to each other!!
Sorry but am still a bit confused!

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 6:19 pm
by madebyibloo
Hi,

The steps I gave was for a vertical scrolling page as Morgan requesting help with...

Place your 'description text' inside the 'default layer' underneath each other.
add your bookmarks (inside the default layer) to the start of each of the 'description text'
then link your menu to the bookmarks/anchors you have just placed.



Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 6:22 pm
by supersonictt
SUB wrote:Hi,

The steps I gave was for a vertical scrolling page as Morgan requesting help with...

Place your 'description text' inside the 'default layer' underneath each other.
add your bookmarks (inside the default layer) to the start of each of the 'description text'
then link your menu to the bookmarks/anchors you have just placed.

Sorry for being a headache! And thanks a lot for this tip, I will try it and report back :)

Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 6:28 pm
by madebyibloo
No problem.....and...your not a headache :)



Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 6:32 pm
by supersonictt
SUB wrote:No problem.....and...your not a headache :)

Thank you :) by the way your websites are amazing :)

Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 6:48 pm
by supersonictt
Still no luck making that work!!
Anyways man do not bother... :)

Cheers

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 6:53 pm
by madebyibloo
supersonictt wrote:Still no luck making that work!!
Anyways man do not bother... :)

Cheers

Post your .wbs file and ill take a look for you.



Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Wed Feb 29, 2012 6:59 pm
by supersonictt
Here it is...

Thanks a lot man :)

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Thu Mar 01, 2012 10:10 am
by madebyibloo
Hi, a couple of things to take note...

Your page was not centered in page properties, therefore the 'default layer' was not in place because of the centered 'docked layer'.

Your 'default layer' was inside of your 'docked layer' and not overlapping making it not funcional.



Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Thu Mar 01, 2012 1:26 pm
by supersonictt
SUB,
Thanks a lot man, now I got it right :)

Thanks a lot :)

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Thu Mar 01, 2012 1:30 pm
by madebyibloo
supersonictt wrote:SUB,
Thanks a lot man, now I got it right :)

Thanks a lot :)
Glad you got it to work :) ......no problem



Cheers,
Scott

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Tue Mar 20, 2012 4:37 pm
by Adendum
Hi Sub,

I've been experimenting with your extension but I'm wondering if somehow I have an older version? Extension Manager is showing 1.0.0.0 but this thread does say (UPDATED) so I'm guessing I do need the later version.

I've found that IE doesn't like the code :-

Code: Select all

<script type="text/javascript" src="<!-- Do Not Use JQuery-->"></script>
but with the new version of Extension Builder you can eliminate that easily....but maybe the newer version already has?

Re: Ultimate Page Scroller - Extension (UPDATED)

Posted: Tue Mar 20, 2012 5:04 pm
by madebyibloo
Adendum wrote:Hi Sub,

I've been experimenting with your extension but I'm wondering if somehow I have an older version? Extension Manager is showing 1.0.0.0 but this thread does say (UPDATED) so I'm guessing I do need the later version.

I've found that IE doesn't like the code :-

Code: Select all

<script type="text/javascript" src="<!-- Do Not Use JQuery-->"></script>
but with the new version of Extension Builder you can eliminate that easily....but maybe the newer version already has?

Hi Paul! I've removed the UPDATE status from the topic as it was a while ago when it was updated.

I'm going to be updating all my extensions along with some new ones to extension builder 3 in the coming weeks so i'll keep you posted and sure i'll take a look at fixing up the jQuery issue select in all the extensions. EB3 is awesome by the way, great work on that Pablo!


Hope your well,

Cheers,
Scott

Re: Ultimate Page Scroller - Extension

Posted: Tue Mar 20, 2012 6:58 pm
by Adendum
Scott,

OK, thanks for that. I look forward to hearing from you.

Re: Ultimate Page Scroller - Extension

Posted: Tue Mar 20, 2012 8:41 pm
by supersonictt
Hello SUB,

It is great that you are going to update the extension.
One suggestion (I guess it is easy to implement); would it be possible to add the "queue" option?
Thank you.

Re: Ultimate Page Scroller - Extension

Posted: Wed Mar 21, 2012 12:18 am
by madebyibloo
supersonictt wrote:Hello SUB,

It is great that you are going to update the extension.
One suggestion (I guess it is easy to implement); would it be possible to add the "queue" option?
Thank you.
Hi TT, are you referring to the jquery queue fx? as in a kind of slideshow approach? I think that would take away what the extensions purpose is and would become more of a slideshow rather than a scroller, let me know your thoughts, all your thoughts are taken in :)



Cheers,
Scott

Re: Ultimate Page Scroller - Extension

Posted: Wed Mar 21, 2012 1:16 am
by supersonictt
SUB wrote:
supersonictt wrote:Hello SUB,

It is great that you are going to update the extension.
One suggestion (I guess it is easy to implement); would it be possible to add the "queue" option?
Thank you.
Hi TT, are you referring to the jquery queue fx? as in a kind of slideshow approach? I think that would take away what the extensions purpose is and would become more of a slideshow rather than a scroller, let me know your thoughts, all your thoughts are taken in :)



Cheers,
Scott
Thanks a lot SUB :)
Well yes, I mean the jquery queue fx. In other words, instead of scrolling diagonally, scrolling x then y or vice versa would be a good "extra" option for the users to have.
I am currently building a template for a customer, I used your extension FULLY, and looks lovely, and I added the "queue" option in the generated html file.

So, if you are free to do that I (and I guess other users of your extension) would really appreciate your great work (well, that doesn't mean I currently do not appreciate your work, you are amazing man :) )
If not, I can just provide the code here for the ones who would like to use it :)

Thanks a million man :)

Re: Ultimate Page Scroller - Extension

Posted: Wed Mar 21, 2012 1:25 am
by madebyibloo
Thanks TT! yeh that sounds rather good to me, i'm not too familiar with the queue fx, i've just been looking it up but i'm half asleep as its late :P

If you could post the code that would be great as i will implement it and it would save me a hell of alot of time so thanks!, I should have the new version complete in the next couple of days with some extra features too :)



Cheers,
Scott

Re: Ultimate Page Scroller - Extension

Posted: Wed Mar 21, 2012 2:10 am
by supersonictt
SUB wrote:Thanks TT! yeh that sounds rather good to me, i'm not too familiar with the queue fx, i've just been looking it up but i'm half asleep as its late :P

If you could post the code that would be great as i will implement it and it would save me a hell of alot of time so thanks!, I should have the new version complete in the next couple of days with some extra features too :)



Cheers,
Scott
Hello Scott,
Thanks a lot for taking this into consideration :)

The code generated by your extension is this:

Code: Select all

<script type="text/javascript">
$(function($) {
 $.localScroll.defaults.axis = 'xy';
 $.localScroll({
  duration: 750,
  hash: false });
 });
</script>
Now all I did is to add this extra code between "duration" and "hash":

Code: Select all

queue: true,
So in the end, it should look like this:

Code: Select all

<script type="text/javascript">
$(function($) {
 $.localScroll.defaults.axis = 'xy';
 $.localScroll({
  duration: 750,
  queue: true,
  hash: false });
 });
</script>
Please note that there is another option to be added in the extension, which should be in the "Direction"; the extra option should be "yx", so there are four options; "x", "y", "xy" and "yx" because the queue effect depends on how you set the directions to be executed. "XY" will scroll horizontally first then vertically, whereas "YX" will scroll vertically and then horizontally.

I am ready to help with whatever you need, just let me know :)

Thank you so much.

Re: Ultimate Page Scroller - Extension

Posted: Wed Mar 21, 2012 2:21 am
by madebyibloo
Thanks alot TT! ill get it all sorted tomorrow :)

Appreciate your input



Cheers,
Scott

Re: Ultimate Page Scroller - Extension

Posted: Wed Mar 21, 2012 10:20 am
by zinc
Hi Scott, while we are on the subject of UPS, any news on the issue with the iphone/ipad?

Re: Ultimate Page Scroller - Extension

Posted: Wed Mar 21, 2012 10:25 am
by madebyibloo
bendigo wrote:Hi Scott, while we are on the subject of UPS, any news on the issue with the iphone/ipad?
Hi B! I've just been updating the scroller and that is the next thing on my list i'm going to be testing, i'll keep you posted :)


Cheers,
Scott

Re: Ultimate Page Scroller - Extension (Updated:21/03/2012)

Posted: Wed Mar 21, 2012 1:34 pm
by madebyibloo
Hi guys, updated the Ultimate Page Scroller - Please see first post

Let me know what you think.

@B....I'm still looking into the iphone issue, not try'd this new version with one as yet, i'll keep you posted.



Cheers,
Scott

Re: Ultimate Page Scroller - Extension Updated ***21/03/2012

Posted: Wed Mar 21, 2012 3:32 pm
by Adendum
Scott,

Nice one. Thanks for the speedy update!

Don't forget to update the main extension site too.

Re: Ultimate Page Scroller - Extension Updated ***21/03/2012

Posted: Wed Mar 21, 2012 5:18 pm
by zinc
Cheers SUB. Just downloaded your latest version.

Re: Ultimate Page Scroller - Extension Updated ***21/03/2012

Posted: Wed Mar 21, 2012 10:05 pm
by supersonictt
SUB, thanks a lot for this great update, working like a charm :)

Re: Ultimate Page Scroller - Extension Updated ***21/03/2012

Posted: Wed Mar 21, 2012 10:12 pm
by madebyibloo
Thanks Paul, Bendigo and TT, glad you like it......and thanks guys for all the input :)


Cheers,
Scott

Re: Ultimate Page Scroller - Extension Updated ***21/03/2012

Posted: Fri Mar 23, 2012 12:53 am
by jordan
TNX for the extra info mail Scott, appreciated!

Re: Ultimate Page Scroller - Extension Updated ***21/03/2012

Posted: Fri Mar 23, 2012 4:45 am
by madebyibloo
Thanks Jordan!



Cheers,
Scott

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Mon Mar 26, 2012 2:36 pm
by madebyibloo
Updated

Fixed: Auto selection of Jquery usage.

Please see first post.



Cheers,
Scott

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Mon Mar 26, 2012 7:28 pm
by supersonictt
[SUB]

Thanks a lot for the update :)
I don't want to consume your time, but I have something (off topic) to ask you if you don't mind.
If you have the time for that, please choose the way you would like me to contact you.

Thanks a lot again :)

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Mon Mar 26, 2012 7:33 pm
by madebyibloo
supersonictt wrote:[SUB]

Thanks a lot for the update :)
I don't want to consume your time, but I have something (off topic) to ask you if you don't mind.
If you have the time for that, please choose the way you would like me to contact you.

Thanks a lot again :)
Sure no problem! email me at my ibloo.co.uk website :)



Cheers,
Scott

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Mon Mar 26, 2012 7:52 pm
by supersonictt
Thank you [SUB]. Email has been sent :)

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Fri Mar 30, 2012 8:13 pm
by supersonictt
Hello [SUB]

Please have a look at this website:

www.kayanwebdesign.com

I believe it was made using scrolling vertically in the page.

I have a question here, if you click on "Who We Are", the page scrolls up (or down) and when you reach there the words "Who We Are" appears. Is that done using timed events?

Thanks.

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Fri Mar 30, 2012 11:33 pm
by madebyibloo
Hi TT! yes thats correct, you can achieve this effect with custom timed events and the page scroller. There is obviously some kind of delay effect for this too!



Cheers,
Scott

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Fri Mar 30, 2012 11:56 pm
by supersonictt
Hello SUB, Thanks a lot for the reply.
Actually I tried it but am still struggling :shock: it is time for bed now so I will try it out tomorrow :)

Thanks a lot for being there :)

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Mon Apr 02, 2012 11:15 pm
by supersonictt
SUB wrote:Hi TT! yes thats correct, you can achieve this effect with custom timed events and the page scroller. There is obviously some kind of delay effect for this too!



Cheers,
Scott
Hello SUB,

I believe that there is something with the pixels scrolled, right?
I mean, once you click other menu item, the current text disappears and when it scrolls up or down to the new item, the text fades in after a delay.
Is it possible to provide a simple example in WWB? If you are free for that of course :)
I searched google for that thing but can't seem to search for the right words!

Thanks a lot.

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Sat Apr 14, 2012 3:31 pm
by zinc
Hey Scott any news/updates on the issue with iPhone and anchors?

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Sat Apr 14, 2012 4:48 pm
by madebyibloo
bendigo wrote:Hey Scott any news/updates on the issue with iPhone and anchors?
Hi B! not had chance to look yet B, i've read that the scrollto plugin is fragile with portable devices so I think the way to go about it is to use the .animate function within jquery, ill keep you posted B :)




Cheers,
Scott

Re: Ultimate Page Scroller - Extension Updated ***26/03/2012

Posted: Mon May 21, 2012 7:26 am
by zinc
Webbuilder8.1 wrote:Does anyone know if this works with a layer?

Use this

viewtopic.php?f=42&t=45904