-
AuthorPosts
-
Robert Bollen Friend
Robert Bollen
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
September 27, 2008 at 6:48 pm #272730<em>@multipazz 82535 wrote:</em><blockquote>Good morning!
I have it working, but not in the dark gray bar where the ‘home’ and ‘shop’ are.multipazz</blockquote>
That part is hardcoded in the template, it is not a module position.
You should disable the slideshow when Virtuemart is active. It takes to many space.
Then the Virtuemart menu is right under the main navigation.Change some css issues and it will look like a charme.
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 28, 2008 at 12:46 am #272781well multipazz here you have an alternative to do it maybe its not the perfect one but with this you can set the products category module in the mainnav
lets begin.
1 star to set this atributes in your backend products categories controlpanel
Category Display Type=JsCook
JsCook Type=Menu
JsCookMenuStyle=ThemeOffice
JsCookMenuOrientation=Horizontal
position=usercat(this is a position you just have created)2.- go to the page index.php inside the folder of the jamesolite template and found near the line 130 the following
<div id="ja-mainnav">
<?php $jamenu->genMenu (0); ?>
</div>and set it this way
<div id="ja-mainnav">
<?php $jamenu->genMenu (0); ?><jdoc:include type="modules" name="usercat"/>
</div>then look for the the file theme.css inside the folder includes/js/themeoffice/ and look for the following css atributes
.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
background-color: inherit;
}
and set it like this
.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
background-color: inherit;
color: #FFFFFF;
}
and finally look for the file template.css and look for the following lines
#ja-mainnavwrap {
background: #333333;
border-top: 1px solid #E6E6E6;
height: 35px;
z-index: 999;
}#ja-mainnav {
height: 35px;
width: 760px;
float: right;
background: url(../images/dot-dark.gif) repeat-y left;
}and set it like this
#ja-mainnavwrap {
background: #333333;
border-top: 1px solid #E6E6E6;
height: 70px;
z-index: 999;
}#ja-mainnav {
height: 70px;
width: 760px;
float: right;
background: url(../images/dot-dark.gif) repeat-y left;
}with this recipe you will have the the product categories in the mainnav i repeat maybe is not the cleanest or ideal but is a start
Robert Bollen FriendRobert Bollen
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
September 28, 2008 at 7:43 pm #272903It would be better if you call VM in the Main menu, it automaticly shows all categories and sub in the dropdown menu.
The way you subscribe it, you loose your Main menu once you enable the VM categories.
Putting the VM cat’s under the Main menu is a easier solution without changing the core files.1 user says Thank You to Robert Bollen for this useful post
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 28, 2008 at 8:57 pm #272920well in this way you don’t loose anything just add a second line to the main menu below and may work as and alternative. the core files of the VM sometines must be edited in order to fit your particular needs, if you to customize your particular instalation, that is a thing that any joomla or virtuemart fan user know, there is no open source that does not need any tweeking in order to have the design you want
1 user says Thank You to shertmann for this useful post
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 30, 2008 at 5:15 pm #273302well multipazz i hope one of this solutions did work for you. let us know what was your final result
October 5, 2008 at 11:55 am #273887Hi,
Been away for a while.
Decided to keep the status quo on the web site as the two options where looking out of place with the design. I guess we should wait for Virtuemart to upgrade or a more intergrated solution.Thanks Again.
Dominic
-
AuthorPosts
This topic contains 22 replies, has 4 voices, and was last updated by shertmann 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum