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
Hey!
Thank you for using the theme!
Did you migrate the test site to this domain http://www.socacom.fr ?
Note that all theme options are saved on the database so it is essential that the database remain intact after the migration. Please use this plugin to properly transfer the website and all the media files associated with it. WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info: https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Cheers!
Ismael
Hi!
Glad it is working now.
When you search the same topic over the forum, you’ll see that updating the theme files or commenting then uncommenting the error line mentioned above fixed the issue for all of them. We’re not entirely certain why it’s happening but luckily it can be fix.
Cheers!
Ismael
I’ve got the same problem: no pagination, every page still send me to first page…
I’ve tried to delete .htaccess file, but nothing happens.
My site is:
http://thomasgraziani.com/
Permalink setting is: http://thomasgraziani.com/%postname%/
Reading settings is: static page – hoe page
Can you post another solution, if there is? Is a bug in Enfold or in my wordpress installation?
Regards!
My test site looks ok:
http://www.mm64.net
but my final site looks awfull : transparent header menus, black lines between section.
I can’t find what I did wrong :(
Can someone help me please?
Hi!
@phausner: Thank you for the info but you’re using a very old version of the theme, version 2.1. Please download the latest version from your themeforest account then update the theme via FTP. This should fix the issues with WP 3.9. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
@switchplus: Thank you for using the theme. Please post the website url here. Make sure that you’re running the latest version of Enfold, version 2.7.
Best regards,
Ismael
Hey!
Thank you for the link.
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit the text block then scroll below, add a Custom Css Class. Let’s use textblock-1 for example. Save then update the page. Add this on Quick CSS or custom.css:
div.avia_textblock.textblock-1 {
position: relative;
top: 10px;
}
Regards,
Ismael
Hello,
I have similar issue,
Enfold is not supporting NAV Menu Roles plugin,
And I got this soultion,
http://wpdevplus.com/fix-nav-menu-roles-plugin-doesnt-show-themeforest-enfold-theme/
Do you think this solution is safe?
Hi,
i use enfold with buddypress. It works great!
I have one thing i can’t find a solution for.
In the group there is the activity stream. I want to remove the group avatar from the activity stream. I found an answer with this code.
function bp_dtheme_activity_secondary_avatars( $action, $activity ) {
if ( $activity->component = '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 );
But this does not work when i put it in the child themes function.php . I get a white page.
It would be great if someone has an idea how to solve that problem”
Thanks Simon
Hi!
Thank you for using the theme.
Do you mind if we take a look at the website? Please make sure that you’re using the latest version of the theme which is Enfold 2.7.
Cheers!
Ismael
This reply has been marked as private.
This reply has been marked as private.
Good day,
i’m a Swiss graphic agency and your big fan. Your theme is really great!
I never had a problem ’til today, but sudennly i can’t modify my text whit the advanced layout editor.
The button for justify, change color ecc… are disappears and my text is white! And i can’t add pictures.
I check other web site i made, but the problem is only whit enfold.
Thank you,
best regards
Hi again, also styles are not working as I expect, in Theme Options colors are correct after bringing settings from parent, but in the page it uses Enfolds default.
Hi, Just bought the Enfold theme which is the second theme I have purchased from you guys and it is fantastic! I have a couple of questions if possible:
1. I use WPML – I have added this to the top header but even though I have specified a drop down all I am getting are flags – I really need just the first flag and the name next to it and then the drop down for more languages. Also on a mobile the flags show up covering the phone number not underneath/new line.
2. To give an overlap for the design I need to show 3 icon boxes with a little text (from the content area) half over the Revolution slider and half in the content area – I have tried to add “margin-top: -110px;” with a z-index but it is only showing behind the revolution slider.
3. Is there anyway to have the colour section not full width ie 1/2 with a 1/2 box on the other side? (without using css)
4. I have a data-src iframe that I need to show – my last theme allowed and showed this however Enfold does not. I can send the code if possible as I can’t post it here.
Currently I have this site on a testing server so I cant give the URL. If you would like to view this I can give the details including the change of host files details.
Thanks for the help & the great theme…
Hey!
Yes, I think this issue is also related to WPML. We’ll wait for the final version which is fully compatible with WP3.9 and if it still doesn’t work we’ll look into our code. However we just use a simple query to fetch the posts and I’m pretty sure something is broken with the WPML code. For now I recommend to use an alternative solution or to downgrade to 3.8 until WPML is fully compatible with WP3.9.
Cheers!
Peter
Hi!
Please try to delete the wp-content/uploads/dynamic_avia/ folder, then set the wp-content/uploads/ folder to 777 and go to the Enfold > Theme Options page and re-save the settings. Hopefully this will fix the issue.
Cheers!
Peter
Hello once again,
Thanks for your support once again too :)
You were right, categories are not synced issue was solved by clearing cookies. Now it is working, but my Russian blog entries are not showing up still :( (they dont show up on Home page of russian language. At the bottom I have post slider)
Thanks!