Drupal Slider - jquery customization -- I Can pay for your support

donkasok - June 30, 2009 - 10:13

Hi,

I am using drupal slider module . Currently the slider have tabs in bottom. Currently i need to click on the tabs to change the slides. I need the slides to change once i mouse over the slides. Can anyone help me to solving this issue.

TIP:you need to bind to the hover event of the list items and then simulate the click in the callback.(This tip is provided by module developer.)

with regards,
Don

I may make a demo for u if u

mm167 - July 1, 2009 - 06:12

I may make a demo for u if u like.

.....I heard u might pay ... really?

good day
---------------------------------------------------------
toll free is good, but pay toll may go faster ...
we go the drupalway. how about u?
www.drupalway.com - pay toll to go faster

We go the drupal way. How about you?
http://www.drupalway.com

Yes i can pay ...

donkasok - July 1, 2009 - 07:03

HI,
I main problem i am having is i don't know jquery.If you can help me to sort this out i can pay you. I even had a concept of how to accomplish this may be this will help you more to get solution faster. Please replay as soon as possible.

Module used: http://drupal.org/project/slider

SOME TIPS
-------------
you need to bind to the hover event of the list items and then simulate the click in the callback.

Some Tips for hover movements
---------------------------------
http://jqueryfordesigners.com/bbc-radio-1-zoom-tabs/
i dont want the zoom effect , i want the tab names to be there...

code:http://jqueryfordesigners.com/bbc-radio-1-zoom-tabs/

HOVER MOVEMENT JQUERY
-------------------------
some modification in the below code may help to accompish this
JQUERY FOR HOVER NAVIGATION
--------------------------------------------------------

assuming panels are the dic id for the slide container
---------------------------------------------------------------------------
var hoverIntent = null;
$tabs.find('a').hover(function () {
clearTimeout(hoverIntent);
var el = this;
hoverIntent = setTimeout(function () {
$panels.hide().filter(el.hash).show();
}, 100);
}, function () {
clearTimeout(hoverIntent);
}).click(function () {
return false;
});

Please send me a demo and inform me how much you charge...

with regards,
Don Asok

please clearify .. 1. the

mm167 - July 1, 2009 - 10:43

please clearify ..

1. the slider module will turn drupal content pages in to slides. it is NOT used to make image / photo slides.

are u sure u are using the right module?

2. for slide module, tabs (either on top or at bottom) are used to "jump" to the slide page selected. If u remove the tabs, u will not be able to "jump" to a page. is this what u want?

3. since the slides are "content page", if I add "hover" on it, then user will not be able to click the links inside a page.

and, how to control move left or right in this case? only move in one direction will be allowed in this case.

is this OK?

4. now there are "left" and "right" click-able buttons u may use. How about converse these buttons from click-able to hover-able?

is this may satisfy u, if user may move mouse on these 2 button to move the slides right/left?

We go the drupal way. How about you?
http://www.drupalway.com

Hi , i was looking for something like in this website

donkasok - July 1, 2009 - 12:55

Hi,

i am looking to create a front page like this http://www.tll.org.sg/
is it possible for you.

with regards,
Don Asok

....jump to a new topic?

mm167 - July 2, 2009 - 02:08

the web site is using a "jump to" style, instead of a "scroll to" style as mentioned in your original post.

I can tell u how to do it and give u a demo, but I need to know what u are exactly asking for. Or i have to let my sales manager to talk with u.

good day.

---------------------------------------------------------
toll free is good, but pay toll may go faster ...
we go the drupalway. how about u?
www.drupalway.com - pay toll to go faster

We go the drupal way. How about you?
http://www.drupalway.com

I was trying to acomplish this functionlity using slider

donkasok - July 2, 2009 - 02:14

Hi,

I was trying to accomplish the functionality using slider.Is it possible for you to cerate front page like http://www.tll.org.sg/ using slider. In http://www.tll.org.sg/ you can see the tabs are changing once you mouse over. Currently i accomplished to create a slide in front page with three tabs on bottom. Currently you have to click on the tabs to change the slide , but i want it to change once it mouse over.

---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
1. the slider module will turn drupal content pages in to slides. it is NOT used to make image / photo slides.
are u sure u are using the right module?

ANS: Yes i want the content to be in slides
----------------------------------------------------------------------------------------------------------
2. for slide module, tabs (either on top or at bottom) are used to "jump" to the slide page selected. If u remove the tabs, u will not be able to "jump" to a page. is this what u want?

ANS: I want tabs to change once mouse over.Currently one have to click on tab to change the slide.

--------------------------------------------------------------------------------------------------------

3. since the slides are "content page", if I add "hover" on it, then user will not be able to click the links inside a page.

and, how to control move left or right in this case? only move in one direction will be allowed in this case.

is this OK?

ANS: I don't want small buttons on right and left side, i want only tabs to navigate and the content inside the slides are hyper links, so i don't want users to go to the particular slides

-------------------------------------------------------------------------------------------------------

4. now there are "left" and "right" click-able buttons u may use. How about converse these buttons from click-able to hover-able?

is this may satisfy u, if user may move mouse on these 2 button to move the slides right/left?

ANS: I want to remove these buttons, i only want tabs to change the slide
---------------------------------------------------------------------------------------------

with regards,
Don Asok

100% understand. basic

mm167 - July 2, 2009 - 03:10

100% understand.

basic answer:
yes, u can use slider module to "simulate" the tll.org.sg front page.

details:
1. remove the right/left buttons.
I can demo how to do it

2. change "click a tab" to "mouse over on a tab" to trigger the event.
I can demo how to do it

3. setup some pages (as the details) and 1 slider page (as the slider container)
I believe u have done it by yourself.

4. theme the tabs.
now the content title is shown on the tab.
no sure if this is acceptable for u.
also, u may have to theme the tabs by yourself or find a themer.
(I am not a themer ...)

1 beer for the study.
1 beer for the demo.

I may do the demo later today.

if you like the demo, but me a beer.
(You may BUY me a beer in http://www.drupalway.com/node/3)

good day
---------------------------------------------------------
toll free is good, but pay toll may go faster ...
we go the drupalway. how about u?
www.drupalway.com - pay toll to go faster

We go the drupal way. How about you?
http://www.drupalway.com

Thanks , i can buy beer to you

donkasok - July 2, 2009 - 03:44

Thanks, Can you please show a demo, I can buy the beer for you

with regards,
Don

u may see a simple demo here

mm167 - July 2, 2009 - 10:03

u may see a simple demo here

http://www.drupalway.com/node/283

1. right/left button removed
2. trigger by mouse over instead of click.

even the demo is not on a front, but it have tested in the front page case.

let me know if that may satisfy your request.

good day

---------------------------------------------------------
toll free is good, but pay toll may go faster ...
we go the drupalway. how about u?
www.drupalway.com - pay toll to go faster

We go the drupal way. How about you?
http://www.drupalway.com

Thanks -- This is what i am looking for

donkasok - July 2, 2009 - 10:30

Hi,

Thank You , This is what i am looking for.

Can you do me a favour:

1) Insert an image in a slide content
2) Insert a hyperlink in a slide content, you can link it to any node. I just need to check the hyperlink functionality.

I am fully satisfied with what you have done. Thank you for your support. I will buy you beer after i check this.

cheers,
with regards
Don Asok

How i want to pay

donkasok - July 2, 2009 - 10:36

Hi,

Could you please tell me how i want to pay. Weather you send the module first for testing then we pay or we pay one beer first the you send the code then after testing we pay for second beer or we pay for 2 beer first then you send the code.Please tell me how you usually works.

with regards,
Don Asok

I have modified the demo. I

mm167 - July 2, 2009 - 12:01

I have modified the demo.
I have added image and link in 2nd and 3rd content.

the required slider.js (hack version) are available in drupalway.com.
after u have setup the slider and created the contents, replace the slider.js by my version will be fine.
It wont setup and/or delete anything in your drupal.
u can rollback anytime by using the original slider.js.

see this for details:
http://www.drupalway.com/node/286

good day
---------------------------------------------------------
toll free is good, but pay toll may go faster ...
we go the drupalway. how about u?
www.drupalway.com - pay toll to go faster

We go the drupal way. How about you?
http://www.drupalway.com

when I setup the demo, I

mm167 - July 3, 2009 - 04:49

when I setup the demo, I found there are some little issues of using this solution ...

If u also come across those little issues, let me know.

any way....Good day.

(You may BUY me a beer in http://www.drupalway.com/node/3)
---------------------------------------------------------
toll free is good, but pay toll may go faster ...
we go the drupalway. how about u?
www.drupalway.com - pay toll to go faster

We go the drupal way. How about you?
http://www.drupalway.com

Ok thank you

donkasok - July 3, 2009 - 06:39

Hi,
As we talk before i will buy you two beer.If i encounter any issues i will let you know.

cheers,
Don

I will get u beer today

donkasok - July 6, 2009 - 01:34

Sorry for the late payment.

With regards,
Don Asok

where are my beers? ......

mm167 - July 6, 2009 - 05:44

where are my beers? ......

We go the drupal way. How about you?
http://www.drupalway.com

I BOUGHT ONE BEER FOR YOU, other one i will buy tomorrow

donkasok - July 6, 2009 - 06:54

Hi,

Pypal account only allow one transaction per day. So i bought one beer to you. The other one i will buy tomorrow.Sorry for the late payment.

with regards,
Don Asok

_

WorldFallz - July 6, 2009 - 18:14

Guys please conduct your business through another mechanism like email-- drupal.org forums are not the right place for this. Thanks.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

 
 

Drupal is a registered trademark of Dries Buytaert.