-
Search Results
-
Topic: closed topic
This is not working for me:
This topic is marked as closed to new replies, however your posting capabilities still allow you to reply.
Topic: Mega Menu
Hi,
i’m building a mega menu for my site.In the desktop version everything works fine but on my mobile are not all sublevel menu items shown. except a sublevel menu item have a next item as link.
If a sublevel menu item are a direct link it doesn’t shown on the mobile version.
Any ideas what i can do?Thank you for
Hey, Support!
We’ve been using the Enfold theme on our site for several years without any issues. However, two months ago, after updating the theme from version 5.7 to 6.0, we noticed that our custom post-type taxonomy archive pages stopped working correctly.
We have a custom structure defined in the taxonomy-archive.php file, which was functioning perfectly up until version 5.7. After experiencing this issue, we reverted back to version 5.7 on our production site, and everything is working fine again.
We would like to update the Enfold theme to version 6.0, but it appears this version doesn’t support our custom taxonomy structure. Could you please investigate this issue and let us know how to resolve it?
Thank you for your assistance!
Best regards,
-Abdul WahabOn this page, I am using this custom code to split the menu left and right of the logo, as per code I found from an enfold Form.
However, on large resolution ( 4k ) The first menu Mega Menu drop down, shows to the far right of the screen. At high resolution, the drop down is essentially half off the screen. Is there newer and better code I should be using?Current Code below:
/* Split menu around logo
—————-*/@media only screen and (min-width: 780px) {
/*In the below code nth-child(x) the value of x should be half the number of total menu items*/
#top #header .av-main-nav li:nth-child(3) {
/* Adjust the width of the logo */
margin-right:320px;
}#top #header_main > .container .main_menu .av-main-nav > li > a {
height: 166px !important;
line-height: 200px;
}#header {
height: 220px; /* Header Height */
}#header .main_menu {
width: 100%;
left: 48%;
transform: translateX(-50%);
}.av-main-nav-wrap {
left: 50%;
transform: translateX(-50%);
padding-top:55px;}
#header .logo {
left: 50%;
transform: translateX(-50%);
z-index:999;
}#header .logo img {
top: 50%;
transform: translateY(-50%);
max-width: 250px;
}
}#top #wrap_all .header_color.av_header_transparency {
background: rgba(255,255,255,.8)!important;
}.header_color div {
border:none !important;
}.logo
{
padding-top:10px !important;
}@media only screen and (max-width: 1375px) {
#header_main .avia-menu-text {
font-size: 16px !important;
font-family: atten-new,sans-serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
}.av-main-nav > li > a {
padding: 0 0px;
}#top #header .av-main-nav li:nth-child(3) {
/* Adjust the width of the logo */
margin-right:250px;
}
}
Viewing 30 results - 3,871 through 3,900 (of 142,852 total)









