@Alwin yes you can see it listed there already: https://kriesi.at/support/topic/enfold-upcoming-fixes/
@Gunter thank you so much for adding this so quickly! I haven’t tested it yet, will likely wait for the official release, but thanks again for acting on this request.
Any thoughts on the second request of the navigation options? I’ll paste it here again for ease of use:
Secondly, on the ALB Gallery element, it would be great to have an option for desktop to also display the navigation arrows when the “Big Image with Thumbnails below” setting is selected, meaning the user doesn’t have to hover the thumbnails to change the image (which may not be super intuitive for some users). Perhaps there could be 3 options – hover thumbs, show navigation arrows, use both hover and arrows.
Thanks a lot.
Hi – had this issue on a few sites… But generated the Tokens correctly but get a consistent error with Enfold accepting them.
get this error:
Last time we checked the token we were not able to connected to Envato:
Purchases could not be accessed
Username could not be accessed (needed for your information only)
E-Mail could not be accessed (needed for your information only)
Following errors occurred:
Purchases: Errorcode 403 returned by Envato: Forbidden:
– reason: invalid-token
username Errorcode 403 returned by Envato: Forbidden:
– reason: invalid-token
email Errorcode 403 returned by Envato: Forbidden:
– reason: invalid-token
Purchases: A problem occurred accessing your purchases. Unable to check for updates.
Hi,
I forgot to mention, that the fix will be part of next release 4.5.2.
So you can actually replace the 2 original files in ..\enfold\js\…
No need to copy to child theme.
Script from Yigit is not correct, as it loads the same code twice (.min is minified only).
@Guenni007
Your code should work. Depending on theme option either the normal version of the file or the .min. version is loaded.
If you do not upload a .min. version you can skip {$min_js} (or set it to ” hardcoded).
Best regards,
Günter
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit
Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.4.1 and then go to Enfold theme options > Advanced Styling and edit “Cookie Consent Link and Info Button”.
If you would like to use custom CSS instead, please add following code to Quick CSS
#top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn {
color: #b45d15;
background-color: orange;
border-color: green;
}
Best regards,
Yigit
Hi Alwin,
– Am I supposed to replace the complete code content of these 2 files with the code as on the github links?
Yes.
– Is this a method supported by the Enfold developers?
Certainly! Günter is the lead developer :)
– How do I do this in a Child Theme?
Please add the following code to functions.php file of your child theme
function ava_change_wp_enqueue_scripts_mod() {
$vn = avia_get_theme_version();
$options = avia_get_option();
$min_js = avia_minify_extension( 'js' );
wp_deregister_script( 'avia-lightbox-activation' );
wp_enqueue_script( 'avia-child-lightbox-activation', get_stylesheet_directory_uri() . "/js/avia-snippet-lightbox{$min_js}.js", array('jquery'));
}
add_action( 'wp_enqueue_scripts', 'ava_change_wp_enqueue_scripts_mod', 100 );
and place the two files inside /js/ folder in your child theme
Regards,
Yigit
-
This reply was modified 3 years, 2 months ago by
Yigit.
Hi,
You have following code in /enfold-child/dist/style.css file
#footer-page .footer-top .container .content .entry-content-wrapper .icon-row {
padding: 0;
display: flex;
justify-content: center;
background: rgba(0, 0, 0, 0.1);
margin-top: 100px;
}
I commented top margin value as following
#footer-page .footer-top .container .content .entry-content-wrapper .icon-row {
padding: 0;
display: flex;
justify-content: center;
background: rgba(0, 0, 0, 0.1);
/* margin-top: 100px; */
}
I attached a screenshot in private content field to show how it looks on my end after the changes.
Please review your website :)
Best regards,
Yigit
Hello Gunter,
– Am I supposed to replace the complete code content of these 2 files with the code as on the github links?
– Is this a method supported by the Enfold developers?
– How do I do this in a Child Theme?
Thanks very much for your help :)
Kind regards,
Alwin
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,
Thanks for your patience, I found a different solution in my test I found that the “author” attribute must be set in the WooCommerce ▸ Attributes ▸ Add new attribute and not manually added on the product page in order to be named correctly.
Please note that the Slug “author” is not allowed because it is a reserved term, so we will use “authors”

This will name the attribute pa_authors so we can call it.
Then on the product page add the “value” for the attribute:

and this function in your child theme functions.php:
add_action( 'woocommerce_single_product_summary', 'product_attribute_dimensions', 25 );
function product_attribute_dimensions(){
global $product;
$taxonomies = array('pa_authors');
foreach($taxonomies as $taxonomy){
$value = $product->get_attribute( $taxonomy );
if ( $value ) {
$label = get_taxonomy( $taxonomy )->labels->singular_name;
echo '<p>' . $label . ': ' . $value . '</p>';
}
}
}
Then the attribute will show on the frontend:

Best regards,
Mike
Hi,
Update for swipe feature:
Please replace enfold\js\avia-snippet-lightbox.js and enfold\js\avia-snippet-lightbox.min.js
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_4_1/js/avia-snippet-lightbox.js
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_4_1/js/avia-snippet-lightbox.min.js
Do not forget to clear server and browser cache (or toggle theme options if using merged js) and make a backup of the files for a fallback.
Best regards,
Günter
Hi Jan,
I tried to use Enfold 5.4.1, Hello Elementor, and Twenty Twenty-three (default WP theme) and timed them all, and the calculation duration is the same for all of them.
The other link you gave is really fast but when I tried Hello Elementor on the stage site, it does not seem to show any improvement in calculation speed.
Best regards,
Nikko
Hi,
I am having issues enabling Enfold 5.4
It gives me an error (see private content)
I have enabled debug.
Please can you advise
Thanks
Hey,
I uploaded the Spotify icon in Enfold theme options > Import/Export, updated your code in the functions.php file, and then added the following code to Enfold theme options > General Styling > Quick CSS field.
#top #wrap_all .av-social-link-spotify:hover a,
#top #wrap_all .av-social-link-spotify a:hover {
background-color: #16D860;
}
Please review your website.
Cheers!
Yigit
i have the Enfold Theme 4.6.2..
Hey Karin,
We can’t really say for sure if your site would work good on WordPress or not, maybe you could set up a staging site and test it first? If the site in general works as expected on WordPress, then Enfold should work fine as well.
Best regards,
Rikard
Hello,
I need to delete ” – Enfold WordPress Theme by Kries” from footer ??
thank you
Hi,
It seems like you are still using Enfold 4.6.2. Have you received the update in WP dashboard and tried updating the theme?
Regards,
Yigit
thanks for this help but i have still this message on our Website
Warning: Creating default object from empty value in /srv/www/vhosts/eslleysin.ch/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28
http://www.eslleysin.ch
If I use Enfold, the single product does not show images of the variations.
If I use the default theme, the single product correctly shows the images of the variations.
Is this a known Enfold bug?
Or I’m the one who’s wrong :(
Please See the video recording
Best regards
Oriano
Hi Enfold Team,
I use a bit modified productslider.php in my e-shop. I have just added an option to have 1 column in the mobile screensize; see here: https://snipboard.io/zbfHRL.jpg
The modified productslider.php is located in /wp-content/themes/enfold-child/shortcodes/productslider.php
After updating to the ver. 5.4.1 the product slider and some other objects (easy slider, cookeis bar etc.) stopped working. I found out, that it was caused by the modified productslider.php
So I copied the original one from enfold 5.4.1, put there again the 1 Column option and save it into /wp-content/themes/enfold-child/shortcodes/productslider.php
But it does not work, it breaks my web same as described above.
Can you help me pls what I am doing wrong?
Thanks a lot!
Zdenek
-
This topic was modified 3 years, 2 months ago by
Zdenek.
Hi,
Yes, you can remove the CSS code you added as a temporary fix if you updated Enfold to version 5.4.1.
Best regards,
Yigit
Hey,
Please refer to this post: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a new Personal Token.
If inserting your Personal Token in Enfold theme options doesn’t work, please try using Envato Market plugin: https://www.envato.com/lp/market-plugin/
Regards,
Yigit
Hey Imdad Ali,
Please refer to the screenshot below to find your purchase code

If you have any questions or issues, you can 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
Still the same calculation issue with Enfold 5.4.1 -> 12 seconds instead of 1 second with Enfold 4.7
Karin OpitzGuest
Hi Enfold team,
we would like to use Enfold for a website that contains a large amount of data. About 1,000 participants (artists) should be able to edit their respective portfolio with 3 – 5 pictures and some other data, e.g. name, address, description.
Is this possible with wordpress and enfold? If yes, which plugins would you recommend?
Kind regards,
Karin
Hi martinvanderharst,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hey Rikard,
PHP Version is updated to 8.1. Enfold is updated to 5.4.1
Many thanks in advance!
Best regards
Sonja
-
This reply was modified 3 years, 2 months ago by
SusanneWenke.