PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

Jquery Sliding Navigation v1.0

48 replies to this topic
#1
ejectcore

    PrestaShop Addict

  • Members
  • PipPipPip
  • 827 posts
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 Files


Filter Search 2.1 Enterprise Edition Now Available

Available Soon
Filter Search 2.1 Lite Edition

Follow us on twitter

#2
myname

    PrestaShop Apprentice

  • Members
  • PipPip
  • 275 posts
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 Files

  • Attached File  1.jpg   64bytes   28472 downloads
  • Attached File  2.jpg   32bytes   27128 downloads


#3
ejectcore

    PrestaShop Addict

  • Members
  • PipPipPip
  • 827 posts
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

  • Members
  • PipPip
  • 275 posts
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

  • Members
  • PipPip
  • 47 posts
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 Apprentice

  • Members
  • PipPip
  • 25 posts
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

  • Members
  • Pip
  • 4 posts
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

From 1232949811:

Any online demo of the module ?


Where can we see the live demo?

#9
Prestafreak™

    PrestaShop Apprentice

  • Members
  • PipPip
  • 99 posts
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

  • Members
  • PipPip
  • 249 posts

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

  • Members
  • Pip
  • 4 posts
Somebody help me ! fix this code ... thankz for sharing

#12
gatla2

    PrestaShop Newbie

  • Members
  • Pip
  • 19 posts

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

  • Members
  • PipPip
  • 370 posts
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

  • Members
  • PipPip
  • 192 posts

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

  • Members
  • PipPip
  • 51 posts

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

  • Members
  • PipPipPip
  • 583 posts

From 1239350928:

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


Signed!

#17
Hoodgrown

    PrestaShop Apprentice

  • Members
  • PipPip
  • 370 posts

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

  • Members
  • PipPipPip
  • 827 posts
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

  • Members
  • PipPip
  • 51 posts
:) thanks! wait and see ;)

#20
Mario Peic

    PrestaShop Newbie

  • Members
  • Pip
  • 12 posts

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