Hey stephaniebLOS,
Thank you for the inquiry.
Did you modify the “All Headings (H1-H6)” element in the Advanced Styling panel as well? The current modification is overriding the custom styles for the H3 element. To apply the font-weight changes correctly to H3, consider removing the “All Headings (H1-H6)” modification or adding this code in the Quick CSS field.
#top #wrap_all .all_colors h3 {
font-weight: 900 !important;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
Ismael
Hi octopussolutions,
I think what you made is the correct solution, to fix the border radius issue, please add this inside the media query:
.html_header_top.html_header_transparency #header .header_bg {
border-radius: 8px;
}
Hope it helps.
Best regards,
Nikko
I have a site setup to pull in post types from six different tags using the OR option. The first tag loads the first 6 entires as is set in the pagination settings.
As you click through the other tags across the top, none of the others load there respective first six, and the last tag across the top doesn’t show up until you use the LOAD MORE button on any of them.
Thanks in advance for the help. My team and I have tried everything we could think of.
Enfold version 5.6.6.
Hi,
I have a menu item which is supposed to connect to a different page section using a custom id. In this case #industry. It works properly on a desktop menu but doesnt work on a mobile menu. I have included the url below. The menu item “industries” under the menu item services is the link in question.
Thank You.
~ JP
I set full screen submenu. Could be ok but, try to scroll down after its opened: there is an error! (desktop version)
I would the logo at the center of header bar and after clicking the burger, it have to stay above. Thanks
Oh, and part of my confusion is that my GTmetrix, pagespeedinsights etc DESKTOP scores are at 99-100%. It is ONLY my mobile device speeds that are staying in the 70’s, whether I am using wp fastest cache along with Enfold compression/merging, or just Enfold compression/merging. . . those work great on desktop, it’s just mobile that is the problem.
Any idea why it would only be a mobile issue?
Autoptimize really slowed my site down. I am using WP fastest cache now, but can switch to AO if I know what settings to use, and what to put in those fields that allow for codes to exclude, the critical/above the fold css, etc. Removing AO sped everything up, but that may be because I had the wrong stuff in those boxes. I am guessing that using Enfold compressions, WP Fastest Cache compressions AND AO compressions would not be a good idea. . . I have another thread on that question.
J
Hi,
How can I hide the logo on mobile devices? I have my logo showing on desktop browsers but when viewed on mobile devices I see the Enfold logo. How can I remove the enfold logo from showing up?
Thank You
JP
es ist nicht so wichtig die Lösung des Problemes zu finden. Es passiert in den pagespeed insights dann, wenn das mp4 auf autoplay gesetzt ist.
meine Theorie dazu ist, das der play Befehl erfolgt bevor das Video geladen ist. Siehe deine Testseite mit deinem video.
Problem ist, das es nicht reproduzierbar ist. Mal meldet Pagespeed den Fehler mal nicht. Daher – verschwende keine Weitere Zeit auf dieses Theme.
Danke fürs reinschauen
Hi Jeannette,
Thank you for the feedback.
I will leave this topic open.
Enjoy the theme and have a great day.
Best regards,
Günter
Hi,
We can’t provide custom solutions like that unfortunately, since it would be out of scope of theme support. If you want to add the social icons to the burger menu, then please try following this thread: https://kriesi.at/support/topic/adding-social-media-icons-to-mobile-menu-on-mobiles-only/
Best regards,
Rikard
Hi,
Thank you for the update.
Adding this css code should adjust the space below the columns.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all .flex_column.av-aeojcb-ba774702a778e4ef03b33416445dc95a,
.responsive #top #wrap_all .flex_column.av-f4v2wb-e42519b148782c16cb969eeccaa5f926 {
margin-bottom: 20px;
}
}
Best regards,
Ismael
Dear Ismael, thanks for your reply!
I have deactivated the file compression and updated the theme, but unfortunately this did not bring anything. I have included an extra audio player on top of the page (outside of a section), but this also stays unvisible on the frontend.
The corresponding HTML for all inserted audio players on that page looks like this:
<div id=”av_player-2″ class=”av-player av-player-container av-lmht9iej-954d644b722b95f78a1a4b065c7f5c5a avia-playerstyle-classic av_player-2 avia-builder-el-11 el_after_av_textblock el_before_av_hr av-player-hide-playlist avia-playlist-hide-cover”><div class=”av-player-player-container”></div></div>
Perhaps that is of any help to you?
I will also arrange you a login.
Thanks for your help!
BR, Cornelie
Hey,
You have the following custom CSS code
#top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul{background-color: #000000 !important;}
Please change it to the following:
@media only screen and (min-width: 768px) {
#top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul{background-color: #000000 !important;}
}
If you have any other questions, please start new threads under Enfold subforum ( https://kriesi.at/support/forum/enfold#new-post ).
Regards,
Yigit
How do I customize cart icon shape and color that appears on top right when a product has been added?
I want it to float but at the bottom right of the device screen once a product gets added.
Hey gatehealing,
Thank you for the inquiry.
Have you optimized the loading speed of the site? If you haven’t, please check the following articles for more info about site speed optimization.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://gtmetrix.com/wordpress-optimization-guide.html
To start, you can enable the Enfold > Performance > File Compression settings to compress scripts and stylesheets, which should reduce render-blocking resources. If you have already installed a cache plugin, consider enabling its default compression option or use Autoptimize.
Best regards,
Ismael
This reply has been marked as private.
For all of my pages, including the homepage gatehealing.com Page Speed Insights is significantly slower on ONLY mobile. My server speed is fine on the desktop, so I don’t believe it is the server.
Is there a reason that Enfold might cause this? Folks are saying that I may need a better-optimized theme, but since the desktop version is so fast, I think it must just be a setting that I cannot find that is slowing down the mobile version.
Thanks
Jon
Hi,
Thank you for the clarification.
The logo is pushed a bit to the right because of this css code.
.responsive #top .logo .subtext {
transform: translate(2%,-50%)!important;
width: 235px!important;
}
Adjusting the transform/translate value should move the logo farther to the left.
.responsive #top .logo .subtext {
transform: translate(-15%,-50%)!important;
width: 235px!important;
}
And to adjust the size of the magnifying glass, please add this css code.
.responsive #top #wrap_all .menu-item-search-dropdown>a {
font-size: 42px;
}
Best regards,
Ismael
Hi,
Thank you for the info.
We have adjusted the size of the header to 100px in the Enfold > Header Layout > Header Size / Header Custom Height settings. This is twice of the previous value or size. We also added the following css code to create some space around the logo.
.logo img, .logo svg {
margin-top: 10px;
max-height: 90%;
}
Please make sure to purge the cache before checking the page, or use incognito mode.
Best regards,
Ismael
Hi,
Thank you for the info.
Please follow this documentation to create a custom shortcode for the default search bar.
// https://kriesi.at/documentation/enfold/search/#search-bar-shortcode
You can then use that [avia_search] shortcode in the Navigation Label field of the new menu item beside the “SHOP & ORDER NOW” menu item. The menu items can be edited in the Appearance > Menus panel.
To adjust the size, position and appearance of the search bar, please use this css code.
#top #header #s {
width: 100%;
position: relative;
padding: 11px 47px 11px 5px;
z-index: 1;
margin: 0;
box-shadow: none;
border-color: red;
background-color: blue;
color: green;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: green;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: green;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: green;
}
Adjust the values as necessary.
Best regards,
Ismael
Hi,
Thank you for following up.
I looked at the website and it still looks corrupted.
You might have viewed a cached version of the page. The site seems to be displaying correctly on our end, aside from the logo which could use some adjustment.
.responsive .logo img {
margin-top: 20px;
}
Best regards,
Ismael
Hey!
Another user provided a possible solution in the following thread: https://kriesi.at/support/topic/please-dont-close-theads-that-fast/
Best regards,
Ismael
Hi,
This is a duplicate thread of this one, that Rikard is also helping you with so we we close this one the avoid confusion.
Best regards,
Mike
HI,
You said, “Looks like you’ve disabled the search bar in the header but if you want to adjust the size of the label, try to use this css code.”
However, it is Enabled (ie the toggle is on) and the Top Header is enabled on General Layout > Layout Tab > Logo and Main Menu.
If you pull up my website on an iPhone, you can see that my “logo” which in this case is just my name/company is pushed a bit to the right, almost overlapping the magnifying glass icon–my ‘actual’ logo is a compass that disappears on mobile devices, but the ‘name’ part of that doesn’t move over to the left to take its place–the compass just disappears but leaves the text “Jonathan F. Anderson, LPC-S, Gate Healing, PLLC” where it is . . . I think that causes the tap target of the magnifying glass to be too small.
J
We have over 20 sites that use Enfold and the Google Maps function has stopped working on all of them. We’ve updated to the newest version of Enfold and had Google tech support confirm that the API keys are set up properly (with unique projects and billing accounts). But when we enter the Google Maps API key “to use all map related theme functions” we get this error message “Could not connect to Google Maps with this API key”.
Google tech support tells us that the theme is using an outdated version of JavaScript, and that version 3.52 is the minimum required, with versions 3.53 or 3.54 recommended. Can you please investigate and provide a fix?
Thank you!
Hi,
Glad to hear this helped the map issue, I see the your mega menu items are still column titles, have you tried to change them to regular menu items? Doing this will make the fonts size smaller and the width smaller, like this mega menu example:

unless you specifically only want to use column titles?
If so then try this css and adjust the font to suit:
#top #header .mega_menu_title,
#top #header .mega_menu_title a {
font-size: 12px;
}
To make the meag menu smaller tru this css and adjust to suit:
#header .avia_mega_div.twelve.units {
width: 602px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
We have recently updated the Enfold to Version: 5.6.5 and the lightbox stopped working on the Gallery element.
Here is the example on the page:
Here is a test page with only that element on it:
And here is the old version of the site with the lightbox working (Enfold Version: 4.0.4)
Please advise on how to get the lightbox to work on the Enfold 5.6.5.
Thanks,
Joanna
Because of the reasons you told on this topic: https://kriesi.at/support/topic/update-4-4-0-to-latest-version/?login_error
i cant update from the wordpress dashboard because like you told i need to upload manually.