By the way, Thanks for the great support. Enfold is the best theme I have ever used. Can’t wait for you to come out with more like it.
Hey truderma1!
You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
and video tutorials here – http://vimeo.com/channels/aviathemes
If you have any other questions or issues after taking a look at tutorials, feel free and let us know!
Best regards,
Yigit
Hi Meijestic!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 35%;
}}
Cheers!
Yigit
Hi!
Thank you for the info.
Please watch the video Yigit posted. If you’re not comfortable with the following steps, please hire a freelance developer to help you update the theme. Regarding the menu or label as you put it, you can go to Appearance > Menus. Create a new menu then set it as Enfold Primary Menu under Menu Settings. The home page or front options should be included on Enfold > Theme Options panel. If you don’t mind, please post the login details here as a private reply. We will create the menu for you and set your home page.
Please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.
Regards,
Ismael
Hi rbruski!
Thank you for using the theme!
Those are nested subpages of a page. You can enable it on Enfold > Sidebar > Page Sidebar navigation. All pages that is a child page of a certain page will be listed on the sidebar. You can also use a Custom Menu widget for that. I’m sorry but we really need to see the actual live website in order for us to know the issue. Please make sure that you’re running the latest version of Enfold which is version 2.7.
Cheers!
Ismael
Hi silviouk!
Please add following code to Quick CSS in Enfold them options under Styling tab and adjust as needed
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border-color: red; }
.js_active .active_tab_content, .js_active .top_tab .tab { border-color: yellow; }
Cheers!
Yigit
Hey!
Glad you figured it out yourself.
Any feedbacks and comments from you are greatly appreciated and the idea of a premium support is nice. You can vote or open a new request on Enfold Feature Request page regarding that matter. :)
Best regards,
Ismael
Hi jhop75!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.search-results .sidebar, .search-results .extra-mini-title { display: none !important; }
.search-results .container .nine.units { width: 100% !important; border: none !important; }
Cheers!
Yigit
Hi CyberSeb!
You can simply add Advanced LayerSlider element to your page under Media Elements in Avia Layout Builder after creating the slider in LayerSlider WP tab in WordPress dashboard. Please make sure that you are using the latest version of Enfold (2.7) and WordPress (3.9) – http://kriesi.at/documentation/enfold/updating-your-theme-files/
I tried to Google it but i could not find, sorry. But as Kriesi has the right license to distribute those images, i believe you are allowed to use them :)
Cheers!
Yigit
This reply has been marked as private.
Hi!
Feel free to request it here – https://kriesi.at/support/enfold-feature-requests/ :)
I am marking this thread as resolved. If you have any other questions or issues, please let us know!
Cheers!
Yigit
Hello everybody,
Since recently, I am unable to enter a AJAX Preview image when creating a new or editing a Portfolio entry. It simply jumps to the top of the page without letting me enter anything. I’m quite unsure when this issue started, maybe since WordPress 3.8.whatever-came-before-3.9.
I tried updating (i. e. replacing) the enfold directory in themes and updating wordpress and all plugins, to no avail. Can somebody help me?
Hi erikenanne!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main_alternate {
background-color: rgba(0,0,0,0.3);
}
.main_menu ul:first-child > li {
background-color: transparent;
}
Best regards,
Yigit
Hello Ygit
Yes I looked at the source code and see the mysql query, so i add another plugin who add a real Most Read widget
(to be add to Enfold ?)
;-)
Hey!
Can you also post the link to your website? You can check theme version in Appearance > Themes click on details on Enfold. Or in Style.css file in Appearance > Editor.
Best regards,
Yigit
Hi,
I tried the updating via ftp, but now my backend is also only a white page – same as my webpage.
So I how can I solve this situation.
I have also tried to replace my wordpress-files per ftp.
I down graded the site back to 2.6.3 (didn’t have a 2.6.4) and still received the following JS error:
ReferenceError: Â is not defined
http://boadev.co.uk/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-builder.js?ver=0.7:394&host=boadev.co.uk
I downloaded a fresh copy of 2.7 and now reinstalled this and still the error?
When I try to edit the text element on my page – I can only view it as code – the visual editor has stopped working. It looks like it is a serious issue since upgrading to latest wordpress version… as I have just updated another site that used the Enfold Theme and the same thing happens. Please help?
Hi!
Glad the pages are back!
Please try to change a little bit of settings on Enfold > Theme Options then “Save Changes”. This should refresh the enfold_child.css file. Let us know if it works.
Regards,
Ismael
Hi, i would like to know how to create a sidebar like the one you have in the Enfold theme demo under the Features Menu, where the texts also got icons. Thanks in advance!
Hey!
Thank you for the update.
Please use the plugin mentioned on the documentation Yigit suggested then refer to this link for more info on how to properly migrate your website from production to development vice versa: https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
I recommend to use WP MigrateDB or WP MigrateDB PRO
Regards,
Ismael
This reply has been marked as private.
Hey simonac!
Thank you for using the theme!
Please try this:
function bp_dtheme_activity_secondary_avatars( $action, $activity ) {
switch ( $activity->component ) {
case 'friends' :
// Only insert avatar if one exists
if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) {
$reverse_content = strrev( $action );
$position = strpos( $reverse_content, 'a<' );
$action = substr_replace( $action, $secondary_avatar, $position);
}
break;
}
return $action;
}
add_filter( 'bp_get_activity_action_pre_meta', 'bp_dtheme_activity_secondary_avatars', 10, 2 );
We would like to see an example of the page where the avatar is showing.
Regards,
Ismael
Thank you very much! I appreciate very much that you did this even if not related to Enfold. :) Buttons look good now.
Hi!
Thank you for a great theme!
When I updated to the latest version of the theme Enfold the Enfold Combo Widget got broken on the mobile.
Check this out: http://46.22.122.163/
Can you help me?
Hi!
Thank you for the update.
They are indeed broken. I uploaded an image on a post. http://www.thewinecountryhomes.com/wp-content/uploads/2014/03/Abducted-46.jpg
Can you please check if the image is present on the folder? Please go to wp-content/plugins folder then rename or remove all unused plugins. Test the media uploader again after. Another thing that you can do is to edit wp-config.php file on wp root directory, add this at the very bottom:
define( 'UPLOADS', 'wp-content/'.'uploads' );
You might also want to increase the wordpress php memory limit to at least 128M because you might experience issues when using the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
Ismael
Thanks, Yigit. Your theme update notification does not seem to be working in WordPress, it said the theme was up to date. (I’m pretty sure that my Themeforest creds are correct. Is there just somewhere that I can check periodically and see what version of Enfold is current? It seems like you update it very frequently, which is great…..)
Anyway, I’ve updated to 2.7 now. I’ve looked over the header display options. And I don’t see how to keep the menu from overlapping the logo. Is there a way? I don’t really want to start editing your menu CSS, because it’s so beautiful and feature-rich.
Thanks
Hi !
Problem is that I did not migrate the site for different reasons.
I am creating it from scratch and I can’t make it look like the first one.
Hi,
(working with Enfold 2.7 and a child theme).
I’d like to get a different layout for the blog page than the default layout that I’ve chosen in the theme’s General Settings .
Then, I recently upgrade the Enfold version (after reading this topic: https://kriesi.at/support/topic/advanced-layout-editor-to-build-your-own-blog-layout/) and I followed the instructions of the Enfold documentation (http://kriesi.at/documentation/enfold/have-a-different-single-page-blog-layout/).
It works well but…
Breadcrumbs are broken for posts, categories and archives pages.
As an example, I get following breadcrumbs :
– For the blog page : ” Home > Blog page name” (that is ok)
– For any archive or category page : “Home > Category name (or archive name)” instead of “Home > Blog page name > Category name (or archive name)”
– For any post of any category : “”Home > Category name > Post title” instead of “Home > Blog page name > Category name > Post title”
Is there any way to keep the complete hierarchy in breadcrumbs whitout selecting any page in “And where do you want to display the Blog?” (Enfold general settings)?
If not (second part of my question) :
Because I’m not an experimented wordpress user, I thought : “ok, let choose the same layout for the blog page and the categories/archives pages). Then I made following choices:
– Specifing the blog page in the field “And where do you want to display the Blog?”
– Choosing “Use the advanced layout editor to build” for the “blog style” field
With these options, breadcrumbs are ok but… the layout of the archives and categories pages do not respect the advanced layout of the blog page :
– no image displayed,
– entire outputs of the posts are displayed (no link “read more” as it’s defined in the blog page layout).
Did I chose some illogical or wrong paramater? Any idea to solve this?
Thank you for your help!
Hi!
Thank you for using the theme!
We tested this on our end and it works fine. Please make sure that you didn’t specify a position on Styles panel because their position will be set to absolute. You need to add this on Custom styles field:
position: relative;
This is the code that we used:
<h1>THIS IS AN H1</h1><br>
<h2>BELOW THE H1</h2>
This is the screenshot:

Did you install the layer slider as a standalone plugin?
Please download the theme again 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/
Regards,
Ismael