Hi.
How can I rename the Main Theme Folder «enfold» that uses a Child theme in the FTP directory? When I change the name of the theme Folder, the Child theme can’t find the main theme anymore, I see a blank page. Do I need to create a new Child Theme?
Any ideas?
Hi,
we are using the Smart Slider 3 and it seems, that the performance of the website is very slow, do you have any experience using Smart Slider 3 together with the Enfold theme?
Kind regards
Uli
Hi,
Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey Cameron,
Do you have lazy loading enabled in the theme under Enfold->Performance, or via a plugin? If so, then please try to deactivate that to see what happens then.
Best regards,
Rikard
Hello,
Update via Dashboard:
it says : all themes are up to date
Update via Theme Options:
it says: Your current Enfold theme version number is 4.8.7.1 – I dont see Update option.
CameronGuest
Hi, we have inherited a site using the Enfold theme so don’t a code to register on the forum so unable to repley to your response below.
We are using a horizontal gallery on the site it works perfectly on desktop however on Mobiles it doesn’t appear on page load just once you touch the screen or start scrolling.
Added in some private content to example pages
Thanks
Thanks
Cameron
Hi,
Please use your Purchase Code ( http://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg ) to register for our support forum.
You can find your Purchase Code on the Support tab of Enfold’s ThemeForest page as well: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support.
Regards,
Yigit
Hey,
This exact solution will be included in the upcoming version so you can apply it to the parent theme for now.
You can find this noted in the Upcoming Fixes thread: https://kriesi.at/support/topic/enfold-upcoming-fixes/
Regards,
Yigit
Hello everyone,
For those who are interested, you can download the latest version of the Italian language
Download here
Translation: Italian language
Version: Enfold 6.0.6
Released on: 26th November 2024
Strings: 6549
All translations are synchronised with the source files
Regards
Luigi
Hey!
Thank you for the inquiry.
We were not able to edit the settings because the account above is not an admin. This should work for the first image in the portfolio, but it might slightly distort the image:
.avia-image-container.av-m3m81k8l-37e2592474b1f3aa9f01e6b56eac1db5 img.avia_image {
max-height: 600px;
}
If you want to apply this to specific images, try adding a Custom CSS Class name (e.g., av-limit-image-height) in Advanced > Developer Settings, then replace the css code with this:
.av-limit-image-height img.avia_image {
max-height: 600px;
}
For more info about css class names, please check this link: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Regards,
Ismael
Enfold is calling a function (wp_targeted_link_rel) that is now deprecated in WordPress 6.7.
Offending file: framework/enfold/php/function-set-avia-frontend.php, lines 2569, 2605, and 2696.
I have an iframe with an embedded Google map that when placed in a standalone HTML file renders with no problem. If I place the same iframe into a page on my recently updated Enfold site, it does not render, though you can see the exact same iframe in the HTML sources. Can you help me identify where the problem lies?
Hey Matt,
Please try to turn off file compression, and activate the option to delete old CSS and JS files temporarily under Enfold->Performance to see if that helps.
Best regards,
Rikard
CameronGuest
Hi, we have inherited a site using the Enfold theme so don’t a code to register.
We are using a horizontal gallery on the site it works perfectly on desktop however on Mobiles it doesn’t appear on page load just once you touch the screen or stary scrolling.
Is there anything we can do to avoid this?
Thanks
Cameron
Hello
Love the theme first and foremost. Usuing it on a few sites that I run. On one of them, the Lightbox Modal is not working. The URL is in private content to view.
All images open the image URL/source in a new window, be it the Masonry Galleryon the hompeage or Woocommerce Singe Product photos. I have looked at all settings that I could think of and cannot figure out the issue.
Shop Options > Product Gallery is set to Default Enfold. Lightbox Modal is activate. Load Jquery in Footer is not active.
Please help.
I purchased enfold many years ago. WordPress updates has caused enfold to not load properly.
Can you help me?
My name is james clark
I own and developed my website but no pictures are showing due to the Updates from WordPress.
I have spoken to someone in the past.
my email address is (Email address hidden if logged out)
If you need my enfold license please let me know as i have been a user of enfold since 2016.
Best regards,
James Clark – President
Austin James SEO Agency
336-692-9773
Hi,
Could you try updating the theme to the latest version (6.0.6) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hello,
The version of Enfold Theme is: 4.8.7.1
I use Enfold on all of my sites and at one I do not get access to the options menu. It is shown shortly, but then the site shown in the picture attached https://photos.app.goo.gl/GnQ8mi3kpJDBqD8dA is shown and nothing gets me further.
Hey Tanja,
Please try the following in Quick CSS under Enfold->General Styling:
.av-image-caption-overlay-center {
vertical-align: bottom;
padding: 10px 1.5em;
}
Best regards,
Rikard
Hey Silje,
I can’t see any references to Enfold in those notices. You might want to consider removing debug info from the frontend: https://wordpress.org/support/article/debugging-in-wordpress/
Best regards,
Rikard
Hi,
Great, I’m glad that Mike could help you out. 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. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Tanja van der HarstGuest
Theme Enfold:
By default, there is a piece of text in the middle of the image. I want to move it to the bottom. Is that possible? And how can I do that?
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,
Please try the following in Quick CSS under Enfold->General Styling:
.av-masonry-image-container {
transition: none !important;
}
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,
Currently, there isn’t a filter for this. I’ll submit this as a feature request.
For now, please go to the enfold/config-woocommerce/ folder, open the config.php file, and find the following line:
$output .= "<{$desc_tag} class='av-banner-description'>{$description}</{$desc_tag}>";
and change it to the following:
$output .= "<{$desc_tag} class='av-banner-description'>" . do_shortcode($description) . "</{$desc_tag}>";
Best regards,
Yigit
Hi,
Cookie bar buttons and the popup use the language of your WordPress installation. The translation is missing for the “When refusing all cookies this site might not be able to work as expected.” in German language files so it uses the default English text.
To update the text, please go to the Enfold theme options > Privacy and Cookies > Cookie Handling, scroll down, enable the Show Advanced Options option, and change the text in the Refuse Cookie Warning area ( https://imgur.com/a/YcmOlMr ).
Regards,
Yigit
-
This reply was modified 1 year, 2 months ago by
Yigit.
Hi,
Thank you for the update.
You have to add the code in the child theme’s functions.php file. If you haven’t installed a child theme yet, please check the documentation below.
// https://kriesi.at/documentation/enfold/child-theme/
Best regards,
Ismael