Help verticle lines & submenus
12 years 1 month ago #9766
by adnama
Help verticle lines & submenus was created by adnama
Hi there,
I found your module and subsequently bought the plugin and documentation.
I have made some good headway (this is the third or fourth module I've tried to achieve the drop down menu and styling required for this website - thank you for a great product).
But I still cant seem to work out (ref: saranadin.info):
- how to remove vertical lines separating each menu item
- how to remove the underline on the sub-menu
- how to put the sub-menu in front of the search box
I tried creating a column and row to avoid the menu dropping down behind search box but it ends up looking all wrong.
I am feeling quite frustrated and would really appreciate some guidance.
Thank you, Amanda
I found your module and subsequently bought the plugin and documentation.
I have made some good headway (this is the third or fourth module I've tried to achieve the drop down menu and styling required for this website - thank you for a great product).
But I still cant seem to work out (ref: saranadin.info):
- how to remove vertical lines separating each menu item
- how to remove the underline on the sub-menu
- how to put the sub-menu in front of the search box
I tried creating a column and row to avoid the menu dropping down behind search box but it ends up looking all wrong.
I am feeling quite frustrated and would really appreciate some guidance.
Thank you, Amanda
Please Log in or Create an account to join the conversation.
12 years 1 month ago #9767
by adnama
Replied by adnama on topic Help verticle lines & submenus
Hi again 
I would also like to set the colour of hovered first level item and active first level item to colour orange.
In the documentation it offers the code to do this. To clarify do I just copy and paste this code anywhere in the maximenuhck.php file??
Eg color : orange;
Also does anyone know where I can find the style info for the cart drop down window on my home page (ref: saranadin.info). I'm trying to match the submenus drop down style to the cart drop down box - with the exception of the colour change above. I'm close but not quite right yet.
It seems too, that one of my menu items isn't changing when hovered over (to a smaller size as the others do). Any thoughts on why this is?
Thank you!!

I would also like to set the colour of hovered first level item and active first level item to colour orange.
In the documentation it offers the code to do this. To clarify do I just copy and paste this code anywhere in the maximenuhck.php file??
Eg color : orange;
Also does anyone know where I can find the style info for the cart drop down window on my home page (ref: saranadin.info). I'm trying to match the submenus drop down style to the cart drop down box - with the exception of the colour change above. I'm close but not quite right yet.
It seems too, that one of my menu items isn't changing when hovered over (to a smaller size as the others do). Any thoughts on why this is?
Thank you!!

Please Log in or Create an account to join the conversation.
12 years 1 month ago #9771
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Help verticle lines & submenus
Hi
1/ how to remove vertical lines separating each menu item
remove the background on
line 81 in
2/ how to remove the underline on the sub-menu
remove the border line 157 on
3/how to put the sub-menu in front of the search box
for the hover color, use the plugin maximenu params
CEd
1/ how to remove vertical lines separating each menu item
remove the background on
Code:
div#maximenuck ul.maximenuck li.level1
modules/mod_maximenuck/themes/default/css/maximenuhck.php
2/ how to remove the underline on the sub-menu
remove the border line 157 on
Code:
div#maximenuck ul.maximenuck2 li a.maximenuck, div#maximenuck ul.maximenuck2 li span.separator
3/how to put the sub-menu in front of the search box
line 211 ontemplates/theme276/css/virtuemart.css
change the z-index to 0 and in the maximenu options give a zindex = 100#search
for the hover color, use the plugin maximenu params

CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 1 month ago #9774
by adnama
Replied by adnama on topic Help verticle lines & submenus
Hi CEd 
Awesome!! Thank you so much for all that
It is truly a relief for me... I think I mentioned I had spent two days trying out others to no avail.
I managed to follow the steps and while step 3 worked like a charm, now that I can see the full length of the drop down menu box for the sub-menu - I see they're sitting behind the black virtuemart category menu that sits across the page.
May I stretch your kindness a little more and ask how I can bring the sub-menus to the forefront here?
To help I have created a column so that the sub-menu doesn't have to go as deep. So far so good.
Though the hover colour change doesn't seem to be working at this stage - I have set font to yes and colour # for both main and sub menus in Styles Customization (Plugin Maximenu params). I must be missing a setting somewhere? Do I need to set the normal and active states also so that the system knows the difference?
I have to say it is quite magical to have this much control over the menu...thank you for a well and truly amazing extension.
Thank you so much again!!
Amanda

Awesome!! Thank you so much for all that

I managed to follow the steps and while step 3 worked like a charm, now that I can see the full length of the drop down menu box for the sub-menu - I see they're sitting behind the black virtuemart category menu that sits across the page.
May I stretch your kindness a little more and ask how I can bring the sub-menus to the forefront here?
To help I have created a column so that the sub-menu doesn't have to go as deep. So far so good.
Though the hover colour change doesn't seem to be working at this stage - I have set font to yes and colour # for both main and sub menus in Styles Customization (Plugin Maximenu params). I must be missing a setting somewhere? Do I need to set the normal and active states also so that the system knows the difference?
I have to say it is quite magical to have this much control over the menu...thank you for a well and truly amazing extension.
Thank you so much again!!

Amanda
Please Log in or Create an account to join the conversation.
12 years 1 month ago #9778
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Help verticle lines & submenus
in templates/theme276/css/products.css line e 3
change the z-index on
.moduletable-category
(note that all this is only dependant on your template css
)
I have spent few minutes to find what is the problem with the hover color. In the module styles, (not the syltes customization tab) you have few fields with a note that they are deprecated. Please cancel all colors that you have put there ....
Ced
change the z-index on
.moduletable-category
(note that all this is only dependant on your template css

I have spent few minutes to find what is the problem with the hover color. In the module styles, (not the syltes customization tab) you have few fields with a note that they are deprecated. Please cancel all colors that you have put there ....
Ced
Joomlack Webmaster and Developer
The following user(s) said Thank You: adnama
Please Log in or Create an account to join the conversation.
12 years 1 month ago #9779
by adnama
Replied by adnama on topic Help verticle lines & submenus
Awesome! Thank you CEd
:woohoo: really do appreciate your help.


Please Log in or Create an account to join the conversation.
Time to create page: 0.234 seconds