-
AuthorPosts
-
June 19, 2008 at 8:48 am #129859
Hello
I can’t get the VM Product Categories menu to display correctly in Helio
It does not use the visual attributes of other menus in the template. (See screenshot) I have tried a few other JA templates and they all display the menu in keeping with their style.
Can someone tell me how I can correct this please?
Thanks
Wayne
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 19, 2008 at 10:59 am #254641Can you try to add the module suffix _menu in the module backend for the product categories?
June 19, 2008 at 3:20 pm #254692Thanks for the reply.
Not 100% sure how you mean.
I added _menu to first the Module Class Suffix field and then to the Menu Class Suffix field. Neither made any difference.
The module displays the menu correctly when I change to other templates eg Genista / Larix and others.
Wayne
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 19, 2008 at 3:25 pm #254693Please give us your site url?
June 19, 2008 at 3:33 pm #254696Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 19, 2008 at 3:57 pm #254703If you open up the index.php file of the template and find this code here:
<jdoc:include type="modules" name="right" style="xhtml" />
And change it to :
<jdoc:include type="modules" name="right" style="rounded" />
Then you should get it i guess.June 19, 2008 at 3:59 pm #254704I have just compared the code with different templates loaded and noticed a difference:
LARIX
<div id=”ja-col1″>
<div class=”ja-innerpad”>
<div class=”moduletable”>
<h3>Products</h3>HEDERA
<div id=”ja-col1″><div class=”shadow1″><div class=”shadow2″>
<div class=”ja-innerpad”>
<div class=”moduletable”>
<h3>Products</h3>HELIO
<div id=”ja-col1″>
<div class=”ja-innerpad”>
<div class=”module”>
<div>
<div>
<div><h3>Products</h3>
The div class in Hedera & Larix is “moduletable”
The div class in Helio is “module”Will this have a bearing on this do you think?
Wayne
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 19, 2008 at 4:11 pm #254708See my post above.
The code there is for Joomla 1.5 templateJune 19, 2008 at 4:27 pm #254714Yes I did what you suggested. Did you look at it?
It is Joomla 1.5 installed.
Wayne
**Edit**
Just noticed one of my posts didn’t appear. for some reason After your code suggestion. Saying I had done it but it was still not quite right.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 19, 2008 at 4:50 pm #254722Do you have any settings in the backend of the module you can give me a screenshot at?
The output for left menu is “li” the output for right menu is “a”, two different things.
So if you have a setting in the module you can try to change there, if not the css for the menu needs to be changed.June 19, 2008 at 5:06 pm #254723Would it be easier if I PM’d you a login?
(Assuming you don’t mind?)
Wayne
June 21, 2008 at 3:49 pm #255182After examining the page with FireFox Web Developer I can see that the normal menu is calling a section from the template.css file which the VM Module menu isn’t:
I can’t find how the standard menu is directed to this code in template.css or how to do it for the VM Module.
Can you tell me please?Thanks
VM Module Menu
http://www.harwoodtextiles.co.uk/shop/templates/ja_helio/css/template.cssa (line 48)
{
color: #00b0db;}
a:hover, a:active, a:focus (line 53)
{
color: #333333;
text-decoration: underline;
}
a:hover, a:active, a:focus (line 53)
{
color: #333333;
text-decoration: underline;
}
————————————————————————–
Standard Joomla Menuhttp://www.harwoodtextiles.co.uk/shop/templates/ja_helio/css/template.css
a (line 48)
{
color: #00b0db;
}
a:hover, a:active, a:focus (line 53)
{
color: #333333;
text-decoration: underline;
}
a:hover, a:active, a:focus (line 53)
{
color: #333333;
text-decoration: underline;
}
*********** PLUS **************
ul.menu li a (line 959)
{
display: block;
outline-color: invert;
outline-style: none;
outline-width: medium;
padding-top: 5px;
padding-right: 2px;
padding-bottom: 5px;
padding-left: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
color: #333333;
text-decoration: none;
}
ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus (line 968)
{
color: #00b0db;
background-color: transparent;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 95%;
background-y-position: center;
}
ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus (line 968)
{
color: #00b0db;
background-color: transparent;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 95%;
background-y-position: center;
} -
AuthorPosts
This topic contains 12 replies, has 2 voices, and was last updated by waynefarnworth 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum