Hello, Guest |
| Register
Remember me Forgot password ?
Site Map Site Map Contact us Contact us
PrestaShop
  312 users online
Forum  >  English Forum  >  Third party modules  >  Thread

1 of 2
1
Post Reply
New Topic
[module] jcarousel - Sliding images on homepage

offline
Posted: 30 May 2009 04:32 PM   [ Ignore ]
Club Member
RankRankRank
Avatar

Messages :

  • total: 140
  • last 7 days: 3
Joined: 2008-09-05

Hi All,

Has someone made this module already? If not I want to share with you guys. I am posting on my site.

small description: jcarousel – Sliding images on homepage

Preview:
[url=http://www.giftlelo.com]http://www.giftlelo.com[/url]

Download:
http://www.marghoobsuleman.com/prestashop-modules/prestashop-jcarousel-module

Thanks for your time and feedback.
Regards,
MS

 Signature 

Now Online (23rd May 2009): Gift Le Lo
Marghoob Suleman
Guys please do not make any test order on my site. You are welcome to visit and shop smile

 
offline
Posted: 30 May 2009 06:51 PM   [ Ignore ]   [ # 1 ]
Beginner
Rank

Messages :

  • total: 17
  • last 7 days: 0
Joined: 2009-01-10

Hi Marghoob,

great module. keep up the good work. thks

 Signature 

Harun Shaikh >>INDIA<<

My Blog on Business and technology

Collection of Free Prestashop themes

 
offline
Posted: 01 June 2009 05:34 PM   [ Ignore ]   [ # 2 ]
Regular
RankRank

Messages :

  • total: 84
  • last 7 days: 0
Joined: 2009-03-27

Marghoob Suleman - 30 May 2009 04:32 PM
Hi All,

Has someone made this module already? If not I want to share with you guys. I am posting on my site.

small description: jcarousel – Sliding images on homepage

Preview:
[url=http://www.giftlelo.com]http://www.giftlelo.com[/url]

Download:
http://www.marghoobsuleman.com/prestashop-modules/prestashop-jcarousel-module

Thanks for your time and feedback.
Regards,
MS

Thanks for Marghoob Suleman! I use it very well.But there are two bug when i view my web in IE 7.0,and this problem not appear in IE 6 ,Firefox,Chrome. You can see bug at these pics.You can test it on IE7 for viewing my web
My web is:http://www.warestrading.com Who can help me ?

Image Attachments
IE.JPGweb1.JPGweb2.JPG
 
offline
Posted: 04 June 2009 11:36 AM   [ Ignore ]   [ # 3 ]
Apprentice
RankRank

Messages :

  • total: 30
  • last 7 days: 0
Joined: 2009-05-09

Hi Marghoob,

Can you please help me in the Paypal issue mentioned in this thread. I sent a PM to you some days back..Not sure if you received it.

http://www.prestashop.com/forums/viewthread/19962/general_discussion/helpissue_with_paypal_module_dot_

-lucky

 
offline
Posted: 08 August 2009 02:21 AM   [ Ignore ]   [ # 4 ]
Beginner
Rank

Messages :

  • total: 20
  • last 7 days: 0
Joined: 2008-01-27

Hi there, this is a great module and I have just installed this very easily on the latest prestashop.

Can you please tell me which file and line number I need to edit to change the slider speed?

I have looked here:-
http://sorgalla.com/projects/jcarousel/

But I did not have the skills to establish what I needed to edit.

kindest regards in hope of your help. grin

 
offline
Posted: 23 August 2009 01:42 PM   [ Ignore ]   [ # 5 ]
Beginner
Rank

Messages :

  • total: 7
  • last 7 days: 0
Joined: 2009-08-14

The download link don´t work anymore!

http://www.marghoobsuleman.com/prestashop-modules/prestashop-jcarousel-module

Where can we download this module?

Thanks!

 
offline
Posted: 29 August 2009 02:53 AM   [ Ignore ]   [ # 6 ]
Club Member
RankRankRank
Avatar

Messages :

  • total: 109
  • last 7 days: 0
Joined: 2009-07-12

netrover - 08 August 2009 02:21 AM
Hi there, this is a great module and I have just installed this very easily on the latest prestashop.

Can you please tell me which file and line number I need to edit to change the slider speed?

I have looked here:-
http://sorgalla.com/projects/jcarousel/

But I did not have the skills to establish what I needed to edit.

kindest regards in hope of your help. grin

I know this was posted a while ago, but incase anyone else finds this information useful.

Go to modules/jcarousel/assets and edit carousel_start.js

Where it says Auto, enter the desired number of seconds for slide.

function mycarousel_initCallback(carousel)
{
    
// Disable autoscrolling if the user clicks the prev or next button.
    
carousel.buttonNext.bind('click', function() {
        carousel
.startAuto(0);
    
});

    
carousel.buttonPrev.bind('click', function() {
        carousel
.startAuto(0);
    
});

    
// Pause autoscrolling if the user moves with the cursor over the clip.
    
carousel.clip.hover(function() {
        carousel
.stopAuto();
    
}, function() {
        carousel
.startAuto();
    
});
    
//$("#mycarousel li").css("display","block");
};

jQuery(document).ready(function() {
    jQuery
('#mycarousel').jcarousel({
    auto
6,
        
wrap'last',
        
initCallbackmycarousel_initCallback
    }
);
});

 Signature 

-
Connor smile

 
offline
Posted: 29 August 2009 03:54 AM   [ Ignore ]   [ # 7 ]
Apprentice
RankRank

Messages :

  • total: 48
  • last 7 days: 0
Joined: 2009-08-28

This module is amazing and desperately want to use it but i already have a “featured products carousel” and they conflict with each other! is there no way to separate them to use both? that would make me so happy and is what i need! thanks for this module!

 
offline
Posted: 29 August 2009 12:32 PM   [ Ignore ]   [ # 8 ]
Club Member
RankRankRank
Avatar

Messages :

  • total: 109
  • last 7 days: 0
Joined: 2009-07-12
mr_c - 29 August 2009 03:54 AM
This module is amazing and desperately want to use it but i already have a “featured products carousel” and they conflict with each other! is there no way to separate them to use both? that would make me so happy and is what i need! thanks for this module!

In what way do they conflict with each other?

 Signature 

-
Connor smile

 
offline
Posted: 29 August 2009 03:00 PM   [ Ignore ]   [ # 9 ]
Apprentice
RankRank

Messages :

  • total: 48
  • last 7 days: 0
Joined: 2009-08-28

They override each others settings, so they break when both installed. Try it out, i think it’s the css settings, they use the same css settings so i think that’s where the problem starts.

 
offline
Posted: 29 August 2009 03:10 PM   [ Ignore ]   [ # 10 ]
Club Member
RankRankRank
Avatar

Messages :

  • total: 109
  • last 7 days: 0
Joined: 2009-07-12

Oh, I don’t know how ti fiz that! :(

I was going to use the featured product carousel aswell, but I already have this module installed.

 Signature 

-
Connor smile

 
offline
Posted: 30 August 2009 12:10 AM   [ Ignore ]   [ # 11 ]
Club Member
RankRankRank
Avatar

Messages :

  • total: 109
  • last 7 days: 0
Joined: 2009-07-12

Just tried to install it alongside the other, and I see the problem.
Frustrating, as their both 2 great modules.
Anyone know a workaround?

 Signature 

-
Connor smile

 
offline
Posted: 06 September 2009 03:37 PM   [ Ignore ]   [ # 12 ]
Club Member
RankRankRank

Messages :

  • total: 122
  • last 7 days: 0
Joined: 2009-01-27

Hi

I’m french so sorry for my bad writting.
I use this module and it’s very nice but I wish he would return to the start without scrolling images.

thanks.

 
offline
Posted: 06 September 2009 10:23 PM   [ Ignore ]   [ # 13 ]
Regular
RankRank

Messages :

  • total: 87
  • last 7 days: 1
Joined: 2009-07-05

hello,
I am French sorry for my English!
Can your add text on the images?
Otherwise how to make so that the run turns in loop? i.e. that the last image has that it passes has image 1 without retrogressing I think that would be prettier visually.

 
offline
Posted: 11 September 2009 02:09 PM   [ Ignore ]   [ # 14 ]
Apprentice
RankRank

Messages :

  • total: 50
  • last 7 days: 0
Joined: 2009-09-10

Testé
sous firefox 3.xx & prestashop 1.1 et 1.2.3.
Marche niquel !!

marche pas sur IE !!

 Signature 

MetaStaz !!
Le Shop Humain, Solidaire & Équitable !!

http://www.metastaz.fr
---------------------------------------
Pré-Prod v1.2.4 sur serveur distant.
Ubuntu 9.04 (UNR) “Jaunty Jackalope”
---------------------------------------
Modules : MetaBoo, MetaLink, FlasHome… SotEW’s Adds, Raz.

 
offline
Posted: 29 September 2009 01:08 AM   [ Ignore ]   [ # 15 ]
Apprentice
RankRank

Messages :

  • total: 34
  • last 7 days: 0
Joined: 2008-12-13

Is there any way to set a different animation for the slides?
I would like the slides fading instead of scrolling.

 
 
1 of 2
1
Fast Reply
New Topic