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
Hey!
Checked the site. Unfortunately it seems that the script that calculates the height of the image and position of the slider does not work when the content is hidden like in these tabs.
you can try the following css changes, i think they should help: we will try to set an explicit width for the tab container so the script should calculate correctly no matter what:
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:
.sidebar_tab .tab_content{ width: 80%; }
#top .sidebar_tab .tab_titles{width:20%; min-width:0; max-width:1000px;}
Hey! It seems twitter has also deprecated this way of getting the feed, thats the caue of the error. at this point it is no longer possible to easily retrieve a follower count without complicated authentication. Something which I dont wont to add to the theme itself, so I recommend to search for a plugin that can do that….
The errors will be fixed with the next update
Sorry for that :/
Hi there, the footer menu which is placed in the socket doesn’t show on my smartphone. It doesn’t show on your demo either: http://kriesi.at/themes/enfold/
Is that a bug or a feature? Or do I have to set it somewhere?
Best
Patrick
Actually I think I just figured it out – click on which theme to edit (Enfold), copied over entire Register frontend javascripts to child and edit that line. Looks like it worked. THANK YOU!!!
Please add a Page Grid similar to the Post Grid. Also make sure that when a category is selected to display the grid, that the side of page navigation stays within that category