Hey Tracy,
You can find all the documentation here: https://kriesi.at/documentation/enfold/
Best regards,
Rikard
Hi Thilo,
Thanks for contacting us!
Could you please firstly update Enfold to the latest version 5.2.1 – https://kriesi.at/documentation/enfold/theme-update/? :)
Cheers!
Yigit
Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token on your Envato account and insert it in Enfold theme options to receive auto updates :)
Best regards,
Yigit
Hi Lyse,
Please try the following in Quick CSS under Enfold->General Styling:
div a.remove {
background:url('https://diyjewellery.com/wp-content/themes/enfold/config-woocommerce/images/remove.png');
}
Best regards,
Rikard
Hi,
I would like to create simple pop-up with Enfold theme but I couldn’t find any element that works like it?
Does Enfold support creation of simple pop-ups like below?

If not is there some plugin which is recommended to be used?
Thanks
The files in dev folder are included in the installation (not like the documentations) when adding the theme to a WordPress installation. And can be accessed from internet. For example, /wp-content/themes/enfold/dev/readme.txt
As I see it, there is no point to use old unsecure decencies even if the main code doesn’t use it. Especially when the unsecure files are accessible from internet and when there a new version to update it too.
Also, when scanning for vulnerabilities for my client of plugins they will come up and mess my list of urgent CVE of plugins. Therefore, it would it be great if you could update in future. ;) I know there are workarounds I can do to solve it, but I prefer to use the fix it how it should be done, updating to never versions.
Thanks!
Hi,
Thanks for that. First of all, could you try updating the theme to the latest version (5.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi,
Thanks for that. I toggled the option to delete old CSS and JS files under Enfold->Performance, and it’s working after that. Please review your site.
Best regards,
Rikard
I’ve just installed a trial of Presto Pro in my Enfold site. I can’t find some Presto functionality such as this?


Does Presto generally work well with Enfold?
-
This topic was modified 3 years, 4 months ago by
mediaapps. Reason: Image link doesn't seem to work
Hi Team,
I am trying to install WooCommerce Payments , and it’s not working with enfold. I already spoke with the WooCommerce team and tried to troubleshoot the issue as per their guidance. I found that this is working with another theme but enfold.
Can you please guide me to troubleshoot the conflict? I really appreciate it.
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
I have imported a demo through Enfold theme options, and the default colors of such demo remain active even though I have changed them in general styling.
It seems like the changes I did cannot be overwritten to the ones of the demo. The update doesn’t seem working.
Maybe you can clarify something for me.
I have the latest versions of the following:
wordpress
enfold theme
woocommerce
woocommerce product bundles
woocommerce composite products
Are these all compatible with each other?
Im trying to create a website that has similiar functions to this: https://www.poppyandpearl.co.uk/
Tracy TrathenGuest
Hi there.
I’m doing some updates and maintenance for a client whose former designer used Enfold but did not install a child theme. This same former/original designer passed away a couple of years ago. I recently contracted with the group to be their designer for this next year. However, I’m very new to Enfold. I also don’t have access to any of the documentation that shows his purchase information. His son deleted his email this past July, so I don’t have any notes on anything related to the website or install info beyond seeing that it’s installed along with the LayerSliderWP. I’m in the process of installing the SSL on the site right now, so for now the link (in the private content section on this form) is just http.
Any help you could give me on how to find things in this theme would be great. I am used to another theme, so it’s slow to learn a different set up for me… so some starter documentation on using the Enfold theme would be fantastic.
Thanks for your help and suggestions.
~ Tracy
This reply has been marked as private.
Good afternoon – I have used your theme on multiple occasions. I just ordered a new install from Themeforest today and when importing the theme today of choice I got the following error. Rather than uninstall and reinstall I wanted you to have a look first. I have created an admin user for you. Thank you for your attention!
Warning: include(/home/customer/www/matthewm213.sg-host.com/public_html/wp-content/uploads/avia_fonts/Flaticon/charmap.php): failed to open stream: No such file or directory in /home/customer/www/matthewm213.sg-host.com/public_html/wp-content/themes/enfold/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 477
Warning: include(): Failed opening ‘/home/customer/www/matthewm213.sg-host.com/public_html/wp-content/uploads/avia_fonts/Flaticon/charmap.php’ for inclusion (include_path=’.:/usr/local/php74/pear’) in /home/customer/www/matthewm213.sg-host.com/public_html/wp-content/themes/enfold/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 477
Hello!
We use the portfolio module on one of our pages to sort our videos. There are links at the top of the page to sort the categories, and those links are no longer working. They just show a # in the URL now once clicked.
Let me know if you have any feedback/ideas!
Thanks!
Hey idelaydis,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-slideshow-button .avia_loading_icon {
display: none !important;
}
Best regards,
Rikard
Hey Nancy,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 {
margin-left: 0;
}
.flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 {
margin-left: 0;
}
.flex_column.av-1jcl3-74128e6af301545faed95d20b2a49b51,
.flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 {
width: 26%;
}
Best regards,
Yigit
Hey Nancy,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-image-overlay-wrap a.avia_image .image-overlay {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Best regards,
Yigit
Hi Support,
Thanks for including the functions.php code for removing “Blog–Latest Posts” as the default page title for posts in the Enfold documentation. I have recently put together some code to utilize the lowest (most specific) category level as the page title it works nicely for the project I am working on. I’ll include it below for reference and in case anyone else may find it useful.
add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
function fix_single_post_title($args,$id)
{
if ( $args['title'] == 'Blog - Latest News' )
{
$post_categories = get_the_category();
$categories_by_id = array();
foreach ( $post_categories as $category ) {
$categories_by_id[$category->cat_ID] = $category;
}
foreach ( $post_categories as $category ) {
unset( $categories_by_id[$category->category_parent] );
}
$args['title'] = $category->cat_name;
$args['link'] = get_permalink($id);
$args['heading'] = 'h1';
}
return $args;
}
However, I’ve noticed a peculiar phenomenon: when using ALB to edit a post, the post title shows as the page title, circumventing the code above–and the original code from your documentation as well. The switch to ALB seems to make that permanent, even if the post is later reverted to the classic editor. I shouldn’t be the only one who is experiencing this, so it seems relevant to post publicly.
I’d really like to be able to use ALB and have the page title work as it does when the classic editor is utilized. Editing with ALB shouldn’t change the behavior of the page title (unless it offers options which further enhance the editing experience–and the ability to opt out.)
Any ideas on a solution?
Thanks,
BP
Hey Alfredo,
Thanks for contacting us!
Please add following code to functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/
add_action('ava_before_footer','footer_content_new');
function footer_content_new(){
echo "<div class='my-custom-title'>Contact Ons</div>";
}
Then you can add following code to bottom of Quick CSS field to change the styling
.my-custom-title { color: red; font-size: 32px; }
Regards,
Yigit
-
This reply was modified 3 years, 4 months ago by
Yigit.
Hey,
Thanks for contacting us!
You have modified header.php file on your child theme. If you have modified it only to add Google tags, please refer to this post – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section and add them to functions.php file of your child theme instead and remove header.php file from your child theme. That should fix the issue.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
Yigit
Hi,
There was a CSS error in your Quick CSS field. I fixed it and following code was overriding it
/*Enfold footer menu*/
span.avia-menu-text{
color: white;
font-weight: bold;
font-size: 13px;
}
so I changed it to following
/*Enfold footer menu*/
#avia3-menu span.avia-menu-text{
color: white;
font-weight: bold;
font-size: 13px;
}
Please review your website :)
Best regards,
Yigit
Hi,
I can’t view your screenshot, but you can delete the old version of the theme if you don’t need it. Just make sure that the new theme folder is called enfold.
Best regards,
Rikard
Hey Henning,
Please try the following in Quick CSS under Enfold->General Styling:
.main_color tr:nth-child(odd) {
color: #919191 !important;
}
Best regards,
Rikard
Hi,
Please try to enable debug mode if you would like to paste shortcodes into a new page: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
Rikard
Hey Dave,
Please check your settings under Enfold->Performance->Disabling Of Template Builder Elements. If you set that option Manually loaded elements, then you can select which elements to load.
Best regards,
Rikard
Hello Rikard.
I’ve renamed old folder Enfold in the server to OLD-Enfold and then with my FTP software upload the unzipped enfold theme I bought to you.
But now in the WP desktop I have my Enfold Child that was there from the beginning and 2 themes: Enfold Versión: 5.1.1 and Enfold Versión: 5.2.1 (the last).
Must I delete Enfold Version 5.1.1?
Thanks for advanced.
JC.
Hey,
Thanks for contacting us!
You can try using this workaround – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#using-special-characters :)
Best regards,
Yigit