This is a micro-targeted extension, and focuses solely on category module.
After installing this module, you will see that your category list will have a lot more class, e.g.
<li class="category-menu category-id-133">
<li class="category-menu category-id-38 current">
<li class="category-menu category-id-80 subcategory">
<li class="category-menu category-id-80 subcategory current">
What this means is that:
1. When creating menus, often UI designers and usability guys want the active menu item to look different from others. This is not possible in default theme, but with this module, this becomes possible.
2. Because each menu item consists a class carrying its category ID, therefore, you can style specific categories in specific ways.
e.g.
- You can have Eco products category Green, or Summer Products category Yellow, or Watersports category Blue in the category menu/list
- You could put icons alongside specific categories. e.g. "New" or "Sale" icon in Energy Drinks category, or a surfboard icon in Surfboards category, etc.
The point is that this extension provides a great deal of granular control for styling to you.
Because this is a vQmod, no core files are touched, and the changes should carry over to the next version.
Extension page: http://www.opencart.com/index.php?route ... on_id=6500
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
is it possible to make top category menu with images something like here http://www.adagio.uk.com
if it is could u give me some guidence how can i use ur ext. to do it please.
is there any differnt way to find out what category ID i have rather than clicking on each categry on my web
Absolutely. But not with this extension. This extension is written specifically for the category module. Top menu us a different cup of tea...maybe I'll write an extension for that in a week or so...zeek333 wrote:is it possible to make top category menu with images something like here http://www.adagio.uk.com
If you use Firefox, then install Firebug add-on. You will be able to see the category tagging with Firebug.zeek333 wrote:is there any differnt way to find out what category ID i have rather than clicking on each categry on my web
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Can you share a link?dines_anan wrote:just installed this and its not working
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Just to give anyone interested an idea where to start in modifying their own.

Life is for the taking. It's everything else you need to pay for.
Anne Makes Lovely Candles
Don't ask other to do something when it's just as easy to do it one's self.
Here is a snippet of css for the folks that need it.
Code: Select all
.category-menu {
font-size: 0.875em;
font-weight: bold;
color: #3C2558;
line-height: 0.875em;
text-decoration: none;
display: block;
padding: 6px;
margin-bottom: 2px;
border-radius : 5px 5px 5px 5px;
}
.category-menu .current a.active{
background : #C9C6A3;
border-radius : 5px 5px 5px 5px;
color: #645f1f;
padding: 6px;
margin-bottom: 2px;
font-weight: bold;
}
.category-menu .subcategory{
border-radius : 5px 5px 5px 5px;
padding: 6px;
margin-bottom: 2px;
}
.category-menu .subcategory .current{
background : #C9C6A3;
border-radius : 5px 5px 5px 5px;
color: #efede0;
padding: 6px;
margin-bottom: 2px;
}
Life is for the taking. It's everything else you need to pay for.
Anne Makes Lovely Candles
Can't seem to get this to work either.. Is there any other step I need to make in order to change the theme to a custom except to change this line
Code: Select all
<file name="catalog/view/theme/default/template/module/category.tpl">
Code: Select all
<file name="catalog/view/theme/boomwatches/template/module/category.tpl">
Every theme is different. Otherwise, I would just have made a universal, theme-independent extension.tigerton wrote:to change the theme to a custom
If you need me to do paid customization, please PM me.
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
I install in public_html/yahdayahda.zom/vqmod/xml
When I inspect the catagory element it shows no extra class selector tags being generated to allow me to parse in custom css
Example
<li>
<a href="http://yahdayahda.zom/index.php?route=p ... >Barricade & Marking Products</a>
</li>
<li>""</li>
<li>""</li>
<li>""</li>
OpenCart 1.5.4 and Vqmod 2.16 (2.2.1) stopped the site
Any ideas? I know you testes with 1.5.2OC Do I have to add
You are probably not using the Default theme.mhamrich wrote:When I inspect the catagory element it shows no extra class selector tags
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
<div id="content">
<div class="breadcrumb">
<h1>...</h1>
<h2>....</h2>
<div class="category-list">
<ul>
<li id="some_unique_identifier">
<a href="...">....</a>
</li>
<li>
<li>
</ul>
Thanks for answer.
Users browsing this forum: No registered users and 7 guests