Hi,
It appears there is a conflict with the google analytics code added in the Enfold > Google Services or a plugin conflict.
For testing purpose we have removed the api key from google services theme options.
Please delete all api key’s and refer to this link and follow the steps provided to create a new api key.
https://kriesi.at/support/topic/google-maps-not-working-entered-api-key-tried-various-referers-etc/#post-695834
Use this plugin https://wordpress.org/plugins/api-key-for-google-maps/ and insert the api key in the plugin options.
Best regards,
Vinay
.av-burger-overlay {
box-shadow: -2px 0 10px #bbb;
max-width: 400px;
left: inherit;
right: 0 !important;
}
see here: http://webers-testseite.de/elegant/
works ok and looks nice with a little shadow
by the way
if Ismael could help me again.
Is it possible to darken the background than ?
I inserted allready the div like here : https://kriesi.at/support/topic/mega-menu-effect/
but i do not see how i can influence the container. There is a class added to html (av-burger-overlay-active) but is this the way ?
Thanks
Hi,
The issue is you are using the ID selector more than once and the one that the menu is linked to is hidden in the mobile using only_mobile class. So there is a bit of a conflict and hence it is not working in the mobile.
To overcome this please add a new clorsection and give it a height of 0 using custom css
we added the below code in quick css to make the colorsection height 0
#wie{
min-height: 0px!important;
}
It works in both desktop and mobile now.
Please do the same for the other anchor links.
Let us know if you have any questions.
Best regards,
Vinay
Hi,
Yes you are right.
It was one plugin. I stop loading javascipt for this plugin on the page and it works.
Thank you
I’m trying to remove the spacing below the header section on my mobile view (see below), so that the image sits just below the client logon button.
http://imgur.com/a/1yaVj http://imgur.com/a/E00BU
Here’s the code I used to align and decrease space of the items in the header:
/* move phone number widget */
@media only screen and (max-width: 749px) {
#header #text-15 {
position: relative;
padding-bottom: 0;
top: -80px;
left: 33%;
}
/* Move Client Login button in header */
@media only screen and (max-width: 749px) {
#header .avia-button-left {
position: relative;
padding-bottom: -80px;
top: -100px;
left: 33%;
}
}
/* === MOVE ANNIVERSARY LOGO IN HEADER AREA === */
@media only screen and (max-width: 749px) {
#header #text-14 {
position: relative;
padding-bottom: 0;
top: 0px;
left: 20%;
}
}
/* Change header in mobile */
@media only screen and (max-width: 749px) {
#header_meta {
margin-top: -30px;
}
.logo img {
margin: auto!important;
}
.logo {
width: 100%!important;
}
#widget_sp_image-2 img{
transform:translate(50%, 20px);
}
}
/* Mobile Menu Positioning */
#advanced_menu_toggle {
right: -25px;
top: 30px;
}
Thanks.
Hi!
I moved your code from Quick CSS to Style.css file of your child theme in Appearance > Editor and tried adding following code to bottom of Style.css file
.title_container .breadcrumb { display: none !important; }
and it did work fine. Which code is not being applied?
Please note that following code is only being applied on screens smaller than 767px
@media only screen and (max-width: 767px) {
.responsive .logo { display: none !important; }
/* div .main_color .tabcontainer .active_tab_content { background-color: #0694D2; }
*/
div .main_color .tabcontainer .active_tab { background-color: #EF7F1B; color: white;}
/* START – remove arrows to previous and next gallery */
#top .avia-post-nav { display: none; }
/* END */
/* start – position and thickness line under main menu */
.avia-menu-fx { bottom: 10px; }
.avia-menu-fx {
height: 3px;
width:74%;
left:13%;
}
/* END */
#advanced_menu_toggle, #advanced_menu_hide {
margin-top: 10px;
}
#header_main {
min-height: 82px;
}
}
Best regards,
Yigit
I already sent you a link, check that msg in private content.
There you’ll site the burger menu displayed top left, very good, then a fullwidth menu inside the home page, but that one is under the burger row
Hi!
@luke7263 Please refer to this post – https://kriesi.at/support/topic/enfold-3-8-burger-menu/#post-685852. If that does not help, please start a new thread or we can continue on your existing one.
Cheers!
Yigit
The home page is using a layerslider as the hero image. When I originally opened this support ticket, I stated that the animations were not working on the layerslider or on the fullwidth easy slider in the Chrome, IE or Safari browsers. I could only see the animation on Firefox.
Whatever you did, made it so now all transitions on sliders are visible in all browsers that I have tested it in. However, on the Our Capabilities fullwidth easy slider, the caption text flies in from the far left, but on all the other fullwidth easy sliders I have on the sub-menu pages, the caption text fades in from top to bottom at about 80px or less?? Just wondering how to fix it so that this is the same transition (fades in from top to bottom at about 80px or less) on the Our Capabilities page easy fullwidth slider?
My Confusion is with Ismael’s reply:
“Hi,
In the construction demo, the page preloading option is disabled so you can see the animation caption. We disabled the option temporarily.”
What does this mean?
Best regards,
Stacy
When I use the content element Blog Posts and choose:
Blog style = Grid Layout
Define Blog Grid layout = Title and Excerpt + Read More Link
…. then the “Read more” buttons are horizontally cut in half, so only the top half is visible (see screenshot attached in private content).
It seems like a bug?
Hi,
Please check out this post as well – https://kriesi.at/support/topic/google-maps-not-working-entered-api-key-tried-various-referers-etc/#post-696382
If that too does not help, please create a temporary admin login and post it here privately so we can look into it.
Best regards,
Yigit
Hi,
Josue explains it in details in his post of the link I provided to you. What else do you need to know?
Best regards,
Andy
Hey suerte2911!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-categories.minor-meta {
display: none;
}
2- Please refer to this post – https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/
Regards,
Yigit
Hey André!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
margin-top: 0.5em;
}
and adjust as needed
Best regards,
Yigit
For some unknown reason, most of my sites images have stopped working. When I go to look at the image element on the layout builder, where the image was, there is now no link to the image at all, just a grey box.
I’ve updated everything (including the Enfold theme) hoping this would fix it, but it hasn’t worked.
Hi,
Thank you for elaborating :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-burger-overlay {
max-width: 300px;
}
.av-burger-overlay-active #top .av-hamburger-inner::before,
.av-burger-overlay-active #top .av-hamburger-inner::after {
background-color: #000000;
}

If the above code don’t work for you please get back to us with a link where we can inspect the element in question so we can help better :)
Best regards,
Vinay
Hi,
I made a onepage site with 3 anchor links. It works good on desktop but on mobile screen i get the burger menu but the links don’t work.
I use theme version 3.8 with the latest WordPress version. Any idea?
THX Freek
Hi,
You are most welcome and thank you for the tip.
Using one API key for each site and one API key for many site both has it’s advantages and disadvantages.
One API key for all sites:
Easy to create and add to many sites.
Google has a quota for every API key i believe so this might get exhausted soon depending on number of sites and traffic to the site.
It may stop working on all sites.
One API key for one site.
You have to create new key and add to every site.
If the API key fails you only have to change it for one site and not all.
I would personally use one api key for one site.
Feel free to get in touch with us if you have more questions.
We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay
Hi,
We are glad to help! We will keep this ticket open please feel free to get back to us if you have further questions related to this topic.
Thank you for using Enfold :)
Best regards,
Vinay
Hey Soerenm,
Sorry it’s not clear what exactly you want to try? Please share a link to the site and an example. If i understood you correctly
For example
The divs on desktop are laid out
Div-1, Div-2, Div-3, Div-4, Div-5
and in mobile you want to change it’s order to
Div-1, Div-3, Div-4, Div-5, Div-2
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Vinay
Dear Sir/madam,
I have installed the theme Enfold on my WordPress website version 4.6.1.
The layer sliders worked before, I don’t know what happened, but when I add images to a slider on a page, the sliders don’t show. Not in Explorer and nog in Chrome. I tried several types. But no sliders or images show at the top of my website.
So I thought, maybe the theme needs an update.
I see the message that a new version is there and when I try to update the theme, I got the following message:
Thema Enfold (1/1) updating
Downloaden update of https://s3.amazonaws.com/marketplace-downloads.envato.com/files/204665624/enfold.zip?AWSAccessKeyId=AKIAJYG5ROGJ6X7Z3M6Q&Expires=1475830012&Signature=nf6NUNnGtjxcHnFRMCrGV6nvUhA%3D&response-content-disposition=attachment%3B+filename%3Dthemeforest-4519990-enfold-responsive-multipurpose-theme-wordpress-theme.zip…
An error occurred while updating Enfold: Download failed. Forbidden.
Can you let me know if there is a possible solution?
Kind regards,
Sandra
Hi,
I tried to remove sign “/” after removing word “all” from portfolio category sort option ( https://kriesi.at/support/topic/remove-all-category-on-portfolio-filter/#post-650745 ) using provided code:
span.tepelne-cerpadla_sort_sep {
display:none !important;
}
but this code does not work the job.
is there another code for removing only first “/”
Hello, the public web side it work perfectly, the autoupdate is stopped, so not dependent on updates, I can not log in anymore on admin area, it gives me this error, I checked, no web config error, and other parameters, simply up to two days ago everything worked
Fatal error: require_once(): Failed opening required ‘D:\home\site\wordpress\wp-admin/admin.php’ (include_path=’.;C:\php\pear’) in D:\home\site\wordpress\wp-admin\index.php on line 10
Thanks
hi,
template ENFOLD you can not install. The installation stops at 90% and return to the idle screen with the theme templates. You advise me?
Wordpress 6.1.
Hi Rikard… sorry about that…. try this link. No idea how that link got posted…?
Great to hear if you can help me target the padding using some @media css code…
I have included a logo (in white -as a .png) in the full screen slider header using html it works fine and I have used this before on other sites built using enfold. I love the theme – by the way! But on a mobile there is a really huge space at the head of the logo. It sits fine on my desktop… is there anyway to control the padding on mobile device only please?
Hi,
Great, glad to hear that :-)
We’ll keep the thread open in case you should have any further problems on the topic.
Best regards,
Rikard
Hi,
Great, glad to hear that :-)
Please let us know if you should need any further help on the topic.
Regards,
Rikard
Hey!
Please add this code below the previous ones.
.html_cart_at_menu.html_bottom_nav_header .header-scrolled #menu-item-shop {
top: -30px;
}
Best regards,
Ismael