Hi,
I’ve optimised my theme but only one problem now. When you open my website https://lamper-design.nl and when you click through the menu sometimes you’ll see on the left top the menu building with a black background and blue font. It’s difficult to post a screenshot because it’s milli seconds visible.
Can you please check? Do you have any suggestions for this?
Regards,
Kees
Hi Yigit
Thank you for the tip.
Also there is a closed topic without any solution. not sure why
https://kriesi.at/support/topic/tabs-in-mobile/
Thank you very much
Hi!
It must be caching related issue, glad it is solved now :)
Please change the code to following one
@media only screen and (min-width: 990px) {
#blue_section {
position: fixed;
width: 100%;
top: 82px;
z-index: 99;
}}
Regards,
Yigit
I can not work with the theme, encounter problems with the advanced layout builder editor. I imported a demo to study the topics and when I open any page to edit the template editor disappears and the home page looks like a frame. I do not understand if it is a problem of the them or the installation of wordpress. Do you helpme? thanks!
Hi microtool,
I added the code to my footer, no effect, added direct links (again), still nothing. The map loads at first then the message comes up. Seems like its being stopped or blocked after loading. Website is live for moderators to view.
Yigit,
Did you fix this problem? I was checking it now and it seems solved?
The only problem that remains is on mobile. The blue bar is “floating” about 80px from the top when the user scrolls down and the 2 words are not aligned with the logo. Is there any “easy” solution for this?
Many thanks.
Hey rakoffron,
1- Please refer to this post – Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.menu li > a:after { content: ' ▾'; }
.menu li > a:only-child:after { content: ''; }
#top .av-main-nav ul a {
background: url(https://225.738.myftpupload.com/wp-content/uploads/2016/08/bullet.png);
background-repeat: no-repeat;
background-position: 0% 50%;
}
Best regards,
Yigit
I found this thread: “Sidebar Menu nested at 2nd level” – https://kriesi.at/support/topic/sidebar-menu-nested-at-2nd-level/
I want to solve the same problem. In my sidebar the 2nd level is only after clicking on the menu item will be displayed to the 1st level. But the code does not work for me. I get this error:
Parse error: syntax error, unexpected ‘add_theme_support’ (T_STRING) in /kunden/is-wodniok.de/user/niederau-neu/wordpress/wp-content/themes/enfold-child/functions.php on line 1
This is the code of functions.php in the child-theme:
// Custom submenu
function custom_submenu(){
?>
<script>
jQuery(window).load(function(){
var menu = jQuery('#menu-item-947'),
subMenu = jQuery('#menu-item-947 .sub-menu li:has(ul)');
subMenu.children("ul").addClass("submenu-hide");
menu.find('li a').on('click', function(event) {
var parent = jQuery(this).parent();
if (jQuery(this).parent().is('li:has(ul)')) {
event.preventDefault();
parent.siblings().find('ul.submenu-show').removeClass('submenu-show');
parent.find('ul:first').toggleClass('submenu-show');
}
});
});
</script>
<?php
}
add_action('wp_footer', 'custom_submenu');
?>
Can you help me? Thank you!
Guys can you look at my site:
The SM icons across the top of the home page don’t appear property, but they ARE working everywhere else. This is strange. Can you help me out?
Thank you!
Eric
Hey thecszone,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .avia-logo-element-container .slide-entry.av_one_fifth:nth-child(1) {
margin-left: 0;
}
#top .avia-logo-element-container .slide-entry.av_one_fifth {
margin-left: 5px;
width: 19.6%;
}
.title_container {
background: transparent;
}
.title_container .breadcrumb {
top: 75%;
width: 100%;
}
Best regards,
Yigit
Hello folks,
I’m looking for a meny solution where i can place the main menu under the first element, i.e full slider, or color section. Once this section has been scrolled down, the same menu shall appear on top. I found this kind of menu behavior here: http://www.bravallafestival.se/
Do someone have a solution for this in enfold? :)
Thanks in advance
/ J
As I understand you like to hide the background video on mobile device and display only the background image correct?
For mobile, correct–I would like to display a static image of my choice for the mobile background only. For desktop, I would still like the looped background video to play however.
Please setup the background image and video to a color section and select the option that say’s “Hide video in mobile devices”.
If I set the background image and video to a color section, won’t that remove the video from showing on the desktop version?
Thank you!
Hello team,
I still have some problems after updating Enfold theme. Now i can see the submenus in the page (but i think is not definitively resolved, bacuse i needed to deactivate the jquery pluging ?¿?¿ )
But now if i am on a page and i try to open the edition from the frontend (fron the top bar of admin of wp) the page open empty ! . I cant edit it. I need to go to pages in the backend of WP and open from there the page . You can review it please?
I reload the new files of the theme via ftp.
I deactivated plugings…. I think i tryed all.
please help. Thanks in advanced. I have another issues in other tickets.
regards,
I noticed today that our Contact menu item from the Header on our development website has jumped to the level below. This seems to be the case for desktop display and tablet/mobile.
Nothing has been changed in the settings for the page width or anything…any ideas of a cause and fix?
Hey!
Please add following code to Quick CSS as well
#top .avia-slideshow-button {
font-size: 16px;
}
Best regards,
Yigit
Hi!
Please add following code to Quick CSS
.header_color #header_meta {
background: transparent!important;
}
#header_meta .sub_menu {
min-width: 560px;
background: #0077b4;
padding-left: 0;
padding-top: 5px;
}
#header_meta div {
float: right;
min-width: 300px;
}
#header_meta .container {
padding: 0;
}
#top .av_header_transparency #header_meta {
border-color: transparent;
}
Best regards,
Yigit
Hi, thanks once more. Please note the issue is only partly resolved.
I have added the below CSS to the Child-Theme, effectively making most of the changes needed.
However, I am stuck on making two changes:
1. Color-Overlay for the image in the Color-Section. Is there a CSS that can change the color and opacity of this section accross the site? If so, would you be able to provide me with this?
2. I use the headline rotator. There is a “custom” color setting for the headlines. Would it be possible to change the Headline Color of the Headlines Rotator by CSS, and if so, what is the code for this?
If you have any suggestions to improve the below CSS, please do feel free to comment.
Thank you.
@import url(‘../enfold/style.css’);
#top .avia_message_box_content strong{color:#E74D7B;
}
.custom-color-heading strong{color:#E74D7B
;}
.slideshow_caption strong, div .slideshow_caption h2 strong{color:#E74D7B;
}
#top #wrap_all .custom-color-heading .av-special-heading-tag, #top .custom-color-heading a, #top .custom-color-heading strong, #top .custom-color-heading .special_amp{color: #E74D7B;
}
.av-section-color-overlay {
opacity: 0.4 !important;
overlay-color: #E74D7B !important;
}
#top .av_font_icon a{color: #E74D7B; display: block;
}
.av_font_icon.av-icon-style-border .av-icon-char{
color: #E74D7B;
border-color: #E74D7B;
}
Hi guys, have the same problem
Posted here: https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3/#post-678984
Was told to start new thread, please see the site login details in the private content section and advise of how to fix this.
Thanks again!
Update: 1 Sep – this has not been resolved and was closed!? Open the ticked and solve it please – thanks
-
This topic was modified 9 years, 7 months ago by
anton123.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-custom-form-color select *{
color: #000!important;
}
Best regards,
Vinay
We have upgraded our theme from 3.0.4 to 3.6.1 (please see the tittle of this thread). when we did, all the background header images stopped being responsive as they were in the old 3.0.4.
Basically this is the issue, UPGRADING FROM 3.0.4 breaks the responsiveness of the background images.
do you have a solution for this issue?
thanks,.
Hi!
Please add following code to Quick CSS as well
.single-product h3.addon-name + p.form-row {
float: left;
width: 80%;
clear: right;
margin-top: -9px!important;
}
.single-product h3.addon-name {
float: left;
width: 20%;
}
Best regards,
Yigit
Hi Yigit,
This is the code I have now for the blue_section:
div#blue_section {
height: 32px;
min-height: 32px;
}
#blue_section {
position: fixed;
width: 100%;
top: 82px;
z-index: 99;
}
But it messed up the bar a bit.
Hey!
Please add following code to Quick CSS
#blue_section {
position: fixed;
width: 100%;
top: 82px;
z-index: 99;
}
Cheers!
Yigit
Hi Yigit,
Thanks for your contribution.
Please look to the website (in Private).
I simply want the blue bar below the header permanently fixed with 2 words below the logo (and centered with the logo).
Many thanks.
PS – If you have a chance to look into my other post here, I would be very grateful :)
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and display different elements on mobile and on desktop
Best regards,
Yigit
Hi,
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and display different elements on mobile and on desktop.
Also, we recommend updating to the latest version of the theme as they always come with new features and bug fixes.
Best regards,
Yigit
Hey rachelvanstaalduinen,
I don’t see any mega menu on your site but I do see the blue buttons on “over ons” and “Maak een afspraak” the top right which has a rounded corner if you are referring to that then please Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sub_menu a {
border-radius: 0px!important;
}
Best regards,
Vinay
Hey EverydayAlternative,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top #menu-item-shop .cart_dropdown_link > span:nth-child(1) {
border: 1px solid #e2e2e2;
padding: 14px;
border-radius: 2px;
}
.responsive #top .cart_dropdown {
right: auto;
left: -50px;
}}
Best regards,
Yigit