PrestaShop Forums: Jquery Sliding Navigation v1.0 - 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 !


Jquery Sliding Navigation v1.0


Jquery Sliding Navigation v1.0

#1 ejectcore

    PrestaShop Addict

  • 08 Apr 2008
  • Members
  • PipPipPip
  • 827 posts
  • Location:UK

Posted 25 January 2009 - 12:44 AM

Module developed & donated by Alpha Media
Alternative Sliding Navigation for Prestashop Categories

Quick Setup
1) Unzip & upload to your modules directory
2) Uninstall Categories block v1.0
3) Install this module through Prestashop Back Office

Feel free to make any suggestions for future improvements ;)

Attached File(s)


Filter Search 2.1 Enterprise Edition Now Available

Available Soon
Filter Search 2.1 Lite Edition

Follow us on twitter

#2 myname

    PrestaShop Apprentice

  • 09 Nov 2008
  • Members
  • PipPip
  • 275 posts

Posted 25 January 2009 - 04:12 AM

Hello ... nice work!
My opinion:
1) Subcategories not stand out well when you click on the category (it is not clear that there are subcategories below) ... but this is not the problem. The category is open but the sub should have a different color (1)

2) When you click on the category you open the page and the middle of the page Subcategories are attacked, do not differ (2)

You enclosed my idea (img 2)

Thanks

Attached File(s)

  • Attached File  1.jpg (64bytes)
    Number of downloads: 28134
  • Attached File  2.jpg (32bytes)
    Number of downloads: 26856


#3 ejectcore

    PrestaShop Addict

  • 08 Apr 2008
  • Members
  • PipPipPip
  • 827 posts
  • Location:UK

Posted 25 January 2009 - 03:35 PM

Thanks for the suggestion.
Feel free to change the menu styles as required in menu.css

Currently the module is not linked to the subcategories style however the next version will include a module configuration so the user can modify & overide global default styles :)
Filter Search 2.1 Enterprise Edition Now Available

Available Soon
Filter Search 2.1 Lite Edition

Follow us on twitter

#4 myname

    PrestaShop Apprentice

  • 09 Nov 2008
  • Members
  • PipPip
  • 275 posts

Posted 25 January 2009 - 04:38 PM

Again thanks to you .. I hope soon to the new version. This module is very simple but functional ... I like! If there were small changes would be perfect!

We look for the new version ... thanks!

#5 galtechsolutions

    PrestaShop Apprentice

  • 20 Jan 2009
  • Members
  • PipPip
  • 47 posts

Posted 26 January 2009 - 07:03 AM

Any online demo of the module ?

Quote

Prestashop Customization,Themes,Modules : seokochin gmail.com

Prestashop Themes

Professional Prestashop Themes for $250

Mail Template Editor Prestashop Module

#6 vidub2001

    PrestaShop Newbie

  • 19 Sep 2008
  • Members
  • Pip
  • 23 posts

Posted 04 February 2009 - 12:18 AM

Hello,

How it's possible to collapse menu when click on parent categories ?

Thanks for reply
Best regards
Fabrice Joffre

www.coding-shop.fr - www.metal-shop.fr - www.fj-dev.fr - www.etroc-mode.fr

#7 kam

    PrestaShop Newbie

  • 18 Nov 2008
  • Members
  • Pip
  • 4 posts

Posted 25 February 2009 - 07:56 AM

function initMenus() {
$('#menu ul').hide();
$.each($('#menu'), function(){
$('#' + this.id + '.expandfirst .active').show();
});
$('#menu li a').hover(
function() {
var checkElement = $(this).next();
var parent = this[removed][removed].id;

if($('#' + parent).hasClass('noaccordion')) {
$(this).next().slideToggle('normal');
return false;
}
if((checkElement.is('ul')) && (checkElement.is(':visible'))) {
if($('#' + parent).hasClass('collapsible')) {
$('#' + parent + ' ul:visible').slideUp('normal');
}
return false;
}
if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
$('#' + parent + ' ul:visible').slideUp('normal');
checkElement.slideDown('normal');
return false;
}
}
);
}
$(document).ready(function() {initMenus();});


i was fixed for the sub menu show when we hover on it ... but it not comeback when we out mouse .

Somebody help me !!! thank so much

---------- so about my english

#8 Guest__*

  • --
  • Guests

Posted 25 February 2009 - 08:07 AM

From 1232949811:

Any online demo of the module ?


Where can we see the live demo?

#9 Prestafreak™

    PrestaShop Apprentice

  • 15 Jan 2009
  • Members
  • PipPip
  • 99 posts
  • Location:Indonesia

Posted 25 February 2009 - 11:50 AM

First, I would say thanks for sharing this useful module. Simple but useful.
I wonder if you can improve this module simply merge other block into only one block. When we click block’s title, the block will shows its content. I think it will be very useful to save some space if we can merge CMS block, info block, links block and other blocks into one block space.
Thanks....

#10 Compuland

    PrestaShop Apprentice

  • 25 Jan 2009
  • Members
  • PipPip
  • 249 posts
  • Location:Denmark

Posted 25 February 2009 - 05:36 PM

From 1235545644:

From 1232949811:

Any online demo of the module ?


Where can we see the live demo?



Yeah would be nice, cuz i'm not even sure that i get what it does and how i looks?
OBS: BRUGER IKKE PRESTASHOP MERE!
NOTICE: I DO NOT USE PRESTASHOP ANYMORE!

If it's not broken. DON'T fix it!!
http://www.compuland.dk (Shopsystem OSC)
http://www.compuworld.dk (Shopsystem Magento)
Bruger ikke Prestashop mere. Er "sprunget" på Magento.

#11 kam

    PrestaShop Newbie

  • 18 Nov 2008
  • Members
  • Pip
  • 4 posts

Posted 27 February 2009 - 06:21 AM

Somebody help me ! fix this code ... thankz for sharing

#12 gatla2

    PrestaShop Newbie

  • 19 Mar 2009
  • Members
  • Pip
  • 13 posts

Posted 07 April 2009 - 06:17 PM

From 1232840653:

Module developed & donated by Alpha Media
Alternative Sliding Navigation for Prestashop Categories

Quick Setup
1) Unzip & upload to your modules directory
2) Uninstall Categories block v1.0
3) Install this module through Prestashop Back Office

Feel free to make any suggestions for future improvements ;)


hello,
I used Horizontal Navigation Bar Module v0.5 to display my categories in horizontal and I have to add Sliding JQuery navigation to view my class right except that I want to use your module "JQuery Sliding Navigation " so it just displays a category active parent and its sub categories and not displays all class parents.
I do not know what i do, please help me. excuse me for my bad english

#13 Hoodgrown

    PrestaShop Apprentice

  • 14 Mar 2009
  • Members
  • PipPip
  • 370 posts

Posted 07 April 2009 - 06:26 PM

I was about to ask for a live demo as well but I see that's already been done... and ignored.... twice.
PetsRight.com
http://www.petsright.com
http://www.twitter.com/petsright

My Interview In Practical Ecommerce Magazine
http://www.practical...ime-s-The-Charm

#14 pratama

    PrestaShop Apprentice

  • 18 Mar 2009
  • Members
  • PipPip
  • 192 posts

Posted 08 April 2009 - 02:35 AM

From 1239124636:

From 1232840653:

Module developed & donated by Alpha Media
Alternative Sliding Navigation for Prestashop Categories

Quick Setup
1) Unzip & upload to your modules directory
2) Uninstall Categories block v1.0
3) Install this module through Prestashop Back Office

Feel free to make any suggestions for future improvements ;)


hello,
I used Horizontal Navigation Bar Module v0.5 to display my categories in horizontal and I have to add Sliding JQuery navigation to view my class right except that I want to use your module "JQuery Sliding Navigation " so it just displays a category active parent and its sub categories and not displays all class parents.
I do not know what i do, please help me. excuse me for my bad english


i think same problem with me. i already use category horizontal menu, i want slide menu that sub category inside, when klik category can show sub category and when klik category other that sub category can not show.
andybody know what can i do ?..

#15 kink

    PrestaShop Apprentice

  • 26 Feb 2008
  • Members
  • PipPip
  • 51 posts

Posted 10 April 2009 - 09:08 AM

From 1235579808:

From 1235545644:

From 1232949811:

Any online demo of the module ?


Where can we see the live demo?


Yeah would be nice, cuz i'm not even sure that i get what it does and how i looks?


This module could be interesting if there was a demo and no ignoring manners.

#16 VIXUS

    PrestaShop Addict

  • 24 Jan 2009
  • Members
  • PipPipPip
  • 576 posts

Posted 10 April 2009 - 09:44 AM

From 1239350928:

This module could be interesting if there was a demo and no ignoring manners.


Signed!

#17 Hoodgrown

    PrestaShop Apprentice

  • 14 Mar 2009
  • Members
  • PipPip
  • 370 posts

Posted 10 April 2009 - 11:37 AM

From 1239353080:

From 1239350928:

This module could be interesting if there was a demo and no ignoring manners.


Signed!


Yea, definitely kind of rude. If there's no demo.. THEN SAY IT, but don't just ignore members as if they didn't ask a question at all!

A little manners goes a long way...
PetsRight.com
http://www.petsright.com
http://www.twitter.com/petsright

My Interview In Practical Ecommerce Magazine
http://www.practical...ime-s-The-Charm

#18 ejectcore

    PrestaShop Addict

  • 08 Apr 2008
  • Members
  • PipPipPip
  • 827 posts
  • Location:UK

Posted 10 April 2009 - 02:55 PM

This module has been donated by Alpha Media & unfortunately had no time for updates.
I do apologize, been very busy with other projects, however funding is now in place & this module will be updated shortly with many new features and there will be a demonstration site available ;)
Filter Search 2.1 Enterprise Edition Now Available

Available Soon
Filter Search 2.1 Lite Edition

Follow us on twitter

#19 kink

    PrestaShop Apprentice

  • 26 Feb 2008
  • Members
  • PipPip
  • 51 posts

Posted 10 April 2009 - 05:11 PM

:) thanks! wait and see ;)

#20 Mario Peic

    PrestaShop Newbie

  • 18 Mar 2009
  • Members
  • Pip
  • 12 posts

Posted 22 April 2009 - 10:36 PM

From 1239353080:

From 1239350928:

This module could be interesting if there was a demo and no ignoring manners.


Signed!



I'm using this on my presta - if you would like to have a look

Here is the link:
www.adria-marine.com/pro



Edit: sorry my fault it's not the same, it's a different one but also interesting





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users