Forum Replies Created
-
Sorry for the confusion, I copied and pasted the text in Spanish.
But I do not need help anymore. The list of products is growing and if I can not add a third level, I will have to leave it in the second because what I was trying to leave the page to be very long.
Thank you anyway.
in reply to: Mega Menu with drop-down optionsLo estoy intentando:
Para primero dar estilo sólo al primer y segundo elemento del menú “Nuestros Productos”. Porque sólo estos dos menús, tienen nivel 3.
#menu-principal-tecnomar-1 > li > ul > li > ul > .menu-item-13650, .menu-item-14133 {
font-style: italic;
text-align: right;
}Y luego dar estilo a un elemento de menú concret (nivel 2º) con:
#menu-principal-tecnomar-1 > li > ul > li > ul > .menu-item-13652, .menu-item-13651, .menu-item-14492, .menu-item-14491 > a {
color: blue !important;
font-weight: bolder;
text-align: left !important;
font-style: normal !important;
}Pero no funciona bien: http://www.ventanastecnomar.es/
in reply to: Mega Menu with drop-down optionsI got it !!
I just have to be able to reassign style to IDs
My idea is to give style first to the whole list and then only to certain items, but some properties do not apply to them.
#menu-principal-tecnomar-1 > li > ul > li > ul > li {
font-style: italic;
text-align: right;
}#menu-principal-tecnomar-1 > li > ul > li > ul > .menu-item-13652, .menu-item-13651, .menu-item-14492, .menu-item-14491 {
color: blue;
font-weight: bolder;
text-align: left;
font-style: normal;
}And if I use “!important”, it only applies to a one element.
in reply to: Mega Menu with drop-down optionsIts works awesome. Thanks a lot !!
I have not intentionally deleted that code. I’m working on the web and possibly saving some CSS code has inadvertently saved that section blank. I am very sorry for the inconveniences.
Thanks again for the great support.
in reply to: Anchor links that move with fluid displacementThanks for your quick response
But I just tried it in several browsers and it keeps making the instantaneous movement.
Does it work for you, with a slow movement?
Where was the error, in the script?
Greetings.
in reply to: Anchor links that move with fluid displacementOkay, we’ll work on two levels, but I was trying something that does not work for me. Can you help me?
The idea is to include in the second level, the elements of the 2nd and 3rd levels, but highlighting the elements of the 2nd level, locating them by the ID of the menu (13652 in this test).
I have tried this in firebug and it works for me, but by inserting the code in “theme Options -> Custom CSS Code” do not works
What is missing from the CSS code? Thank you
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-13652 {
Color: blue! Important;
}in reply to: Mega Menu with drop-down optionsHello ledatapt.
I have followed the steps but I can not make the movement smooth.
I tested the code at the end of footer.php (before the body tag) and at the beginning.
The script appears in the source code of the web page (see attached image), but does not create the effect.Although I have already created anchors, I created a new one as you indicate, and you can see at the top of this page:
But it still does not work.
I am not knowledgeable about jquery so I am lost if the problem is in the script, or if I have to do any further steps.
In advance I appreciate your help. Greetings.
Attachments:
You must be logged in to view attached files.in reply to: Anchor links that move with fluid displacementOkay. I understand that the depth value is the drop-down level, but I have changed it to 3, which is what I need, but the third level does not appear.
Do I have to change it from somewhere else?
I also understand that it can give me problems, so if I get it to work but it gives me problems, I would adapt to only 2 levels of dropdowns in the menu.
Thank you.
in reply to: Mega Menu with drop-down optionsOk thanks. I will try it and report you from the results.
in reply to: Anchor links that move with fluid displacementI need to do both steps, 1 and 2, or they are two ways for the same objective?
I don’t understand why I need to import data from “onepage”. Is for his code? Affects that to my web (is near to finish).
in reply to: Anchor links that move with fluid displacementI have a problem. Well, I don’t know if is a problem o is normal but the 4th level of the menu don’t appears.
Is possible who its happens for the modifications in this ticket?
I Attached an image
Thanks
Attachments:
You must be logged in to view attached files.in reply to: Mega Menu with drop-down optionsI think I have not explained well, or I have not understood what you mean.
I already have the web done and I would just like to know if I can have the same behavior that does “onepage” but in my links to the same page with anchors.
I do not understand, how can help me download the demo onepage.
Sorry for the inconvenience.
in reply to: Anchor links that move with fluid displacementVery well, thanks for your time, that’s what I wanted to know.
in reply to: Mega Menu with drop-down optionsIt works perfectly!!
Thanks ledatapt
in reply to: Column Title linkable in Mega MenuPlease. Any idea for change the style from first column?
If I force style to .primary-nav, all the first column in mega menu gets the style.
Thanks
in reply to: Column Title linkable in Mega Menu