For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https:/vimeo.com/channels/aviathemes/67209750
I prefer updating via FTP as I can see if there are any failures and re-up them.
Oi Josue,
I´ll need your help again.
I´ve just updated to the new enfold version 2.1 and the changes that we´ve made disapeared. I´ve checked the editor (header.php) and the quick css, and it all looks ok.
Can you help me?
Thank you,
Fabiana.
Hey,
It will only update the main theme.
Regards,
Ismael
I would even be content to make a page like this with a full gallery and the previews at the bottom http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/
Is there way to make a 3 column ajax portfolio that when clicking on a single picture would pull up the portfolio slider or gallery without the title and excerpt?
So like on this page http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ if you click the top left iphone portfolio, it would pull up the slider but instead of having the “Single Portfolio: 2/3 Slider” title and the excerpt underneath, the pictures would span across the entire columns. It would be a full page slider.
Any way to do this? Thanks for your help in advance. By the way I absolutely love the theme and I can’t wait to finish my full site.
If you do the built in theme update in Enfold theme options from a Child Theme does it only update the main theme’s folder or does it try to put it in the child theme’s folder? Please let me know how it works….
Regards,
Mark L. Lee
I saw this thread: https://kriesi.at/support/topic/customizing-woocommerce-category-pages and i has helped me greatly in figuring out a solution to being able to add content to my Woocommerce category pages.
I was wondering if there is a way to take it one step further and be able to add the Avia Layout Builder to those Woo category pages. I have a feeling that is wishful thinking but thought I would ask. What I am looking do is add the LayerSlider to the top of those pages that extends full width, much like this page in the demo: http://kriesi.at/themes/enfold/pages/
Thanks in advance for your time and for making such unreal themes!
Hi Johan,
Firstly can you update Enfold to version 2.0.1 and WordPress to 3.6? You are now using version 1.3.1. There have been some bug fixes and improvements in the theme since version 1.3.1.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
http://vimeo.com/67209750
Regards,
Yigit
Hi Arne,
Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#header .avia-button-wrap.avia-button-right { left: -11.8%; }
Regards,
Yigit
Hi,
Please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling to display right border.
div#text-4.widget.clearfix.widget_text { left: -1%; }
In your WordPress theme directory please go to Enfold > Includes and open Loop-search.php file and find following code in line 119
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
and delete it. It will delete “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?”
Then find following code in line 123
'before_widget' => '<div class="widget avia_combo_widget">',
and change it to
'before_widget' => '<div class="widget avia_combo_widget" style="display:none;">',
Regards,
Yigit
fixed it. I have 6 Menu items and on default enfold want 8 items to go display the responsive mobilemenu.
changed
Code:
if(first_level_items > 8 && !bottom_menu)
{
switchWidth = 989;
header.addClass(‘mobile_menu_tablet’);
}
to
Code:
if(first_level_items > 6 && !bottom_menu)
{
switchWidth = 989;
header.addClass(‘mobile_menu_tablet’);
}
now it works.
Thanks
Hii,
I might have missed something but how can I create a slider like on the one page portfolio demo? Is there a documentation for that?
Thanks
-Michael
Hi Patrick,
I believe it was intended not to display on mobile for a better user experience as there is already a responsive menu. But if you would like to display it, please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling
div.sub_menu_socket { display: block!important; }
#socket .sub_menu_socket li { padding-bottom: 5px!important; }
Regards,
Yigit
Awesome. But when I activate the child theme all my former theme settings are gone. Is there an option to export them enfold theme settings I made at the themes options page and import them once I activated the child theme?
Hi Michael,
Yes Enfold is child theme compatible and you can watch this video that Devin prepated showing how to create a child theme http://vimeo.com/67221517
Regards,
Yigit
Hi,
Why aren’t the comments showing in Pages? Also, they’re not shown in the recent comments widget (for pages where comments were added before I switched to Enfold)
Hi bodnikwebservices,
No it will not. You will need at least WordPress 3.6 to run Enfold 2.0.1.
Regards,
Devin
My client is stuck at WP version 3.1
I have downloaded enfold 2.0.1, will it work on this version of wordpress?
Thanks for your help.
Hi!
Hey! I think I found a solution that should work on mobile devices. Will update the theme later today, let us know if it solves you issue. The enfold version is 2.1
Best regards,
Kriesi
Hey!
Hey! I think I found a solution that should work on mobile devices. Will update the theme later today, let us know if it solves you issue. The enfold version is 2.1
Best regards,
Kriesi
Will be great:
Change the numbers of the related posts in blog single posts with automatically change the size of the thumbs to fit the layout width.
I prefer 3 related posts :)
best
Hey! Ansich kann sich die slideshow schon der größe anpassen, sie nimmt aber per default immer eine auf ein standardformat gecroppte version des bildes. die nächste enfold version die wir heute releasen wird die möglichkeit geben das wenigstens mal programmatisch leicht ändenr zu können.
Soabld du auf version 2.1 geupdated hast füge folgenden code am ende deiner functions.php datei hinzu:
add_filter('avf_slideshow_config','av_change_config_size');
function av_change_config_size($config)
{
if(config == 'gallery') config = 'large';
return config;
}
Hi Josue
I want to change the background color of the submenu for “gadgets” and for “briller” so that the color for “gadgets” is green and the color for “biller” is red on http://ecap.dk
Also I would like to make a new page template (like the blank and archives that is standard in Enfold) – så I can have different background for different page templates. I assume I need to make ie. template-gadgets.php but then also a new header.php ie. header-gadgets.php to change the background image. But the header is loaded in the pagetemplate file, and not by filename, but some sort of function. Can I load a different headerfiler – and if so: how? And is there a more easy way than using file templates if I want to use different backgrounds for different pages?
Thanks in advance.
Best regards,
Thomas
How can I change the title & the icon color? I tried getting the name of the element with Firebug, but I’m a newbie..sorry :)
Hi Daniele,
Please add following code to custom.css file or in Quick CSS section in Enfold theme options page under Styling
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { cursor: default!important; }
You can add menu item as shown with # to make it not to link to any specific page

Regards,
Yigit
Hi!
You can use the “conditional menu” feature instead: https://kriesi.at/support/topic/enfold-conditional-menu
Regards,
Peter
Are you using WordPress 3.6 and Enfold 2.0.1?
Hi!
thanks. will check it once IO7 has gone gold :)
Regards,
Kriesi