Would you be able to give me a sample template that I can add to my wp-admin so that it shows up in the page template dropdown?
Hello,
I am working with the enfold theme and I love it! I have a question though. My thumbnails for recent posts on the homepage are showing different sizes. How can these featured images remain consistent?
Thanks
Hello!
Please update your Enfold theme (you have 1.6, last version is 2.2), and see if the comment-reply-link gets fixed, remember to backup any customization made to the theme.
Best regards,
Josue
Hi
I have activated all plugins again because I need them to run the page properly. But I can assure that deactivate them did not help!
I have tested “twenty twelve” theme and it works fine.
It is an Enfold problem!
And as I wrote before: I have reinstalled WordPress already!
I found an article: http://wordpress.org/support/topic/update-to-35-disables-the-visual-editor-for-posts-and-pages
I have also done the following:
in wp-config.php I added:
define(‘CONCATENATE_SCRIPTS’, false);
After that I could open a post, but then after again I can’t edit anything at all.
Regards
Doris
Hi, can you tell me how you build the “Features” page in Enfold demo?
I need to build just one page on my site like this page… Is it a Tab what you have at the left side??
Thanks in advance
Hi malkoin!
Create a page then set the Template to “Blank, no header no footer.” to hide the header and the footer. On Layout > Layout > Set it to No Sidebar. Switch to Advance Layout Builder then insert the elements or content that you want to show on the Coming Soon Page. Set it as Frontpage on Enfold > Theme Options > Frontpage Settings.
Regards,
Ismael
Same problem at http://www.wefly.dk, works fine in safari, but doesn’t work in chrome newest version, I.E 10 or firefox
sorry for intruding, but no one answered my question:)..
Hi midischool!
I managed to make it work using the lite version [ http://wordpress.org/plugins/social-gallery-lite/ ] of the plugin. I upload the plugin but I didn’t configure any options. Tested a post with an image and the plugin’s lightbox works including the fb comment box on the right side of the image.

You also need to disable the native lightbox plugin of Enfold which is prettyPhoto to avoid conflict. Edit js > avia.js, find this code:
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$(container).avia_activate_lightbox();
Replace it with:
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(container).avia_activate_lightbox();
Best regards,
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options
.sidebar_left .inner_sidebar { list-style: none; }
Cheers!
Yigit
Hey lucyziel!
What version of IE specifically?
Cheers!
Josue
Hey duttonstuart!
That customization could take some time to do it, i’d recommend using a plugin like CF7 which allows you to easily set the sender email and also modify the mail that is sent.
Regards,
Josue
Aciu Yigit :) ir ‘Labas Yigit!’ :D
Gal patarsi kaip imanoma padaryti headeri kad jis nesididintu ir kad butu kaip variantas 3 ir visada fiksuotas ?
http://kriesi.at/themes/enfold/files/2013/04/headers.png
:)
Hey!
1.) Once you update the theme to the latest version, go to Enfold > Theme Update. Enter your username and api key to get notifications and update automatically.
2.) I’m not really sure what’s wrong with your site but please try to deactivate the iphorm form builder plugin, see if the issue still persist.
Best regards,
Ismael
Hello,
Do you know the code string in Enfold 2.2 that needs to be edited to include Relevanssi results which was outlined here for the last version update?
https://kriesi.at/support/topic/instant-search-not-matching-search-results/#post-135415
Please reference and include both the code that needs to be replaced and the new code!
Thank You So Much!
Seth
Hello Hanniball!
You can create your own Landing Page using the Advance Layout Builder. Please try to import the dummy data, you’ll see how the theme works. We can’t assure you that the plugin is compatible with Enfold. We won’t be able to provide full support for third party plugins.
Regards,
Ismael
Hey wayneftruax!
I can see that the header color is dark. Did the styling work already? Sometimes, you need to remove browser cache then reload the page a few times before the css gets applied. Please check the file permission of enfold.css file located on wp-content > uploads > dynamic_avia folder.
Regards,
Ismael
Hey!
As far as I know the hover option on ipads is always set to be stuck to on until the option is re-clicked on (touched).
For the other issue we’ll need to see the site live and inspect the code.
Best regards,
Devin
Hi, I am using the header with bottom navigation on Enfold and I would like to do the following changes, could you please help me out? My site is http://thbchilere.cl/sitio_nuevo/
1. I would like to add a phone number and email where the social icons should go (in line with the logo) and therefor delete the top grey bar where the number usually goes.
2. The menu tabs to be aligned to the right hand side
3. Change the color of the menu bar to a grey colour.
Hope you can help me out…
Thanks
Hey!
Please download the latest version of the theme, Enfold 2.2. This is the screenshot of how your themes folder should look like on a localhost. It is basically the same when you upload the site live.

Cheers!
Ismael
Labas!
Jums reikia eiti i enfold\includes\admin folderi ir atsidaryk register-admin-options.php faila. Ten galesi isversti i Rusu kalba :)
Regards,
Yigit
Well i had the exact problem, i using MAXcdn and the Enfold Theme, which looks great in nearly every Browser but not in Firefox.
I was told by the Support team, that i should Base64 encrypt the Font file. which didn’t work @all. Thanks to the Support of MAXCDN i got a very easy solution, i wanted to share this with everybody who has the same Problem with Enfolds use of Webfonts.
Just add this code, to your .htaccess file and your good to go
# ----------------------------------------------------------------------
# CORS-enabled images (@crossorigin)
# ----------------------------------------------------------------------
# Send CORS headers if browsers request them; enabled by default for images.
# developer.mozilla.org/en/CORS_Enabled_Image
# blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
# hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
# wiki.mozilla.org/Security/Reviews/crossoriginAttribute
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch "\.(gif|png|jpe?g|svg|svgz|ico|webp)$">
SetEnvIf Origin ":" IS_CORS
Header set Access-Control-Allow-Origin "*" env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# ----------------------------------------------------------------------
# Webfont access
# ----------------------------------------------------------------------
# Allow access from all domains for webfonts.
# Alternatively you could only whitelist your
# subdomains like "subdomain.example.com".
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Hey Cutegi!
Gal jus kalbeti Lietuviskai?
Please refer to this post https://kriesi.at/support/topic/please-contribute-and-translate-enfold/page/3/#post-114983
Instead of
define(‘WPLANG’, ‘da_DK’);
you need to write define(‘WPLANG’, ‘ru_RU’);
Regards,
Yigit
Hi,
the Enfold contact form does not work on my site. I can send messages but I do not get them.
The Message Sent label is also not displayed.
Regards,
Mechthild
PS: I am a wordpress beginner.
Hello!
For #1, this is the only way to accomplish this using the theme functions. The ID you use must be no spaces and just plain text. Just like in the image example above with the word contact.
The color section then outputs the anchor into the html so that when a user clicks on a link with #contact at the end of it, the user is taken to that anchor in the browser.
#2) Version 2.3 will let you add your own selections from fontello as icon fonts but right now there isn’t a youtube icon that comes with the theme.
#3) We don’t have any recommendations for that kind of plugin at the moment.
The new questions:
1) You can edit the footer/socket in the theme options Footer section. You can remove the backlink by adding [nolink] to the copyright field.
2) Homepage #7 isn’t using the easy slider for the main slideshow. Its the full screen slider. The easiest way to add color to the captions would be to do it with inline styling right in the images caption options. For example I just tested using:
<div style="color:red;">Caption Title with HTML styling</div>
<div style="color:red;">Some text with styling info</div>
The theme will add some break tags onto the title and it looks a bit off in the back end but it works on the front end.
For general server questions and domain issues you would be best suited to talking to your hosting and looking into a plugin like this one to export your wordpress database: WP MIGRATE DB
Regards,
Devin
Hi there,
I have most of my photos kept within either Flickr or Instagram. I just tried to use media manager plus to enable access to third party photo streaming sites and Enfold doesnt work with it. The thing is I dont want to have to host locally so I was wondering what plugins work with Enfold?
Media Manager Plus enables me to manage both folder structures as well as give me access to the likes of Flickr, 500px and Instagram. Using only a dozen or so images in a site probably would need such things but as I want to put up a lot I really need media management control.
Media Manager Plus work within the normal WP layout page but as soon as it goes into the page builder it doesnt work
Can you help
Cheers
Andy
Hey!
Please try adding following code to Quick CSS in Enfold theme options
.fullsize .content .entry-content-wrapper { visibility: hidden; }
Best regards,
Yigit
Hello ullastret!
Please add following code to Quick CSS in Enfold theme options under Styling
.header_color .main_menu ul:first-child > li > a { color: red; font-weight: 400; font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.header_color .main_menu ul:first-child > li > a:hover { color: green; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color: blue; }
You just need to adjust colors, font-weight and font-family as you desire
Cheers!
Yigit
Hey ibubblicious!
Please add following code to Quick CSS in Enfold theme options under Styling
.page-id-13082 .tabcontainer { margin: 12px 0; }
Best regards,
Yigit