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

1 of 15
1
Post Reply
New Topic
[Module] MGC Home Products Carousel

offline
Posted: 19 January 2009 10:03 PM   [ Ignore ]
Apprentice
RankRank

Messages :

  • total: 43
  • last 7 days: 0
Joined: 2008-03-24

As the currently available Carousel was not fitting our needs we have developped a new Carousel. I am releasing it here so that everyone could benefit of it !

This Carousel is based on jQuery.

Features

This Carousel is highly configurable through the following options : – Automatic scroll (Can be disabled, configurable duration) – Number of products in the Carousel – Number of products in the visible part of the Carousel – Number of products scrolled by automatic scroll or button – Image type used (selection between your shop images type) – Display or not Product’s name – Display or not Product’s price – Select the categories from which not to retrieve the products – Select Products order (same as homefeatured module)

This could be used as a featured Carousel if you exclude all categories except the home one smile !

Install

Just upload the content of the zip in your modules directory. Then go to your modules management page, install the module and configure it.

Enjoy !!

———————————————-

Le Carousel disponible ne nous convenant pas, nous avons décidé d’en développer un nouveau. Je le release donc ici afin que tout le monde puisse en profiter !

Ce Carousel est basé sur jQuery.

Fonctionnalités

Ce Carousel est complêtement configurable grâce aux options suivantes : – Scroll automatique (Peut-être désactivé, intervalle de scroll réglable) – Nombre de produits dans le Carousel – Nombre de produits affichés dans la partie visible du Carousel – Type d’images à utiliser (sélection parmis les types disponible dans votre boutique) – Afficher ou non le nom du produit – Afficher ou non le prix du produit – Sélectionner les catégories à exclure pour la récupération des produits – Sélectionner l’ordre des produits (identique au module homefeatured)

Il est possible d’utiliser ce module comme un module featured Carousel en excluant toutes les catégories à l’exception de l’accueil !

Installation

Uploadez le contenu du zip dans votre dossier modules. Allez ensuite dans le gestionnaire de modules et installe le. Il ne vous restera plus qu‘à le configurer

Enjoy !!

———————————————-

Todo list : – Circular Carousel / Carousel circulaire – Possibility to configure the speed / Possiblité de sélectionner la vitesse – Add positioning in header / Ajouter le positionnement dans le header

Image Attachments
Image 1.pngImage 2.pngImage 8.png
File Attachments
MGC Home Products Carousel.zip  (File Size: 104KB - Downloads: 6480)
 Signature 

If you like my work : Donate

 
offline
Posted: 19 January 2009 11:10 PM   [ Ignore ]   [ # 1 ]
Regular
RankRank

Messages :

  • total: 87
  • last 7 days: 1
Joined: 2008-08-24

Nice work.

 
offline
Posted: 19 January 2009 11:19 PM   [ Ignore ]   [ # 2 ]
Regular
RankRank

Messages :

  • total: 57
  • last 7 days: 0
Joined: 2009-01-13

cool …
will try later and thanks

add: how to make it smaller ? is too wide for my three column theme …..
also : if i put it on top on front page, it make my site look like two column (right column drop to bottom and features product overlap).

thanks

 
offline
Posted: 19 January 2009 11:44 PM   [ Ignore ]   [ # 3 ]
Apprentice
RankRank

Messages :

  • total: 43
  • last 7 days: 0
Joined: 2008-03-24

Edit the css file located in the modules/homecarousel/jcarousel/skins/tango/skins.css file smile

 Signature 

If you like my work : Donate

 
offline
Posted: 19 January 2009 11:45 PM   [ Ignore ]   [ # 4 ]
Partner
RankRankRankRankRank

Messages :

  • total: 1925
  • last 7 days: 2
Joined: 2007-12-22

great module, 2 little things:

Box round corners only with FF2 but not with IE7 or Chrome.

Scrolling not starting again after clicking on arow.

————————————————————————————

to start again on I just changed 0 to 1 in homecarousel.js

carousel.buttonNext.bind('click', function() {
        carousel
.startAuto(1);
    
});

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

But a time pause could be better before starting again

——————————————————————————————

to set of round corners on FF:

erase

-moz-border-radius10px;

in homecarousel/jcarousel/skins/tango/skins.css file

 Signature 

PRESTATOOLS.COM - Liste des contributions pour Prestashop par la communauté Prestashop.

PRESTATOOLS.COM - Prestashop modules and contributions from Prestashop community.

PSFRANCE.ORG - Communauté française de PRESTASHOP

 
offline
Posted: 20 January 2009 12:22 AM   [ Ignore ]   [ # 5 ]
Regular
RankRank

Messages :

  • total: 57
  • last 7 days: 0
Joined: 2009-01-13
mtor - 19 January 2009 11:44 PM
Edit the css file located in the modules/homecarousel/jcarousel/skins/tango/skins.css file smile

thanks bro, got it with the size i want smile
but when i put this module in first or second place (homecontent), my right column and features product turn out below left column …

Image Attachments
featureproduct.JPG
 
offline
Posted: 20 January 2009 12:32 AM   [ Ignore ]   [ # 6 ]
Apprentice
RankRank

Messages :

  • total: 43
  • last 7 days: 0
Joined: 2008-03-24

jolvil - 19 January 2009 11:45 PM
great module, 2 little things:

Box round corners only with FF2 but not with IE7 or Chrome.

Scrolling not starting again after clicking on arow.

————————————————————————————

to start again on I just changed 0 to 1 in homecarousel.js

carousel.buttonNext.bind('click', function() {
        carousel
.startAuto(1);
    
});

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

But a time pause could be better before starting again

——————————————————————————————

to set of round corners on FF:

erase

-moz-border-radius10px;

in homecarousel/jcarousel/skins/tango/skins.css file

Thanks, zip updated regarding the autoscrolling not starting again

 Signature 

If you like my work : Donate

 
offline
Posted: 20 January 2009 12:32 AM   [ Ignore ]   [ # 7 ]
Apprentice
RankRank

Messages :

  • total: 43
  • last 7 days: 0
Joined: 2008-03-24
SonnyCooL - 20 January 2009 12:22 AM
mtor - 19 January 2009 11:44 PM
Edit the css file located in the modules/homecarousel/jcarousel/skins/tango/skins.css file smile

thanks bro, got it with the size i want smile
but when i put this module in first or second place (homecontent), my right column and features product turn out below left column …

Try diminishing the size again.

 Signature 

If you like my work : Donate

 
offline
Posted: 20 January 2009 12:36 AM   [ Ignore ]   [ # 8 ]
Regular
RankRank

Messages :

  • total: 57
  • last 7 days: 0
Joined: 2009-01-13
mtor - 20 January 2009 12:32 AM
SonnyCooL - 20 January 2009 12:22 AM
mtor - 19 January 2009 11:44 PM
Edit the css file located in the modules/homecarousel/jcarousel/skins/tango/skins.css file smile

thanks bro, got it with the size i want smile
but when i put this module in first or second place (homecontent), my right column and features product turn out below left column …

Try diminishing the size again.


drop to 200px but result remain …..
any solution ?

 
offline
Posted: 20 January 2009 01:01 AM   [ Ignore ]   [ # 9 ]
Apprentice
RankRank

Messages :

  • total: 43
  • last 7 days: 0
Joined: 2008-03-24

Ok was my fault …

Open the homecarousel.tpl file. Remove the </div> after the </ul>.

Zip file has been corrected.

 Signature 

If you like my work : Donate

 
offline
Posted: 20 January 2009 01:12 AM   [ Ignore ]   [ # 10 ]
Regular
RankRank

Messages :

  • total: 57
  • last 7 days: 0
Joined: 2009-01-13

mtor - 20 January 2009 01:01 AM
Ok was my fault …

Open the homecarousel.tpl file. Remove the </div> after the </ul>.

Zip file has been corrected.

thanks it work perfect now smile

 
offline
Posted: 20 January 2009 03:35 AM   [ Ignore ]   [ # 11 ]
Senior Member
RankRankRank

Messages :

  • total: 302
  • last 7 days: 0
Joined: 2008-11-09

hi… very beautiful module!

I have two questions:
1) as me I place to create a space among the block “home featured” and the block “Homa product carousel?” ( img 1)
2) how I can center the block “Home product carousel?” (img 2)

Thanks

Image Attachments
HPC_1.jpgHPC_2.jpg
 
offline
Posted: 20 January 2009 03:43 AM   [ Ignore ]   [ # 12 ]
Apprentice
RankRank

Messages :

  • total: 43
  • last 7 days: 0
Joined: 2008-03-24

Hi,

You have to play around with the css file as stated previously.

I assume you already did as per your second screenshot.

I presume your style is fixed width so play around with the margin-left that should do it.

 Signature 

If you like my work : Donate

 
offline
Posted: 20 January 2009 04:11 AM   [ Ignore ]   [ # 13 ]
Senior Member
RankRankRank

Messages :

  • total: 302
  • last 7 days: 0
Joined: 2008-11-09

Thanks, but

which cms to center the block? in the image 2 have lengthened only the block, however don’t I know where I can insert a function to center the block?

and for the image 1? … how can I detach (to set a space among the 2) the block “homefeatured” from your block?

 
offline
Posted: 20 January 2009 09:19 AM   [ Ignore ]   [ # 14 ]
Club Member
RankRankRank

Messages :

  • total: 118
  • last 7 days: 0
Joined: 2008-11-19

Good, but

it shows products which are currently disabled.

EDIT: Also duplicates same item sometimes, even next to each other.

 
offline
Posted: 20 January 2009 09:52 AM   [ Ignore ]   [ # 15 ]
Apprentice
RankRank

Messages :

  • total: 43
  • last 7 days: 0
Joined: 2008-03-24

@myname :
For the space, add a margin-top : value px; (replace value by the space you want) in :

.jcarousel-skin-tango .jcarousel-container {
    
-moz-border-radius10px;
    
background#FFFFFF;
    
border1px solid #346F97;
}

And this is also in this bit of code that you must add modification of the width as well as centering.

@Travis :
Ok this should now be fixed. Download the zip file again and just replace the homecarousel.php file from the homecarousel directory smile

 Signature 

If you like my work : Donate

 
 
1 of 15
1
Fast Reply
New Topic