Hello Support,
We are in the process of building a website for a client and was wondering if we can build the website with the Enfold Theme but is it possible to make it look like the screenshot below:
The Homepage would display the blog post in a grid look but also they are not all aligned to the top and images are different sizes.

Hope to hear from you soon.
Thanks,
MP
Sorry for making 2 posts, I never received a notification/email you had replied. I’m okay with accessing the Quick CSS, but I am trying to access “Custom.css file inside Enfold/css folder.”
When I try to go Appearance > Customize (is that where the custom.css is?), i just get a blank white page.. like it is broken. Is it doing the same for you?
Thank you so much for your help.
Hey michelleforget!
You can add your custom CSS into Quick CSS field in Enfold theme options > General Styling tab. Or you can add them to Custom.css file inside Enfold/css folder.
If you can give more information what exactly you would like to change, we can help you better
Cheers!
Yigit
Hey dalboslampen!
You can use HTML in that field. Please wrap your number inside a span with a custom class such as
<span class="footer-phone">+1 234 14123</span>
and then you can add margin around it using custom CSS code in Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
.footer-phone { margin-right: 10px; margin-left: 5px; }}
Cheers!
Yigit
Hi there,
I updated Enfold recently to the latest version and it has affected the images inserted through the Avia page builder, which were already there. It’s diaplying alignment code around the images and they don’t appear as they do in the front end (which is fine).
I’ve attached a screenshot: 
Hello,
I am trying to access the custom css page. When I go Appearance > Customize, I just see the left column with my site info (title etc.) and then a white page for the rest! The URL also looks funny – normal? (…/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php)
When I try to access the same page from a different way:
Appearance > Themes > Enfold > Customize, the page has the little circle loader for a second, and then the same thing (URL looks a little different …/wp-admin/customize.php?theme=enfold). Left column and then blank.
Any Help would be great, I’m tight for time! :(
Does layer slider have a function similar to Woo Theme scrollider theme that allows layerslider to be fixed in the background so page content can be scrolled over the top of a layerslider? If not is there another slider plugin I could use to achieve similar results to scrollider only in my Enfold theme?
Thank you
Hi!
Oh you would like to use boxed layout? Please go to Enfold theme options > General Styling > General and choose to display boxed layout
Regards,
Yigit
Hey!
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit
Hey aregowe!
Please try using this plugin – https://wordpress.org/plugins/q2w3-fixed-widget/ or this one – http://codecanyon.net/item/theia-sticky-sidebar-for-wordpress/5150066
For the paid one, it would be better if you contact plugin author first and ask if they have any experience with Enfold
Cheers!
Yigit
Hey storm-dc!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 6px; }
.logo img { width: 60%; }}
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 87%;
height: auto !important; }}
Then, Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Best regards,
Yigit
Hey Brian!
Please add Color Section element to your page with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add Code Block element inside it. You can place your shortcode inside Code Block element. And then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; }
Cheers!
Yigit
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit
hi there,
i want to build a webpage with enfold in 4 different languages. no translation-plugin needed.
just a switcher with flags in the main-menu or sec-menu as dropdown. and an easy way in the backend to control the language content. (no different languages in the backend needed)
what is the easist way and what plugins i have to buy (what plugins are the best to work with enfold)
greets
-
This topic was modified 11 years, 6 months ago by
volmering.
Hey!
Unfortunately not easily and largely a waste for anyone who is looking for the theme anyway since you can still always check for the theme from the source in other ways.
The function Josue provided is to remove the debugging info: http://kriesi.at/documentation/enfold/remove-avia-framework-debug-information/ (example on that page)
Regards,
Devin
Hey heufti65!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: rgba(255,255,255,0.5); }
Best regards,
Yigit
I seriously need to install another plugin just to prevent Enfold translating the admin for me even though it was always fine before???
Why doesn’t Enfold just stop translating my admin by default? I’m sorry to sound harsh, but I’m offended by the fact that something like this is being forced upon my admin. I should have to install a plugin to enable it rather than disable. Very absurd.
It’s like Apple or Google suddenly change all of your phone contact and app settings even though you didn’t ask for any of it and support tells you “try installing this or that app”.
Hey!
Bu dosyayi indirip Enfold/lang klasoru icerisine yerlestirir misiniz lutfen – https://dl.dropboxusercontent.com/u/14975671/tr_TR.zip
Cheers!
Yigit
Hey curmi01!
Example page was created using elements in Advanced Layout Builder – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/
If you can point out a certain element, we can tell you which one it is. You can find all those elements in ALB
Cheers!
Yigit
Hi!
Unfortunately customization is outside of the scope of what we cover via support. We do however actually have a post on our online documentation to get you started on customizing the single product page here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Regards,
Devin
Hey mmanwaring1!
It seems like you are still using version 2.4.1. Please download the latest version from ThemeForest and update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Please note that you may need to re-configure your header after the update – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
Yigit
Hello! Does Enfold have a built-in ‘Comment Captcha’ function for blog posts? Our site is getting over 400 spam blog comments per day, which shows Askimnet is not working.
We LOVE the Enfold theme- thanks!!! :)
James
I am also having trouble with avia advanced layout editor in your enfold theme.
I have wp 4 and Enfold 2.9.2 which I have installed 2 times via ftp.
http://kristinandmerlesartcamp.merlemanwaringdesign.com.
Not sure what else to do. Used 3 different browsers.
Help please.
Merle
Hello,
I am trying to access the custom css page. When I go Appearance > Customize, I just see the left column with my site info (title etc.) and then awhite page for the rest! The URL also looks funny – normal? (…/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php)
When I try to access the same page from a different way:
Appearance > Themes > Enfold > Customize, the page has the little circle loader for a second, and then the same thing (URL looks a little different …/wp-admin/customize.php?theme=enfold). Left column and then blank.
Any Help would be great, I’m tight for time! :(
We LOOVE Enfold for WordPress!!! By FAR the best template we have ever worked with- Thank you!!!
We are having one large problem with it though- we can see the play and forward buttons for the video, but it won’t play, and there are no errors displayed. Help! :)
I am also having trouble with avia advanced layout editor in your enfold theme.
I have wp 4 and Enfold 2.9.2 which I have installed 2 times via ftp.
http://kristinandmerlesartcamp.merlemanwaringdesign.com.
Not sure what else to do. Used 3 different browsers.
Help please.
Merle
Hallo Enfold Support!
Klasse Theme – setze es schon für viele Projekte ein.
MEINE FRAGE
Ich möchte mit mehreren “Enfold Main Menu” arbeiten.
Das sieht dann so aus, dass ich im “Enfold Secondary Menu” z.B. 3 Geschäftsbereiche (A, B, C) verlinke, die dann jeweils im “Enfold Main Menu” mit Menü A, B oder C dargestellt werden. Unter A, B, C befinden sich entsprechende Unterseiten.
Im “Enfold Secondary Menu” sollte dann auch der aktive Link entsprechend anders dargestellt werden – je nachdem auf welcher Unterseite von A, B oder C man sich gerade befindet.
Funktioniert das mit Enfold Bordmitteln .. oder ist das mittels PlugIn lösbar … wenn ja – gibt es von Eurer Seite eine Empfehlung??
Vielen Dank für Eure Tipps!
VG Peter
Hi ElementArt!
You are currently using an older version of the theme. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Hi Martin!
That element was made for Kriesi.at website and currently is not available on Enfold.
You can request such feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit