Digital experiences for all disciplines
Forum Replies Created
-
-
It should be like on this screen:
http://prntscr.com/6zgz1f (something similar to this). 5 columns in submenu.
I want to create back menu with subcategories.
I ask how to add a menu in which the sub-menu will open to the right, not down.
Please make me sample on this page:
http://611858.dizajn.web.hosting-test.net/shop/I have already sent the access to the admin panel.
This is any links with “#”.
Attachments:
You must be logged in to view attached files.I add this class here:
http://prntscr.com/74oyc1Nothing has changed in the menu.
So how do I configure the menu sidebar?
Help me please.Sorry, i can’t find this field.
Look, i add it here:
http://prntscr.com/6zgucband look result:
http://prntscr.com/6zgsw8Please, correct it in admin panel:
http://611858.dizajn.web.hosting-test.net/wp-admin/
admin: dizajn_3ssoll
pass: tljvz8jfIt should be like on this screen:
http://prntscr.com/6zgz1f (something similar to this)
Back menu, not icon opposite the heading.
Thank you!
This reply has been marked as private.Could you send me a screen?
Look my attachment.
I test it here:
http://611858.dizajn.web.hosting-test.net/shop/
http://prntscr.com/6zffogAlso, I Disable Mega Menu Functionality.
Attachments:
You must be logged in to view attached files.What’s the difference what is my menu?
Shop menu is here:
http://611858.dizajn.web.hosting-test.net/shop/I want to create different cursor for different menu elements.
http://prntscr.com/6yqvl0
I want to change the style of the cursor for some menu items that are under the style of “#”.I try to add it here:
http://prntscr.com/6yqwg6I add this class in custom css:
.cursorlink { cursor: default; }Style cursor is not changed by this.
I delete this class:
nav#main-navigation .menu ul.sub-menu > li{
280px !important
}
I do not need it at all.And remove extra }, but the style of the cursor does not appear.
Yes, it is.
Look, custom css:
http://prntscr.com/6z1w1lClass in menu:
http://prntscr.com/6z1wkvIs it correct?
This reply has been marked as private.Look. I want to create menu like this.
http://prntscr.com/6yseznNow submenu category at the bottom, under categories, and I need to do so that they dropped out to the side.
Could you send me some code sample?
Thank you!
For me help this code:
nav.mega-menu li .sub-container.non-mega {
min-width: 100%;
max-width: 100%;
left: 0!important;
}nav.std-menu .menu ul li > a, nav.std-menu .menu ul li > span.title {
padding: 10px 15px;
display: block;
margin: 0;
white-space: nowrap;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
}nav.std-menu .menu ul.sub-menu {
position: absolute;
z-index: 9995;
margin: 0;
top: 80px;
left: 0;
min-width: 170%;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
pointer-events: none;
-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
🙂 -