Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
someone helped me and fixed it; they said they fixed it by doing this
in categories_ul_generator.php between line 45 and 47 i add this:
and c.categories_id NOT IN(33)
it says select all items with the category id from the categories table
except id 33
in the future, to take out more categories (any, not just document, add another number after a comma, like this
and c.categories_id NOT IN(33, 34)
Last edited by vandiermen; 26 Jul 2010 at 05:42 AM.
Hello,
I love this plug in. Thank you, Get Em Fast!
Two questions:
1. How can I insert some space right before each menu item? My current menue looks like head-to-head.... www.best4future.com (scroll down the page, it is in the bottom)
2. How can I insert an image right before each menu item? In my case, I want to insert a Chinese flag in front of the item "Learn Chinese". www.best4future.com
Thank you for any advice!!
1)
div#dropMenu li.submenu ul.level2 li a {
text-align: left;
padding-left: 20px;
z-index: 1000;
}
2)
div#dropMenu li.submenu ul.level2 li:hover {
background-image: url(../images/YOUR_IMAGE.gif);
background-position: left center;
background-repeat: no-repeat;
z-index: 1000;
}
After tinkering for hours i discovered how to have a fully expanded category tree on the drop down. All css, no category generator(s).
Now you can hover over the level 1, the drop down......err, drops down and you now have a category menu with all of the categories, sub categories and their sub categories expanded.
I'll provide a link to a test site of mine with this working for anyone interested, please remember i have'nt started to style this yet but i will update when i have.
www.gearsofwargear.com
Glad to help.
Hi I have installed this great module and everything is working great. It may seem strange but I would like to only have first level items showing as all the drop down boxes cover what is underneath. I have enabled the drop down items in my sidebox categories etc. The only one I am having difficulty locating is the login/create account .. not in layout controller.
Also for some reason the shopping cart tab is a pixel higher top and bottom than the rest of the tabs.
Site is:http://www.rosedakinjewellery.com.au...ain_page=index
The login box at the end is styled slightly different.
Look for:
div#dropMenu li a.noLine {border:none;}
And style accordingly, it looks like you need to put a border around it to make it look like the rest.
If you want the drop down's removed you can find the code in here:
includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
Always back up your files first.
Personally i'd keep it like it is and just change the background of your drop down to something like white.
Or try this first:
Replace:
div#dropMenu li a.noLine {border:none;}
With:
div#dropMenu li a.noLine {}
Bookmarks