-
Search Results
-
Topic: Expired Link
Hi There :-) i tried to upload the enfold zip-Files but in WP it says the link has expired.
In my download folder are 2 versions since i bought the theme for an other HP before. I can see which one is the “newer” one. But i used all zip Files, always getting the expired Link messageLooking for a snippet to show a deafult image in blog views – but NOT Single view (there only images should be shwon, which are uplaoded with the post).
I tried it like this:function enfold_fallback_thumb_url( $size = ‘enfold-blog-thumb’ ) {
// Deine Fallback-ID (anpassen!)
$fallback_id = 4283;
return wp_get_attachment_image_url( $fallback_id, $size );
}// Enfold-kompatibler Filter: Nur Übersicht, kein Single
function enfold_fallback_thumbnail_html( $html, $post_id, $post_thumbnail_id ) {
global $post;// Admin/Single/hat Bild: überspringen
if ( is_admin() || is_singular() || $post_thumbnail_id ) {
return $html;
}// Nur Posts in Übersichten
if ( ! is_home() && ! is_archive() || $post->post_type !== ‘post’ ) {
return $html;
}// Fallback-Bild rendern (Enfold-Size)
$fallback_html = ‘<img src=”‘ . enfold_fallback_thumb_url( ‘enfold-blog-thumb’ ) . ‘”
alt=”‘ . esc_attr( get_the_title( $post_id ) ) . ‘”
class=”attachment-enfold-blog-thumb wp-post-image fallback-thumb” />’;return $fallback_html;
}
// Filter aktivieren
add_filter( ‘post_thumbnail_html’, ‘enfold_fallback_thumbnail_html’, 10, 3 );But it doesn’t work. Any advices? Thakns
TimI have a valid support token for a few more month yet I am getting the following message:
3ccae7d4-e678-4d58-a4cd-6925c154b65b
Last time we checked the token, we were not able to connect 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: Your private token is invalid.
username Your private token is invalid.
email Your private token is invalid.
Purchases: A problem occurred accessing your purchases. Unable to check for updates.Topic: Enfold Shop Demo
Hi. I installed Enfold Shop Demo. Our website is not a store, but I like Enfold Shop Demo design elements.
How do you add a post to the full slider in the Home page with “Read more” button? I used “post slider” element but the post wasn’t automatically added to the Home page slider after I published it.
I’m not an IT and honestly, I find Enfold theme complicated, difficult and not non-IT user-friendly. So, I hope somebody can help. Thanks!Topic: excerpt length
I’ve tried everything, but I can’t seem to reduce the word count of my blog summary on my frontpage. What am I missing? I followed these instructions in a previous forum discussion see link.
https://kriesi.at/support/topic/how-to-adjust-the-excerpt-length-in-enfold/?login_error
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Hello Kriesi Support Team,
I’m continuing to experience “THE SAME recurring FATAL E_ERROR” on this live website (https://www.drisabelbalza.com) that triggers WordPress “Your Site is Experiencing a Technical Issue” emails repeatedly.
I don’t know why this annoying E_ERROR doesn’t go away, even though I tried your previous recommendations without any successful result.
What can I do next? This is from January 24, 2026:Environment:
WordPress version: 6.8.3
Parent theme: Enfold 7.1.3
Active theme: Enfold Child (version 1.0)
Current plugin: (version )
PHP version: 7.4.33Error Details
============
An error of type E_ERROR was caused in line 223 of the file /home/drisabel/public_html/wp-content/themes/enfold/includes/classes/class-social-media-icons.php. Error message: Uncaught Error: Class ‘avia_font_manager’ not found in /home/drisabel/public_html/wp-content/themes/enfold/includes/classes/class-social-media-icons.php:223Stack trace:
#0 /home/drisabel/public_html/wp-content/themes/enfold/includes/classes/class-social-media-icons.php(259): avia_social_media_icons->build_icon(Array)
#1 /home/drisabel/public_html/wp-content/themes/enfold/includes/classes/class-social-media-icons.php(288): avia_social_media_icons->html()
#2 /home/drisabel/public_html/wp-content/themes/enfold/includes/helper-main-menu.php(22): avia_social_media_icons(Array, false)
#3 /home/drisabel/public_html/wp-includes/template.php(812): require(‘/home/drisabel/…’)
#4 /home/drisabel/public_html/wp-includes/template.php(745): load_template(‘/home/drisabel/…’, false, Array)
#5 /home/drisabel/public_html/wp-includes/general-template.php(206): locate_template(Array, true, false, Array)
#6 /home/drisabel/public_html/wp-content/themes/enfold/header.php(275): get_template_part(‘includes/helper’, ‘main-menu’)
#Best regards,
ClaudiaHi,
I got the message from wordpress that enfold theme is perceived as dangerous and it is recommended to be deleted. I did so and reinstalled but then it continues saying that. What is the problem? I am nevertheless using enfold child but it doesnt work without the parent theme installed.
Thanks for your help
VerenaHello,
Using Yith booking, suddenly after last enfold update calendar arrows disappeared.
https://myjapanguide.com/booking/sumo-morning-trainingui-icons_444444_256x240.png is an icon image used in jQuery UI themes. So I placed it the plugin directory and use CSS
#top ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all .ui-icon,
.ui-widget-content .ui-icon {
background-image: url(“/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/images/ui-icons_444444_256x240.png”);
}
But it doesn’t work. But when logged as admin, the arrows show.Is there a way to pull this png from Enfold or where is it in enfold? I couldn’t find it in Jquery
Thank you
Topic: Risk free Update
Hi, we afre using the Enfold-Theme in Version 4.8.1 and want to update to 7.1.3.
can we just do it without big risks?Hello,
****EDIT: IT WAS A PLUG-IN. I FOUND IT DOING THE TYPICAL ONE-BY-ONE PLUGIN ENABLING.*****
For months we have only been able to update specific site pages, posts, and portfolio items in the backend of our WordPress site. Any attempts to make updates to the theme itself (appearance, widgets, footer, etc.) returns a critical error message on load.
We thought this was due to not having the verified personal token as proof of ownership…well, we repurchased it since we could not find the original proof of purchase. After successfully linking the purchase and checking for updates, the critical error continues.
Could this be due to our outdated PHP (8.0.30) creating errors, plugin incompatibility, or is it an issue with Enfold? I wasn’t able to find a forum post directly referencing this error, but please point me in that direction if there is a solution to this problem. I’m frustrated that we purchased the theme for a second time and are still unable to edit it. Please contact me with troubleshooting possibilities as we need to make these updates ASAP.
Thanks,
BenHello, to display a footer widget below each piece of content in a blog post in category 3, I used the code below. This works perfectly with normal blog posts, but NOT with blog posts that have been edited with ALB. What is wrong here?
— CODE —
// Widget Footer fuer Blog – Angebote
function enfold_widget_before_footer_for_single_post() {
if(is_singular(‘post’) && in_category(‘3’)){
dynamic_sidebar( ‘blog-footer’ );
}
}
add_action(‘ava_after_content’, ‘enfold_widget_before_footer_for_single_post’ );


