PrestaShop Forums: [module] jcarousel - Sliding images on homepage - PrestaShop Forums

Jump to content


Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.

Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

NYC

Vous parlez français ? par ici !


[module] jcarousel - Sliding images on homepage


[module] jcarousel - Sliding images on homepage

#1 Marghoob Suleman

    PrestaShop Apprentice

  • 05 Sep 2008
  • Members
  • PipPip
  • 134 posts

Posted 30 May 2009 - 01: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:
www.giftlelo.com

Download:
http://www.marghoobs...carousel-module

Thanks for your time and feedback.
Regards,
MS
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 :)

#2 Harun

    PrestaShop Newbie

  • 10 Jan 2009
  • Members
  • Pip
  • 20 posts
  • Location:Mumbai

Posted 30 May 2009 - 03:51 PM

Hi Marghoob,

great module. keep up the good work. thks

#3 i978

    PrestaShop Apprentice

  • 27 Mar 2009
  • Members
  • PipPip
  • 171 posts

Posted 01 June 2009 - 02:34 PM

From 1243686776:

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:
www.giftlelo.com

Download:
http://www.marghoobs...carousel-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 ?

Attached File(s)

  • Attached File  IE.JPG (31bytes)
    Number of downloads: 15751
  • Attached File  web1.JPG (67bytes)
    Number of downloads: 16188
  • Attached File  web2.JPG (9bytes)
    Number of downloads: 15772


#4 lucky

    PrestaShop Newbie

  • 09 May 2009
  • Members
  • Pip
  • 19 posts

Posted 04 June 2009 - 08:36 AM

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.prestasho...pal_module_dot_

-lucky

#5 netrover

    PrestaShop Newbie

  • 27 Jan 2008
  • Members
  • Pip
  • 19 posts

Posted 07 August 2009 - 11:21 PM

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/...ects/jcarousel/

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

kindest regards in hope of your help. :-)

#6 Brelle

    PrestaShop Newbie

  • 14 Aug 2009
  • Members
  • Pip
  • 3 posts

Posted 23 August 2009 - 10:42 AM

The download link don´t work anymore!

http://www.marghoobs...carousel-module


Where can we download this module?

Thanks!

#7 BallooningMarvelous

    PrestaShop Apprentice

  • 11 Jul 2009
  • Members
  • PipPip
  • 80 posts

Posted 28 August 2009 - 11:53 PM

From 1249683716:

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/...ects/jcarousel/

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

kindest regards in hope of your help. :-)


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',
initCallback: mycarousel_initCallback
});
});

-
Connor :)

#8 mr_c

    PrestaShop Apprentice

  • 28 Aug 2009
  • Members
  • PipPip
  • 42 posts

Posted 29 August 2009 - 12: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!

#9 BallooningMarvelous

    PrestaShop Apprentice

  • 11 Jul 2009
  • Members
  • PipPip
  • 80 posts

Posted 29 August 2009 - 09:32 AM

From 1251503641:

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?
-
Connor :)

#10 mr_c

    PrestaShop Apprentice

  • 28 Aug 2009
  • Members
  • PipPip
  • 42 posts

Posted 29 August 2009 - 12:00 PM

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.

#11 BallooningMarvelous

    PrestaShop Apprentice

  • 11 Jul 2009
  • Members
  • PipPip
  • 80 posts

Posted 29 August 2009 - 12:10 PM

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.
-
Connor :)

#12 BallooningMarvelous

    PrestaShop Apprentice

  • 11 Jul 2009
  • Members
  • PipPip
  • 80 posts

Posted 29 August 2009 - 09:10 PM

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

#13 Ronie59

    PrestaShop Apprentice

  • 27 Jan 2009
  • Members
  • PipPip
  • 96 posts

Posted 06 September 2009 - 12:37 PM

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.

#14 mfrederic4

    PrestaShop Apprentice

  • 05 Jul 2009
  • Members
  • PipPip
  • 101 posts

Posted 06 September 2009 - 07:23 PM

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.

#15 Lokyze

    PrestaShop Apprentice

  • 10 Sep 2009
  • Members
  • PipPip
  • 47 posts

Posted 11 September 2009 - 11:09 AM

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

marche pas sur IE !!
MetaStaz !!
Le Shop Humain, Solidaire & Équitable !!

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.

#16 Medicina33

    PrestaShop Apprentice

  • 13 Dec 2008
  • Members
  • PipPip
  • 33 posts

Posted 28 September 2009 - 10:08 PM

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

#17 geiri

    PrestaShop Apprentice

  • 17 Feb 2009
  • Members
  • PipPip
  • 90 posts

Posted 28 October 2009 - 12:30 AM

Is there a way to have images for each lang?

Slide5_fr.jpg
Slide5_es.jpg

good for translation and ads

#18 ps93

    PrestaShop Apprentice

  • 26 Apr 2009
  • Members
  • PipPip
  • 172 posts

Posted 04 November 2009 - 05:50 PM

Is it possible to put number of the slide in place of the buttons "previous" & "next" ?
It is OK on PS v1.5, on Mozilla
Thanks and Congratulations to all developpers and team PS !

#19 Dumachi

    PrestaShop Apprentice

  • 12 Nov 2009
  • Members
  • PipPip
  • 32 posts

Posted 26 November 2009 - 01:34 PM

Where can i get this module now, download link dont work.

#20 Lee

    PrestaShop Apprentice

  • 15 Dec 2009
  • Members
  • PipPip
  • 38 posts

Posted 09 February 2010 - 11:55 AM

Hello.

Am trying to add more than 1 jcarousel to the homepage, one below the other - Am using tips from this post relating to duplicating modules (link below), even though the module is different the principle is the same. Ive managed to install the 2nd module "jcarousel2" by duplicating the jcarousel module and renaming the folder, and editing and renaming the jcarousel.php and .tpl files, and have the 2nd slider visible underneath the 1st working "jcarousel" on the homepage, but the scrolling is not working and the clickable scroll arrows are not visible.

More files/code need to be edited to work with the jcarousel2 folder and files but I'm not sure which - anyone any advice or help with this?

http://www.prestasho...dd_stuff_module


thanks





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users