thank you very much. One last question i promise haha. I am using the child theme configuration plugin. Is that good for the enfold child them to edit or should i just use the custom quick css in the theme options?
Hi!
But you won’t see that option with your current version, you need to update to 2.7.1:
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Here’s a video on how to use the header configurator:
Best regards,
Josue
You can simply choose it in the enfold theme options.
Enfold->header layout
Hello,
Are you using the latest version of Enfold? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue
I’m getting an error in the social media headers option in the Enfold menu.
The options to select positions for header social media options disappeared – see screenshot.

Please advise. Thanks.
-
This topic was modified 11 years, 7 months ago by
slick8088.
Hi Bastian Jorgensen!
Are you using the latest version of Enfold (2.7.1)?
Regards,
Josue
Hello,
There is missing a scheme data in the theme.
How can we fix this?
Google richsnippets says.
Missing required field “updated”.
Missing required hCard “author”.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-caption { display: none !important; }}
Cheers!
Yigit
This reply has been marked as private.
Hi sandraen87!
I have just checked your website on Safari Version 7.0.3 on OS X 10.9.2 it does look fine on my end – http://youtu.be/aBJeUEcl3FA
Have you tried checking your website on another computer? As far as i know, none of the other users reported such issue.
If you still would like to remove the animation from the element, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-progress-bar div.progress.avia_start_animation .bar-outer {
-webkit-animation: none!important;
-moz-animation: none!important;
animation: none!important; }
Best regards,
Yigit
Hi fjd12265!
No, we’ve not received many reports regarding performance issues. Maybe a handful of users reported problems with the performance (mainly because of the limited server php memory like here: https://kriesi.at/support/topic/memory-usage/ and afaik another user switched the host because the server didn’t support sessions) but given the fact Enfold sold nearly 28,700 times these reports are insignificant. We do our best to make the code as efficient as possible and if we find performance issues we fix them immediately. If your host makes troubles when you use Enfold I recommend to switch to a different (better) hosting provider because at the moment we’re not aware of any performance issues with the theme and we’re not working on a “performance” update.
Best regards,
Peter
Hey jansthh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.avia-slideshow-arrows.avia-slideshow-controls, div.avia-slideshow-dots.avia-slideshow-controls {
display: none !important;
}
Regards,
Yigit
Hi Team,
can you tell me how I would remove the arrows and navigation dots in the slideshows in Enfold?
Thank you,
Jan :)
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .container, #socket .container {
background: inherit;
}
Best regards,
Yigit
dParticipant
Hello there! I don’t know how to put the team member picture as a circle, and also I don’t know how to handle the the title and description position. I would like to put my team members just like the demo page shows “WHAT OTHERS SAY ABOUT US”.
http://kriesi.at/themedemo/?theme=enfold
Thanks for you time!
D.
Having an issue with slow loading pages on occasion. My host is reporting high levels of CPU Throttling from time-to-time and the only way I’ve been able to correct that is by switching themes. I’m running Enfold 2.7.1 with no plugins. Has anyone else experiencing a similar problem running this theme and is there any news about an update in the works? I love Enfold. Don’t make me have to change.
Hi vin8tan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-caption { display: none !important; }}
I believe that is the best option. It will remove captions on easy slider on mobile as it is not possible to fit all the text without making the font size very small
Regards,
Yigit
Hi Yigit,
Thank you for your answer.
I put the code on Enfold > General Styling > Quick CSS but nothing happens on mobile version.
Can you see please?
Thank you
Hi!
Please add following code to Quick CSS in Enfold theme options under General styling tab
@media only screen and (max-width: 989px) {
.responsive .av_mobile_menu_tablet .main_menu {
display: block;
}
.avia-menu { display: none; }}
@media only screen and (max-width: 767px) {
.responsive #header .main_menu ul {
display: block;
}}
Regards,
Yigit
Hey webpress!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
fieldset > p:last-child input.button {
display: block;
margin: auto;
}
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_secondary_right .sub_menu { float: none; }
#top .sub_menu>ul { float: right !important; }
#header div.breadcrumb.breadcrumbs.avia-breadcrumbs { bottom: -20px; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.mejs-container.mejs-audio { display: block !important; }
P.S.: Great song!
Regards,
Yigit
Hey Kayzel!
How about turning on custom CSS field for Avia Layout Builder elements ( see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and adding an image right below fullscreenslider and showing it only on mobile and removing fullscreen slider on mobile as a workaround?
Cheers!
Yigit
Hi winzenried!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon {
display: none!important;
}
Best regards,
Yigit
Hallo
Ich habe eben auf die neuste Enfold Version aktualisiert.
Hier verwende ich am rechten Rand ein 1-spaltiges Blog Grid um die neusten Posts aufzulisten.
Seit dem Update sieht das so aus:

Das Icon das den Titel überdeckt stört mich. (Ev hatte ich das vorher über CSS ausgeblendet). Ist das so gewollt oder was mach ich falsch? Gibt es eine Möglichkeit die Posts ohne Bild (oder eben Icon) aufzulisten?
Danke und Grüsse
Lukas
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta { background: transparent; }
Regards,
Yigit
Hey!
Seems like you have already figured it out? – http://i.imgur.com/vYxGicE.png
You can change the font color in Enfold theme options > Advanced Styling
Cheers!
Yigit