MartinGuest
Hi,
im trying to help a friend with an enfold theme that wasn’t updated since 4.8.6.3 – that is a high security issue in my opinion and I would like to upgrade. Her license was bought by her old webdesing company.
She is using a Child Theme and everything works just fine (except the fact that she didn’t get any security and other updates since 2021). If we buy a new license for shops. Can we just upgrade the existing license key and update the theme in the dashboard and every setting and layouts stay the same?
Greetings from Germany
Martin
running version 6.0.8 with a child theme, since 11 Dec. All plugins currently disabled
Site ‘died’ today and I don’t seem to be able to get it back up with Envato theme
Contacted hosting partner (Ventra-IP) and so far they are not able to help
Any ideas what I should look for?
Hey melanie308,
Thank you for the inquiry.
In a Text or Code Block elementy, you can add something like this:
<div style="overflow: hidden;">
<img src="main-enfold.png" alt="Image" alt="Image" style="float: left; margin-right: 20px; max-width: 50%;">What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Why do we use it?
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
Where does it come from?
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
Where can I get some?
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
</div>
Make sure to update the image URL.
Best regards,
Ismael
Hi,
Thank you for the update.
You may need to temporarily disable the Enfold > Performance > File Compression settings and make sure to purge the cache or just disable the cache plugin temporarily. Let us know if it’s still not working.
Best regards,
Ismael
Hey Morten R Bune,
Thank you for the inquiry.
Yes, you can manually remove the content of the dynamic_avia folder, but make sure to create a site backup first. You can also temporarily disable the Enfold > Performance > File Compression settings and the cache plugin while editing the site.
Best regards,
Ismael
Morten R BuneGuest
Hi thanks for the answer. Unfortunally I’m not able to write more, since I still can’t log in.
My answer is: YES I have updated to latest Enfold version and enabled delete old css and js files.
File size is still the same.
Does it matter if I change the settings regarding merging css and js?
Shall I remove the content of the dynamic_avia manually or do anything to trigger the cleanup?
Brgds Morten
Hey Morten R Bune,
Did you try to activate the option to delete old CSS and JS files under Enfold->Performance?
Best regards,
Rikard
Morten R BuneGuest
Hi my site is 50GB. 60.000 files in wp-content/uploads/dynamic_avia.
My Enfold token is dvLMep2oaDGq5eOqEE0RDYkVP9SX2OXJ
Can’t register
Thanks
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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:
#top .fullsize .template-blog .post_delimiter {
border-bottom-width: 3px;
}
adjust to suit.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Renaud,
If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:

and ensure that it is activated, then add this code and save.
function custom_script() { ?>
<script>
(function($){
$('img').hover(function(e){
$(this).attr('data-title', $(this).attr('title'));
$(this).removeAttr('title');
},
function(e){
$(this).attr('title', $(this).attr('data-title'));
});
$('.av-masonry-image-container').hover(function(e){
$(this).attr('data-title', $(this).attr('title'));
$(this).removeAttr('title');
},
function(e){
$(this).attr('title', $(this).attr('data-title'));
});
$('a').hover(function(e){
$(this).attr('data-title', $(this).attr('title'));
$(this).removeAttr('title');
},
function(e){
$(this).attr('title', $(this).attr('data-title'));
});
})(jQuery);
</script>
<?php
}
add_action( 'wp_footer', 'custom_script', 99 );
Best regards,
Mike
Hey!
We would like to use this point for our homepage: https://kriesi.at/themes/enfold/shortcodes/toggles-accordions/
Unfortunately we are not able to implement this option on our homepage, but without success.
We do not know where our error lies and therefore please help us.
Regards
Judith
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey ibuzaev,
Thank you for the inquiry.
Yes, it’s safe to disable the thumbnails, but we don’t recommend it as they contribute to site speed optimization. If you still want to proceed, this thread should help: https://kriesi.at/support/topic/media-upload-and-enfolds-thumbnail-sizes/#post-1270140
Best regards,
Ismael
Hi,
Sorry for the confusion. There are no padding settings for the element, but you can add the css code in the Enfold > General Styling > Quick CSS field or the child theme’s style.css file. If you need further assistance, you can share the login details in the private field and we’ll add it for you.
Best regards,
Ismael
Hey Gareth Ramsden,
Thank you for the inquiry.
The theme is compatible with Elementor, but we recommend using Enfold’s built-in Advanced Layout Builder (ALB) instead. ALB serves as the default layout and template creator for the Enfold theme. For more info, you can refer to the documentation.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/
Best regards,
Ismael
Gareth RamsdenGuest
Hi, good evening.
I would like to purchase Enfold but I use Elementor for editing and customisation.
Does Enfold not work well with Elementor? If I do not use Elementor with Enfold, and I purchase Enfold, how much knowledge of coding and other things do I need in order to fully customise Enfold?
Any advice would be great.
Thank you, Gareth.
Hi,
Glad we were able to 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 Rikard
Well – I found out where Enfold places the tags.
They are situated in the bottom of a post under the possibility to send comments. I find it a bit strange, but anyway: They are actually displayed. So there is one issue less to solve.
Best regards,
Hanne
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for your understanding and using Enfold.
Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap {
margin-right: 30px;
}
adjust to suit.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Thank you for your patience, I see that your layerslider is based on the original slide from the original demo, since then the LayerSlider has been updated a lot. I was able to remove the 3D transition by changing the timing to zero on the first slide:

please clear your browser cache and check.
Best regards,
Mike
Hey Ivana,
That seems to be Javascript files with parameters attached to them, Enfold does not add that.
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
I can’t see that element on my end, are you sure that it’s added by Enfold?
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. If you have further questions about CSP then please open a new thread.
Best regards,
Rikard
Hey NikitaGlas,
Are you using a caching plugin? If so, then please clear the cache or deactivate the plugin temporarily. You could also try to toggle the file compression options and activate the option to delete old CSS and JS files under Enfold->Performance.
Best regards,
Rikard
Still the same
Warning: fopen(/customers/2/d/9/sif-assentoft.dk/httpd.www/wp-content/uploads/dynamic_avia/avia-head-scripts-aab6b4df32cc048ee43a081a705e43c7—677a4516c02da.js): Failed to open stream: File too large in /customers/2/d/9/sif-assentoft.dk/httpd.www/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 984