Welcome, Guest. Please login or register.
Login with username, password and session length


It's a release candidate! VirtueMart 2.0 RC - the next generation VirtueMart - is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
VirtueMart ForumVirtueMart Dev/Coding CentralDevelopment Projects, Modifications, Hacks & Tweaks (Moderator: MikeUK)New Products & Categories Menu - J! Style, Suffix, Itemid, SSL, Cat Start, Hide
Pages: 1 ... 19 20 [21] 22 23   Go Down
Print
Author Topic: New Products & Categories Menu - J! Style, Suffix, Itemid, SSL, Cat Start, Hide  (Read 73027 times)
Forrest
Global Moderator
Hero Member
*
Posts: 1907


Me and my bitch


WWW
« Reply #300 on: April 11, 2011, 12:19:59 PM »

el_bot: Yes, I have a coding conflict when using id. Obviously not thinking about multiple mods when I did that code... oops. Should have a counter or something to append a number to the end of the id. hmmm.

Perarg: Yes, you have used itemid correctly. Unfortunately, VM cateogry and product pages will not pass the second itemid you have created. VM only uses a primary itemid... the first VM menu item created. So all links within VM product and category pages will use just noe itemid... regardsless of the itemid you accessed the page from. You'll need to edit your product and category pages to detect the incoming idem and update the urls accordingly.
Logged

mbit
Full Member
***
Posts: 187


« Reply #301 on: April 12, 2011, 04:13:43 AM »

can all the menus items be hidden and visible only the menu that is active/ i browse ?
« Last Edit: April 12, 2011, 04:24:14 AM by mbit » Logged
yae
Newbie
*
Posts: 33


« Reply #302 on: April 13, 2011, 04:08:48 AM »

Hi:

I am using yootheme template: http://www.yootheme.com/demo/joomla/milk

 but this menu not works. Huh

1.- I have installed this module mod_vm_cat_menu_specific_v2.8.zip
2.- I have replaced the files in zip "basic-version-for-YooTheme"

Attach captures


* ScreenShot524.png (41.58 KB, 1114x573 - viewed 85 times.)

* ScreenShot525.png (28.14 KB, 1074x261 - viewed 67 times.)

* ScreenShot523.png (6.93 KB, 233x182 - viewed 74 times.)
« Last Edit: April 13, 2011, 04:26:16 AM by yae » Logged

Regards
Yae

:-)
Forrest
Global Moderator
Hero Member
*
Posts: 1907


Me and my bitch


WWW
« Reply #303 on: April 14, 2011, 22:35:45 PM »

@mbit: Why have a menu when only the active menu is shown? Doesn't that defeat the point of navigation? I'm sure we must be misunderstanding each other.

@yae: You have simply supplied me with no info where I could help you.

Looks like the manufacturer is being supplied in the pop-up menu next to products? So only showing manufactures that are in that product/category set?

@xhgjzll: A custom php script addition I'd say.
Logged

atranaz
Newbie
*
Posts: 5


« Reply #304 on: April 16, 2011, 02:04:16 AM »

hello Forest

hopes you 'll be fine !

do you know which script using to make this menu http://www.staples.com/

like i make it left one on front page but now thinking how i put this on top do you have some knowledge about this ... ??

anyways   gr8 work you done ... Smiley A++
Logged
Forrest
Global Moderator
Hero Member
*
Posts: 1907


Me and my bitch


WWW
« Reply #305 on: April 18, 2011, 02:45:36 AM »

It's css. No script. Use css to alter accordingly.
Logged

atranaz
Newbie
*
Posts: 5


« Reply #306 on: April 20, 2011, 04:24:59 AM »

yes i can see it but if you notice they use function like when you enter the inner page the menu come on top

http://www.staples.com/Binders-Accessories/cat_SH76CG2_SH76?cm_sp=merchandising-_-Flyout%20Staples%AE%20Brand%20Products-_-Binders%20%26%20Presentation


like this so i just curies how it will work in joomla like on top only show one link  n you click on it & all the menu open like same in left position

if you have some knowledge regarding this so kindly share it ....


thanks in Advance !
Logged
xhgjzll
Newbie
*
Posts: 1


« Reply #307 on: April 20, 2011, 09:04:07 AM »

How to do 'amazon left menu'?
Logged
Forrest
Global Moderator
Hero Member
*
Posts: 1907


Me and my bitch


WWW
« Reply #308 on: April 21, 2011, 16:19:09 PM »

@atranaz: Make a module position, and add CSS. Pretty much it's a javascript function that would alter the style of the module div. I do not provide css support here. There are plenty of good artilces on the web about altering css styling on divs via javascript.

@xhgjzll: Same goes for you. Just set the menu items to SHOW all, and use css styling to have them function accordingly on mouse hovers.
Logged

madisj
Newbie
*
Posts: 15


« Reply #309 on: April 27, 2011, 03:03:30 AM »

HI is it possibe to inegrate dtree style?
Logged
Forrest
Global Moderator
Hero Member
*
Posts: 1907


Me and my bitch


WWW
« Reply #310 on: April 28, 2011, 22:09:38 PM »

Not likely to happen, no; unless many want this feature.
Logged

mbit
Full Member
***
Posts: 187


« Reply #311 on: May 05, 2011, 10:29:57 AM »

Quote
Here's an example category set for virtuemart:
  • By Product
    • Watches
    • Shoes
      • Big Shoes
      • Small Shoes
    • Hats
  • By Application
    • Firemen
    • Police
      • Vests
      • Hats
    • Saftey

according to this example category set i am trying to edit the module so it will hide by product + by application main subs but it ll show the active subs. meaning, if i am at the big shoes it ll show :

   watches
   shoes
      big shows
      small shoes
   hats

else if i am at the watches it ll show :
watches
shoes
hats

i want the menu to change accordingly to which main sub i am into, start from the 2lvl subs and end at the 4lvl.. possible? any hints?
Logged
Forrest
Global Moderator
Hero Member
*
Posts: 1907


Me and my bitch


WWW
« Reply #312 on: May 05, 2011, 17:45:33 PM »

Yep, two modules (one for each menu). Set the Start ID for the Top cateogries: By Product and By Application.

You may need to set the start level to 1, but can't remember off top of my head. The rest should fall into place fine. This is exactly what I designed it to do in the first place.
Logged

mbit
Full Member
***
Posts: 187


« Reply #313 on: May 07, 2011, 04:13:40 AM »

Yep, two modules (one for each menu). Set the Start ID for the Top cateogries: By Product and By Application.

You may need to set the start level to 1, but can't remember off top of my head. The rest should fall into place fine. This is exactly what I designed it to do in the first place.
yes you are right but i forget to make a mention in my previous example..

if i am in watches or shoes i want the subs of by application to be hidden.. and oposite if i am Police or vests or Saftey i want the By prodycts subs to be hiden.. any solution? if i make multiple modules, one for each Top menu then it shows all the modules when i am in any sub.. can i prevent showing the modules that i am not in one of their sub?

ps if Menu Assignment worked for virtuemart categories , that would be a solution but it doesnt :/
« Last Edit: May 07, 2011, 04:19:21 AM by mbit » Logged
Forrest
Global Moderator
Hero Member
*
Posts: 1907


Me and my bitch


WWW
« Reply #314 on: May 09, 2011, 13:45:53 PM »

Ah, I see. What you can use is something called MetaMod. It's a free J! module that allows you to publish or unpublish other modules based on any php factors you wish to program. MetaTempale can also do the same, but executes on a higher level... I prefer to do everything on MetaTemplate now.
Logged

Pages: 1 ... 19 20 [21] 22 23   Go Up
Print
Jump to: