Hi,
Here is the snapshot of the page in question, http://www.clipular.com/c?13090040=Ny7LUHp01XCDd21TqFYCMjfLEEs&f=.png
It’s the third page on the Enfold admin vertical menu.
To control the font size you just need the very basic of basic css. However I will forward your request to Kriesi
body {
font: 15px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #444;
}
then drop it into Quick CSS on bottom of Enfold > (Theme Options) > Styling Layout … text are on bottom of the page… or into /css/custom.css
You can suggest anything you want on this thread which Kriesi has been using to make updates https://kriesi.at/support/topic/enfold-feature-requests
However if you want to do it yourself, you can always use Google Chrome dev tools, which are built into the browser to easily locate any css you want , then copy and paste it into Quick CSS , takes seconds and no need to know any coding.
Thanks,
Nick
Hello. Does the enfold theme have any additional bullet styles for lists, other than the default circle, square, etc.? This is where I really miss twitter bootstrap. If not, can you suggest any plugin that will give additional styles. For example, this theme offers a nice custom list, which is what I’m looking for, http://artbees.net/themes/jupiter/shortcodes/custom-list. Thanks.
Hi blubbline,
Take a look at this topic and downloads from Peter: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Devin
Hello,
I’m working with a plugin called WP-Client, and one of the requests of the plugin is that I change a line of code css.
vertical-align: from “baseline” to “top”, so I have two questions:
1. How this will influence the theme Enfold? Will it mess up anything?
2. What is the css code and where should I put it to make the requested change.
Thank you,
Fabiana.
This is probably a stupid question, but would this work as a solution. I originally installed this in a sub directory. Could I:
1. Create a backup XML file by going to Tools > Export
2. Use the original download files to install the previous version of Enfold in my root folder.
3. Import the XML file by going to Tools > Import
Would this work to deploy the old version of WP and retain all of the work I’ve done over the last few weeks?
kcParticipant
hi,
here is the error, it `s in the frontend showing;
Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.jpg): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.webm): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.ogv): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
and here the code from line 564;
$body = file_get_contents($url, NULL, stream_context_create($options), 0, 1);
it might also be related to my thread
https://kriesi.at/support/topic/after-deaktivateing-the-plugin-cool-video-gallery
together, after I made this video plugin disabled.
thanks for your unterstanding and help
carsten
Good luck, it will be a bit of a trick but may be doable with a bit of hacking things.
If I can just throw a note in there for the developers: Please make sure to test audio embedding for the new version. It’s badly broken with Enfold on 3.6. (I updated before spotting this post.)
Hi,
Again, make the “Programs and Curriculum” the parent page of
Early Childhood
Parent & Tot
Preschool
Kindergarten
Curriculum Overview Chart
Then add this on your custom.css or Quick CSS:
.header_color .main_menu ul:first-child > li.active-parent-item > a {
border-bottom: 5px solid red;
}
On this screenshot, the “Blog” page is the parent page of “Blog Grid” page. You’ll see that the menu “Blog” renders a border below.

Regards,
Ismael
Hi,
Enfold is a responsive website or mobile ready. Do you have a caching plugin? Please flush cache settings.
Regards,
Ismael
Hi,
@mirzepapa: Please do this instead. Edit functions.php, find this code:
global $avia_config;
Below, add the add font filter.
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Maven Pro'] = 'Maven Pro';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Coda'] = 'Coda';
return $fonts;
}
On Enfold > Styling, select these two fonts.
If you’re having problem with the Special Heading, add this code on your custom.css or Quick CSS:
.av-special-heading h3 {
font-family: 'Maven Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Regards,
Ismael
kcParticipant
… im Fontend auf der Startseite der Layerslider nicht mehr, auch werden einige Thumpnails auf der Startseite nicht mehr angezeigt!
Im Backend ist der Layerslider samt Inhalt ersichtlich auch die Bilder werden angezeigt, habe auch nochmals die Bilder neu aus der Mediathek hochgeladen, aber auch ohne Erfolg!
Woran könnte dieses noch liegen bitte?
Sorry, i try it on first in german, so it`s when i get an anwser in german for me better to unterstand ;-)
I have the enfoldtheme 1.84 and wordpress 3.5..
cheers
Carsten
You can add some social icons to the header. Go to “Enfold > Header” and select a header “with social icons”. New option fields will pop up and you can add your social links to the header. They’ll look like http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ or http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ (depends on the header type). If you’re searching for a bookmarks plugin see: https://kriesi.at/support/topic/looking-for-recommendation-on-swyn-plugin
Hey!
Can you post a link to the website please? I’m not sure if this is possible but I’ll play around with the css code a bit – maybe we can find a solution.
Regards,
Peter
Hello,
I’m working with the Enfold theme, and I’m having trouble figuring out how to assign Section IDs to my main menu items, to get the top menu to trigger scrolling to sections on a one-page website. I want to get my menu items, to trigger scrolling to sections on this page, rather than link to separate pages.
I’ve assigner Section IDs to the color sections I want to serve as my anchor points, and I found what I thought was a starting point, by identifying the menu item numbers of each of the top menu selections I want to modify… but I got lost after that and couldn’t find anything to help on the forums.
Please help! Thanks!
Hi, I have used your Enfold theme to create this website http://www.webmarine.gr & i’ m dealing with the usual issue of the logo overlapping the main menu. As I am quite novice I would like a small code that would allow me to move the main menu under the logo and center the logo in the page.
Thank you in advance.
Peri
Hey,
There might be a missing or corrupt file on your wp installation. Glad it is fixed.
Regards,
Ismael
Hi,
yes the Template Builder is not supported by WooCommerce products because the template builder would overwrite the default woocommerce plugin templates and break many existing third party woocommerce extensions. Thus we decided that WooCommerce templateswon’t support our layout builder.
If you want to add images to the products use the “featured image” option in the right sidebar (editor screen) and you can also use the “Product Gallery” field to add some thumbnails.
Hi there,
Allura is the font although I don’t recognise either of the first two lines of code you mention. I’ve got three fonts I’m using…
Helvetica Neue as the body, Bebas Neue as the title header and then very occasionally Allura as a style font.
I thought providing I just install them using the @fontface it should work. Clearly not however Bebas seems to work a treat so why can’t I follow suit with the other two?
So what’s the best way to set these up and how can I establish Helvetiva Neue (and maybe some weight variants like bold and italic) as the body font. At the moment you mention it only for titles but not as a body font. Can I set Helvetica Neau (and variants) as the body font and Bebas as the title without having to write class after class?
Oh and if a PHP file is in a folder within Enfold and I want to make a tweak to code what folder structure should I use within the child theme? Should it follow the same format or be left loose at the root of the child theme?
Cheers as always. You guys are brilliant and have the patients of saints.
Andy
Hello,
I love your theme and have had no issues with it whatsoever until upgrading to WordPress 3.6. After that, and before seeing your post urging to hold off on upgrading to 3.6, my Fullwidth Easy Slider has stopped working.
The information is still in the editor but the titles, descriptions and additional slides will not work. Any work around you can provide until the latest Enfold update is released would be great.
Thanks for an amazing theme and even better support.
hi,
The sent message shows up and then disappeared quickly.
I have another testing site that has the same hosting environment and using Enfold with the same layout setting on contact page, it works fine.
The only differences are the version of the WordPress, the one that works is with 3.5.1, the other one is with 3.5.2
could you help?
Thanks.
Yes, I noticed this issue over the last couple of days, however for us it wasn’t the H1 and H2 text vanishing, but there appeared to be alpha applied to its appearance. Testing using the Enfold default LayerSlider slides shows the first slide OK (as it only has graphics) but the second slide with the multiple animated graphical elements, renders the graphics OK, but the animated text from the left does not appear.
Funnily enough, I thought it was a setting or styling change I did, but all I was doing was creating a new LayerSlider slide.
We are using a 1600 x 470px PNG background for the slide, and when I removed that the text content started displaying correctly.
Per Ismael’s suggestion above, I Increased the memory limit to 256M, re-activated the background, but the problem still exists.
Nice job on this theme. One of my favorite themes ever. Not sure if this has been posted yet, but an easy way to re-order (and re-name) custom widget areas would be great.
Also I can’t change product descriptions…
Yet if I change themes everything is working fine.
I tried disabling plugins, different browsers etc etc
When I change from enfold theme to superstore theme, I can add variations again.
Do we have a fix for this?
take 2

it’s only a small width range where the mega menu gets chopped like this. But this range does include iPad viewed in portrait so would be nice to fix.
Hi,
Loving Enfold. thanks.
I have a problem with adding a H2 header into a promo box. There seems to be padding at the top of the header, when I inspect the area with Firebug I can see an empty paragraph in the code “<p></p>”, this can’t be seen in the text editor. I tried redoing it several times, same result.
Please see the “About New Horizon Systems” promo box at the bottom of this page http://www.newhorizonsystems.net/newhorizon/
Thanks in advance :)