sorry, I forgot to say: I did all recent updates, WP is 3.9.1, Enfold 2.7.1
Hey annebetts!
Thank you for visiting the support forum!
Did you extract the actual enfold zip from the themeforest zip package? Please download the theme again from your themeforest account then upload the theme files via FTP. Refer to this link: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Best regards,
Ismael
Hey!
Are you using the latest version of Enfold?
Regards,
Josue
Hi,
I’ve positioned an instance of the Enfold News Widget above a layerslider using the following CSS:
#after_layer_slider_1 {
position:absolute;
top: 125px;
left: 143px;
width:530px;
height:400px;
z-index: 9999;
padding-top:0;
margin-top:0;
}
The widget is appearing as expected above the layerslider, however I’m getting an approx 50px header within the panel, above the first news item.
I can’t figure out how to remove this.
In addition to the above CSS, I’ve tried adding custom CSS targeting every other div in the parent structure but with no result.
Any ideas would be greatly appreciated – thanks!
I found how to do this on another theme but no solution for this for enfold. I’d simply like to place the little search magnifying glass just like it is in the main_menu only on the right of the sub_menu.
Thanks in advance.
Raleigh
HI –
I installed Enfold twice, once using .zip, once using FTP. Both times, after I activate the theme, the site is completely blank. When I view source, I see the following:
<!DOCTYPE html>
<html lang=”en-US” class=”<br />
<b>Fatal error</b>: Call to undefined function avia_header_class_string() in <b>/home4/filevine/public_html/wp-content/themes/enfold/header.php</b> on line <b>11</b><br />
I tried increasing the memory limit, no luck. I have also deactivated all plugins, again no luck.
The site is http://www.filevine.com/
Thank you for your help!
Hi Per!
Are you using the latest version of Enfold?
Cheers!
Josue
Hi!
Thank you for the update.
We transferred the Import Dummy Data button on Enfold > Import/Export panel. Let us know if it’s there. Make sure that you’re running Enfold 2.7.1.
Regards,
Ismael
Hi!
Thank you for the update.
You don’t need to deactivate or delete the Enfold theme. Download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
I’m sure you’ll encounter some issues and you might need to recreate some of the contents from scratch.
Best regards,
Ismael
Hi!
Thank you for the update.
Make sure that you have selected a sidebar on Enfold > Sidebar Layout > Sidebar on Single Post Pages. It doesn’t matter if right or left as long as you enabled the sidebar for single post pages.
Best regards,
Ismael
Hey!
Thank you for the login details.
You only have one post yet? I reset the settings on Settings > Reading. You need to set the blog on the Enfold > Theme Options > Where do you want to display blog?. Also, if you’re planning to use the Blog Posts element, you need to set the Blog Style as Use the advance layout editor… option.
Regards,
Ismael
Hi agameseo!
Thank you for using the theme!
This is possible but the task will require a bit of customization on the theme core files. Regretfully, this particular request falls beyond the scope of support so you might need to find a plugin or hire someone to edit includes > helper-main-menu.php. He can create wp conditional statements to call different menus per page basis. We haven’t tested this plugin but it might work: http://wordpress.org/plugins/zen-menu-logic/
Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
Ismael
Hi!
Thank you for the update.
Do you mind if we take a look at the actual website? Please make sure that you’re running WP 3.9 and the latest version of Enfold, 2.7.1.
Regards,
Ismael
Hi Micheal0424!
Thank you for using the theme!
The theme options are saved on the database so you need to create a backup of the database and upload it to another domain. You can use this plugin to migrate the database to another website: WP MigrateDB or WP MigrateDB PRO
After the database migration, just transfer the whole uploads folder to the other website. Aside from using the plugin, you can also export the theme settings on Enfold > Import/Export panel. Refer to these links for more info:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Cheers!
Ismael
Hi Kaperas!
Thank you for using the theme!
I’m sorry but that is not possible without further customization with the theme. Unfortunately, that particular feature is beyond the scope of support so you might need to hire somebody else to do it for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Regards,
Ismael
Ok, a better question: The default font in Enfold includes the icon I want to use already. I used the icon code in my functions file to include it as an option, but the icon is still not showing up.
This is my functions.php code:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
function avia_add_custom_icon($icons)
{
$icons['spotify'] = array( 'font' =>'fontello', 'icon' => 'ue907');
return $icons;
}
add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
function avia_add_custom_social_icon($icons)
{
$icons['Spotify'] = 'spotify';
return $icons;
}
Any idea why it wouldn’t work on the front-end?
Hey Josue,
Thanks for the response. Maybe the video is outdated, but my Enfold theme options don’t have General Settings or an Iconfont Manager (see this screenshot). I’ve been through every theme options screen and there’s no Iconfont Manager anywhere.
I have the latest version of the theme. Any ideas?
Hi,
I’d like to align some text after icons.
What it looks now: 
Goal is to make it look like this (right widget): http://www.photokurs-muenchen.de/kontakt/
I’ve tried with e.g. <div style="text-indent:10px;">MY TEXT</div>, but that didn’t work.
Thanks,
Armin
Hey VladInfo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon {
display: none;
}
Best regards,
Yigit
Hey!
Yes it will :) To prevent that, you can use child theme. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
Yigit
Hey!
I see that you still have not updated your logo image that is why logo issue remains :)
For slider, please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
li.av-single-slide.slide-1.active-slide {
background-size: contain;
background-repeat: repeat-x; }}
Best regards,
Yigit
Hi Stuart!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .widget_nav_menu li { list-style: none; }
You can use following selector
#nav_menu-3 { }
Best regards,
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { padding: 0; }
And post the link to your website if that does not work so we can take a look
Best regards,
Yigit
Hi!
As mentioned already you’ll need to first have a WordPress installation to install the theme on to. You can then install over ftp following the video guide here: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Or through the WordPress admin panel as Flikk explained.
Best regards,
Devin
could you send me a link to your site?
edit:
go to the enfold settings and edit the logo by clicking the upload button and then choose gallery.
change the size to “full size”.
change the header height from 207px to 217px. (there is a 5px padding above and below the logo. so the header needs to be 10px heigher)
i’m not official support but it should be the size of the header container.
you can change it in the enfold settings > header layout.
For the header size choose “custom pixel value” and choose 207px
First of all you need wordpress installed.
Then all you have to do is place the enfold folder into the theme folder of your wordpress installation.
If you have installed wordpress to E:\HostingSpaces\Festivaldesarts\festivaldesarts.net\wwwroot\
Then the theme folder is E:\HostingSpaces\Festivaldesarts\festivaldesarts.net\wwwroot\wp-content\themes
After that you only have to activate it by loggin in to your wordpress admin area. (websiteaddress.net/wp-admin)
In the menu on the left side go to apprearance>themes and activate the enfold theme.
If you don’t have wordpress intalled see: http://codex.wordpress.org/Installing_WordPress
Hey!
I have the same problem with Chrome in blog posts.
But it works on items in the portfolio for me (not on the Enfold demo).
I’m going to build a few layer sliders and return to this thread with examples of what I need help with. Layer slider caused a lot of issues which is why I guess I was referred to Rev slider, which works perfectly on other themes, but lags on Enfold big time, most likely due to native Enfold code vs Rev slider plugin code.
I have also used layer slider full screen without issue before, so the grid itself may be the issue since you said it doesn’t incorporate some forms of media.