Hey mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.flex_column .widget .widgettitle, .content .widget .widgettitle {
margin-top: 0 !important;
}
Cheers!
Yigit
Hi there,
I’m using advanced custom fields with the theme. This plugin what it does is to provide a nice UI and add custom fields to any kind of post. One of this fields is call repeater field, and stores the data for multiples fields on an array of sub-fields.
http://www.advancedcustomfields.com/resources/field-types/repeater/
What I want is to use those fields that I have from before changing the theme, to keep all the info.
The common code to display does fiels is this
But this doesn’t works at all. How should I do it? Thanks.
-
This topic was modified 11 years, 7 months ago by
Dude.
-
This topic was modified 3 weeks, 1 day ago by
Yigit.
-
This topic was modified 3 weeks, 1 day ago by
Yigit.
Hi guys,
I’d like to install Enfold to my currently running blog that has another theme installed. My understanding is that to customize Enfold, I’ll need to have the theme activated. However if I activate this, my site would look like a mess… is there an under construction option that will close off the site from public? Or is there a better way to do this?
Thanks in advance.
Hi Peter,
if you can replace the standard search with a plugin, then I would use Relevanssi instead. I found a post about replacing search with relevanssi (http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/), but I am not sure where to change the code. In function.php?
Best regards,
Holger
Hello
Because of my specifique layout (I do not use the Enfold builtin mainmenu) I would like to know if there is a way to add you Ajax search elsewhere in my site?
thanks
Hey Holger!
Yes, you can use a plugin SearchWP to tune the default wordpress search engine. It also works with the ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Regards,
Peter
Hey!
You can use WP MigrateDB to replace all occurrences of http:// with https:// in your database – also see: https://kriesi.at/support/topic/umstellung-https-und-wp-3-9-muss-ich-da-was-beachten/ – I know that this tool will “fix” all https errors of the Enfold theme. However I can’t guarantee that it will fix all errors on your website especially because some third party plugins may add content to your website which still uses the standard http:// protocol.
Cheers!
Peter
Hey fitzpatrick512!
Please update Enfold to version 2.8.1 and make sure you’re using the latest WooCommerce version. If this doesn’t fix the issue deactivate all third party plugins and WooCommerce extensions except WooCommerce and check if the related products show up afterwards.
Best regards,
Peter
Hi!
You can try to change the arrow position – please place this code into the child theme functions.php file enfold/functionsphp:
add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
{
$temp_prev = $entries['prev'];
$temp_next = $entries['next'];
$entries['prev'] = $entries['next'] = "";
if(!empty($temp_next)) $entries['prev'] = $temp_next;
if(!empty($temp_prev)) $entries['next'] = $temp_prev;
return $entries;
}
Regards,
Peter
Hi!
Yes, please make sure all files are updated (and overwritten) when you upload the new theme files with ftp. probably the font files in wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/ are still outdated.
Best regards,
Peter
Dear Support Team!
I’am woking with Enfold and would like to paste some images on one of the pages of my website, but when i choose insert media option, it starts to load the pictures what are uploaded but after few successful loads the loader seems to be struck and nothing happens if i scroll down, also some of the pictures only have the frame and the picture is not shown.
I have tried to refresh the browser but it didnt help. I have checked on all possible browsers and all of them updated to the newest version. (Chrome/Firefox/Opera). Java updates also installed. Also checked it on few PC-s and was the same on all platform.
Here is an image of the insert media screen what happens after few seconds of loading.

Would like to ask for help, how can i solve this problem?
Thank you!
Zheq
Hi!
Please try to use this url: http://shortiedesigns.com/site/#av_section_1 for the fullscreen slider button. Enfold should then scroll to the av_section_1 section.
Cheers!
Peter
Hi!
Yes, selecting taxonomies is currently not supported. You can use the code I posted here: https://kriesi.at/support/topic/latest-news-widget-show-custom-post-type/#post-239987 to register a new, custom widget for your cpt/taxonomy. If you want to query posts from several cpts which are grouped in the same taxonomy you can replace this line:
$this->avia_post_type = 'portfolio';
with
$this->avia_post_type = get_post_types();
– the get_post_types function will return all registered post types and WP will include all post types into the query.
If you want us to add this feature/advanced widget to the Enfold framework please submit a feature request here: https://kriesi.at/support/enfold-feature-requests/ and if your idea gets enough votes we’ll look into it.
Best regards,
Peter
Hi,
After the update to the latest Enfold theme my image animations (created with image element) is not looking that good any more.
Please try to go to this page: http://www.3loptest.dk/products/office/
The pictures of the products in the top and also the two logos have ‘fade in’ animation. But when loading the page the images are already there and they just ‘blink’. Before the update of the theme they where ‘hidden’ and faded in with nice and smootly effect when scrolling down to them.
I have used the ‘image element’ with animation many places on the website and it is the same all over. On your website there is this nice and smooth fade in.
I have tested in 3 different browsers and also tried to empty cache etc.
Hey!
Both features are not supported by WooCommerce out of the box and also Enfold doesn’t add them to the WooCommerce code. I searched the plugin repository and I found this plugin: https://wordpress.org/plugins/profile-builder/ which may help you to build advanced, editable profile pages but tbh I’m not sure if you can integrate it with WooCommerce easily. I recommend to contact the plugin author for more details and if necessary hire a freelancer who an develop a custom solution for you.
Regards,
Peter
Hey IrishShore!
Before anything else I would first try FTPing to your wordpress install and then deleting the Enfold theme folder followed by re-uploading the newest version.
Its the same basic steps as in this video with the added deleting to make sure any errors are properly written over with the new update/install: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Devin
Getting the following error after attempting to update the version of enfold. (2014 May 28th – Version 2.8.1)
“Parse error: syntax error, unexpected $end, expecting ‘,’ or ‘;’ in /home/content/18/6958118/html/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 208”
Entire site is down and can’t even launch WP Admin.
Thanks
Try modifing /wp-content/themes/enfold/css/custom.css with:
ins.adsbygoogle:before, .adsbygoogle ins:before {
content: none !important;
}
Hi!
You can upload it to a service like imgur o dropbox.
Make sure you are using the latest version of Enfold(2.8.1)/WordPress (3.9.1). Right now you are using Enfold 2.7, follow this guide on how to update it.
Best regards,
Josue
I’m seeing this spacer issue now on all the sites that I have created using Enfold. I hope you guys can find a solution as this should be a minor glitch that’s easily fixed.
-
This reply was modified 11 years, 7 months ago by
Snerp.
This reply has been marked as private.
That’s weird, please try re-installing the theme from a fresh copy of Enfold.
Regards,
Josue
Hey!
Try to add this code to your child theme functions.php file or enfold/functions.php:
add_filter('avia_post_grid_query', 'avf_custom_post_grid_query');
function avf_custom_post_grid_query ( $query ) {
$query['orderby'] = 'date';
$query['order'] = 'ASC';
return $query;
}
This code will make sure that your portfolio entries are ordered by date with an ascending order.
Regards,
Peter
Hi mcalabro!
Please update to Enfold 2.8. I recommend to use ftp to update the theme: https://vimeo.com/channels/aviathemes/67209750
Cheers!
Peter
I am using Enfold 2.6.2 on a WordPress 3.9.1 site, although this happened to me in 3.8 as well.
I can’t fully take advantage of the advanced editor, since the “visual” (wysiwyg) part of it is blank — no toolbars and whatever you type is white or otherwise doesn’t show. The “text” tab of it work, but for users of my site, they really need the formatting tools.

All the normal WP wysiwyg editors work perfectly, as do editors in plugins like Smart WYSIWYG Blocks of Content.
I have disabled all other plugins, yet I get this JS error when opening the editor:

Please advise.
-
This topic was modified 11 years, 7 months ago by
mcalabro. Reason: clarification
Hey!
On the “Theme Option” page (Enfold > Theme Options > Theme Update) there’s a link to an image which explains where you can create/find the api key – see http://kriesi.at/wp-content/themes/enfold/framework/images/layout/FIND_API.jpg
Regards,
Peter
RJParticipant
Hi,
Is there a way to always show the cart icon in the header when you have woocommerce installed with the enfold theme?
thx!
I cannot update from 2.7.1 to 2.8.1 an automated update.
“The update process is starting. This process may take a while on some hosts, so please be patient.
Enabling Maintenance mode…
Updating Theme Enfold (1/1)” …and do nothing.
-
This reply was modified 11 years, 7 months ago by
Amondo.
Hi Yigit,
It is in Footer Widgets. It does not change the number of coloums, colours or other settings from the footer options in Enfold theme options.
If I have setup my footer and draged the items into the column 1, column 2 etc. that I want and I update the Enfold theme the footer items/content in the columnns has changed. E.g. I have have placed a ‘advertise area’ in column 2 with my own images this has changes to a ‘tag cloud’ after a theme update. Both in frontend and backend. So I need to do the footer once again.
I update the theme with the build in updater i WordPress.
Thanks Devin,
I’ve tried several of the top rated ones and my server is able to handle the requirements but none have done anything measurable in speeding things up. I did use Google Developer tools and it recommended I reduce image sizes in layer slider or had to eliminate it. Then I’ve been getting a lot of slow down recommendations as to how the java scripst etc. in enfold theme but those are only causing around 200k of the slowdown. I cant seem to get the site to rate any faster that 55/100 on their speed scale no matter how much I minimize the page. Deleted a bunch of plugins but still the site doesn’t pop right up even with a caching plugin. Has about a 2-4 second delay, then it will appear all at once on several devices. Before getting rid of the slider, it would first load background, then tile the rest down. I have a very good apache server with plenty of ram and processor speed.