Downloads
Overview Search Downloads
Download details
VirtueMart CSS Menu Version:1.3.0

Updated :

Now you can sort categories alphabetically or by default ordering.


What it is:

Renders a full CSS unordered list of Virtumart Categories that are enabled and in addition allows users to include Home link and 5 other custom links in the UL. Comes with a variety ofCSS type menus and has options for both those inexperienced and experienced in CSS for customization.

Features:

1. Display Link to Home Page w/ Custom Label as part of UL list

2. Select Which Categories (included CSS hides unneeded levels – i.e.
Drop Line CSS is designed to hide levels other than first two if user forgets to set this in backend

a. Top level only

b. Top two levels only

c. All levels

3. CSS Options (I tried to make the CSS as simple as possible so that it could be more easily edited by those with little experience)

a. No CSS Included

b. Custom CSS

c. Vertical Flyout Right

d. Vertical Flyout Left

e. Vertical Flyline Right

f. Vertical Flyline Left

g. Vertical Drop Down

h. Vertical Blocks

i. Horizontal Drop Down AKA Suckerfish

j. Horizontal Dropline AKA SuperSucker

k. Horizontal Pull Up

4. Cut & Paste Custom CSS

5. Cut & Paste Custom JS

6. Can Add Div Id Suffix, Div Class Suffix, UL Id Suffix, UL Class Suffix – Can be used to show more than one instance of module, parent and current link

7. Display up to 5 addition user defined links w/ labels as part of UL list

8. Menu has standard tags that allows any CSS to be used with a quick find and replace




Data

Size 31.92 KB
Downloads 4833
Language English
Licence GNU/GPL
Author This e-mail address is being protected from spambots. You need JavaScript enabled to view it
Website Homepage
Price 0
Created 2010-02-21
Created by Installer
Changed at 2010-08-19
Modified by admin

Please register or login to download files from this category.

Comments  

 
+2 #37 charoa 2010-08-29 18:19
Quoting Stephanie Schmidt:
Quoting Cronos:
Hej!
I have installed the module,and i like it very much.
but I have 3 and 4 sub category but it display only 1 and 2 category.
Can u help me>??
Thank you

Hi Cronos did you try changing the setting "Display Which Category" to show all categories?


I have the same problem and when i put all categories it still only shows the first two. Also still have the problem of the menu going behind content on the main page. I sorta compromised and changed the design to prevent the menu going behind the content but still have the isue of subcategories not showing when set to all categories. please email me at charoa@corconsu lting "dot" net if you would like to try/test/discuss
Quote
 
 
0 #36 momoitaliano 2010-08-26 22:05
can some one help me i get this error msg

No valid database connection Table 'elitepr4_elite.jos_vm_category ' doesn't exist SQL=SELECT a.category_id, a.category_name, a.category_publis h, a.list_order, f.category_parent _id, f.category_child_ id FROM jos_vm_category AS a, jos_vm_category _xref AS f WHERE a.category_id = f.category_child_ id AND a.category_publis h="Y" AND f.category_parent _id=0 ORDER BY a.list_order
Quote
 
 
0 #35 Stephanie Schmidt 2010-08-17 00:27
Quoting Cronos:
Hej!
I have installed the module,and i like it very much.
but I have 3 and 4 sub category but it display only 1 and 2 category.
Can u help me>??
Thank you

Hi Cronos did you try changing the setting "Display Which Category" to show all categories?
Quote
 
 
0 #34 Stephanie Schmidt 2010-08-17 00:24
Hi jtfowler,
thanks for your feedback, I will look into the error.

Quoting jtfowler:
Stephanie, Awesome module. I found (what i think to be) is an error in helper.php On line 233 you have "$link .= JRoute::_(" ... If you use .= you are adding to the previous link everytime it goes through the for loop. While the mod still works the urls created for sub items become longer and longer for each sub-menu item. I assume this is a typo and should be "$link = JRoute::_("...
Quote
 
 
+1 #33 charoa 2010-08-10 19:49
Same problem as other users, the menu is going behind the content. how can this be fixed. I haven't found any other menu i like so would love to see this resolved.

Quoting daniele romeo:
Same Problem of giusy

menu works great but sub menus are under the content layer

how can we modify z index?

thanks in advance
Quote
 
 
+1 #32 Allen 2010-08-04 14:05
Okay I've found the problem with the SEF URL's

On line 231 the variable $link, which contains the URL is being set using .=
$link .= JRoute::_( 'index.php?option=com_virtuemart....

This is appending the new link, in this case the subcategory, to the previously link, causing a daisy-chain effect.

Just change $link .= to $link = and now it works properly.
Quote
 
 
0 #31 Allen 2010-08-04 13:50
Thought this was a great program, one of the few VM menus that I found that actually worked.

But then I installed sh404SEF and everything went to pot.

The top level categories work fine and even the first subcateorgy works but after that everything starts getting screwy.

For Example
/Baby-Furniture (works)
/Baby-Furniture/Pali-Design.html (works)
/Baby-Furniture/Million-Dollar-Baby (doesn't work)

Instead Million-Dollar-Baby shows up as:
Baby-Furniture/Pali-Design.html/AROTO/Baby-Furniture/Million-Dollar-Baby.html

It shows the store name (AROTO) as a child of Pali Design, and then starts the urls over
Quote
 
 
+1 #30 DJ 2010-07-21 16:59
Quoting DJ:
Quoting zlideni:
This module sort category by alphabetic, but I do not need this. How I can off this function?


This is a great module, but I'm with this guy - is there a way to sort the categories by list # instead of alphabetically?

Thanks!

I figured this out, it was insanely simple. If anyone cares, all you need to do is change line 82 in helper.php. it says ORDER BY a.category_name - just change that to ORDER BY a.list_order or whatever other parameter you want to order by.
Quote
 
 
+1 #29 DJ 2010-07-20 16:10
Quoting zlideni:
This module sort category by alphabetic, but I do not need this. How I can off this function?


This is a great module, but I'm with this guy - is there a way to sort the categories by list # instead of alphabetically?

Thanks!
Quote
 
 
+1 #28 null815 2010-07-15 18:25
Hello Stephanie,
hello all,

to fix the "invalid argument on 114" go to line 74 in helper.php and just change the hardcoded prefix "jos_" to "#__"

Great work, but some details don't work. Especially the show all categories would be very nice...
Quote
 

Add comment


Security code
Refresh