I also have this problem. I have an older version of the site running Enfold 4.0.7 where the mobile menu is working fine, but the production version of the site with Enfold 4.1.2 only navigates to main menu pages which have no sub-menu items, and will only navigate to sub-menu items which have actual pages at the top level, but won’t navigate to the top level pages themselves, and also will not expand the sub-menu items where we have # instead of an actual page.
Old working site, Enfold 4.0.7: http://www.gcwda.com/
New non-working site, Enfold 4.1.2: http://www.gcatx.org
Hello,
I am testing out the tabs on a page due to other tab issues. On the bottom of my page — the tab section – looks great on desktop, but in a vertical position on a mobile device, the image is in between the bullet points.
Also, i am noticing with both Tab sections — the image does not look aligned properly on mobile.
Hello Victoria,
Since all of us have the same issue, let me take the liberty to explain it. In the Mobile Menu we have a parent menu with link “#” and then submenus with links beneath. After updating to 4.1.2, the menu simply wouldn’t expand (if a parent menu has a link as “#”). To overcome this, @Giorgio suggested replacing “#” with simply “https://” which fixed the issue. But the problem with this approach is that, in desktops the parent menu with link “https://” becomes clickable. We are unable to use “#” which makes the menu unclickable.
Hope this helps.
There was still a problem with the search icon not showing but I have now got this working (I think and hope…) and am posting the final CSS so that anyone else who wants to do this might have an easier job implementing it than me. You’ll still probably have to tweak it but hopefully it will get you on your way. :-)
I do have to say that the new burger menu is a nightmare to customise and a change to Enfold > Main Menu to allow user selection of when tablets and smartphones switch to the mobile menu, especially given the multitude of devices available these days, is now urgently needed in the theme.
Notes:
Change all references to 1150px to whatever screen width you want the burger menu to appear from above 990px.
My normal desktop header is 116px high – responsive mode changes the header height & various paddings to all sorts of different values depending on the screen width – some consistency in the code would be good… ;-)
Enfold > Burger/Mobile Menu Styling is set to #000000.
The responsive search icon is 24px below 990px but this has to be specified between 1150px and 990px in custom CSS.
This next line of custom CSS, quoted in a support answer elsewhere on a similar topic to this, is not needed and stops the search icon displaying –
#top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }
CSS:
@media only screen and (max-width: 1150px) {
#menu-item-search { display: block!important; }
.av-burger-menu-main { display: block!important; }
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main { padding-top: 116px; }}
@media only screen and (max-width: 1150px) and (min-width: 990px) {
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu { display: none; }
.html_header_top .av_bottom_nav_header .av-logo-container .main_menu { display: block; }
.html_mobile_menu_tablet #top #wrap_all .menu-item-search-dropdown > a { font-size: 24px; color: #000000; }}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 116px !important; }
.responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 116px; }}
@media only screen and (max-width: 767px) {
.responsive #header_main .container { height: 116px !important; }}
Hi,
You can find functions.php through Appearance > Editor in your Dashboard, or in your theme’s folder.
Updates only override files of the parent theme. To avoid your changes to be overwritten, you should use a child theme and place your changes in functions.php of the child theme. This file will be loaded before functions.php of the parent theme. You can also check this detailed answer for more info: https://kriesi.at/support/topic/changes-to-functions-enfold-php/#post-305311
I hope that helps!
Best regards,
Sarah
Hi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {
height: 59px;
line-height: 59px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
I added my css to the VERY TOP of the quick css field and it worked. That points to something below it not being written properly.
Best regards,
Jordan Shannon
SAME PROBLEM- First sub menu not working on mobile. It’s a custom link with # as url, has been working fine since I built the site last year. 2nd sub menu works, and all work on desktop.
Used temp fix from mbaumannusa (Thanks!) and now works on mobile. But would like to go back to #, I really don’t want to link to a specific page on the site https://artisangourmetmarket.com/
Thanks
Thank you, Michael. Please feel free to open a new topic if you need help with anything else.
Thank you for using Enfold!
Best regards,
Sarah
Hey _handson_,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#av_section_1 .avia-builder-el-4 {
margin-top: -15px!important;
margin-bottom: 0px!important;
padding: 0px 25px 0px 247px !important;
}
}
If you want to have the title and the stars on mobile as well, we can help you to adjust the styles for that. Just uncheck hide on mobile and get back to us.
If you need further assistance please let us know.
Best regards,
Victoria
Hey MattJensenMarketing,
For the author name and date, please try this code instead:
.html_elegant-blog #top .post-entry .minor-meta {text-transform:none!important}
For the pagination font size, can you give us an exact link to the page in question so we can take a look?
Best regards,
Sarah
Angela SchmidtGuest
Hello, I tried to get my credentials with this posting: https://kriesi.at/support/topic/cant-access-support-after-registering/ -but I can’t login to support! So, I can’t see the private content fields! Please EMAIL me my credentials!? See emails in private content.
Great. Please feel free to open a new topic if you have any other questions or concerns.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
Sarah
I have the same issue as well! I suspect it has something to do with the top menu items being custom menu items (#-links).
Hello,
we need to work with self hosted videos. We want to show them in a fullscreen slider at the top of our homepage.
Problem: The video controls are shown, but do not work.
Please have a look here: https://smartdocuments.eu/de/
What are we doing wrong?
Rikard,
One more thing I forgot to ask you about is there a setting somewhere in the theme to make the top main menu sticky? I do not seem to be able to find it in the settings or when doing a search on your forum. Thank you.
Mark
Hi Rikard,
You can close this topic now. Thank you again for your help.
Kind regards,
Michael
Hello,
I was wondering if there is a way to uncapitalize the author name and date when using the Elegant blog format. I tried using this code, but it didn’t work:
#top .fullsize .template-blog .post-meta-infos, .post-meta-infos, #top .fullsize .template-blog .post-title {
text-transform: none!important;
}
Screenshot: http://mjm.flywheelsites.com/wp-admin/upload.php?item=4245
I would also like to increase the font size of the numbers in the navigation.
Screenshot: http://mjm.flywheelsites.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-20-at-8.40.10-AM.png
Thank you!
Hi. I have my logo full-size and centred in desktop mode using Quick CSS. This works well.
When in mobile mode, I would like the logo to revert to the standard small size and be left-aligned, whereas it seems to currently be aligned just off-centre.
I believe it worked before the latest update, but that might be the wider new burger menu items making the incorrect alignment more obvious.
I’ve tried modifying my Quick CSS, shown below, to only apply to large screens, but it doesn’t seem to work:
@media only screen and (min-device-width: 768px) {
.html_header_top.html_logo_center .logo img {
margin: auto;
}
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 100%;
}
}
Thanks in advance for any help. :)
Sam
Hi guys,
congrats with the update!
Here is my problem:
how can I make the content block with the negative margin to be visible in front of the fullwidth slider?
Here is my website: https://www.rutaju.lt/pradzia/
As I give the negaive top-margin to the blue box, it hides under the fullwidth slider. How do I force it to appear in front?
Here is what I want to achieve: https://www.decorist.com/
See: the conent box with negative margin appears in front of the slider.
Thanks a lot!
hey sarah,
I’m not displaying the layerslider now in my website . But you can take a look and try adding one in the top content in my homepage. I’ll include the details in the private section.
Hey nadinedomnink,
Please try this:
1. In Enfold > Header > Header Layout, please set your Menu and Logo Position to “Logo Center, Menu Above”.
2. In Quick CSS, please add this code:
.html_header_top.html_logo_center .main_menu ul:first-child {width:100% !important;}
Please let us know if that works as desired. :)
Best regards,
Sarah
Dear Rikard & Sarah
I did as you suggested and used the following code
#top #main .title_container
{
display: none !important;
}
@media only screen and (max-width:767px)
{
#top #main .title_container
{
display: block !important;
}
}
All works properly, thank you very much for your help. You can close this topic.
Best regards,
MD
Hey mejba,
One thing you can do is create a dummy WordPress installation locally in your computer, then import the Lifestyle Blog Demo there. Then, you can use it as a guide for editing your live site. :)
This thread might also be helpful to you: https://kriesi.at/support/topic/demo-theme-trials-on-live-site-how/
Let us know if you need further help!
Best regards,
Sarah
Hi Martine,
That’s right :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Jeremy!
Okay, we’ll close the thread now. Please feel free to open a new topic if you need help with anything else.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
Sarah