-
AuthorPosts
-
June 12, 2008 at 2:38 am #129595
test1.karcoembroidery.com
I assigned JA TransMenu to the mod_product_categories module. mod_product_categories is set to the ‘left’ position with a vertical orientation. However, I have two problems when I do so.
1) It inexplicably makes the Main Menu go vertical as well.
2) It forces my product categories into an alphabetical order even though I set them up in a different order.I’m using Joomla 1.5/Virtuemart 1.1.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 18, 2008 at 7:59 am #254349Hi jsgrill !
You can fix it following way below :
Open ja.transmenuh.css file in templates/ja_larix/ja_menus/ja_transmenu folder , find following code section at about line 15 :
#ja-transmenu li a {
background:transparent url(../../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
float:left;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:10px 30px;
text-decoration:none;
text-transform:uppercase;
}
change to :
#ja-transmenu li a {
background:transparent url(../../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
float:left;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:10px 30px;
text-decoration:none;
text-transform:uppercase;
width:auto;
}
1 user says Thank You to Sherlock for this useful post
June 18, 2008 at 2:25 pm #254422Thanks! That fixed it the problem with the main menu!
Any idea on why it forces the menu into alphabetical order instead of the order I define in product categories?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 19, 2008 at 2:04 am #254520Hi jsgrill !
In categories list you try to change order of categories .June 19, 2008 at 3:13 am #254533Yeah, I’ve actually got my categories list setup as
Men
Ladies
Kids
Infant/Toddler
AccessoriesWhen I use JS Cook, the category list is ordered the way I set it up. When I use JA Transmenu, the category list is ordered alphabetically instead.
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Sherlock 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum