-
Search Results
-
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’ );Hi,
I am using the Meow AI Engine Plugin with my website. However, when applying the popup mode of the chatbot (should only apply on selected pages via shortcode), it is covered by some parts of the website which hides the chatbot icon and hinders entries to the chatbot. The chatbot is activated on a selected page by a shortcode. I used the code block to put the chatbot in place on page.
Tried to fix it by increasing the z-index but didn’t work.
Here is what the Meow Support wrote me:
“By default, the z-index already uses the highest value on the chatbot container, so you don’t have to worry about that. If you see an element above the chatbot, it means it’s a child relative to these other elements. Z-index only works at the same hierarchy level; changing the value here will not change anything.
I visited your site, and by moving the chatbot container outside your main content, it displays as expected. Your issue is happening because the chatbot is rendered in an “avia codeblock,” which is a child of your other content.”
I somehow understand the issue but since I am not a programmer, I do not know how actually to put this into practice… :(
Best regards
OlafHi,
After updating theme to latest version facing difficulties like many elements does not open for editing at the back end of the website. (Heading, Separator / Whitespace, Icon List, button).It just shows empty white block or sometime it takes lot of time to load the block element for editing.
Thought some plugins might be causing this conflict and tried to disable all the plugins which was installed already, by doing so I got critical error and fixed it with the help of Host provider.
Now the website is up, enabled few plugins and content elements showing up sometime and not showing option for editing sometime, but still error pops up on the top of the page if we are in ‘Edit Advance Layout Builder’.
These were the few error which I copied for your reference.
Notice: Function WP_Abilities_Registry::get_registered was called incorrectly. Ability “gd-mcp/get-site-info” not found. Please see Debugging in WordPress for more information. (This message was added in version 6.9.0.) in /var/www/wp-includes/functions.php on line 6131
Notice: Function WP_Abilities_Registry::get_registered was called incorrectly. Ability “gd-mcp/get-post” not found. Please see Debugging in WordPress for more information. (This message was added in version 6.9.0.) in /var/www/wp-includes/functions.php on line 6131
Warning: Cannot modify header information – headers already sent by (output started at /var/www/wp-includes/functions.php:6131) in /var/www/wp-admin/admin-header.php on line 14
Warning: Cannot modify header information – headers already sent by (output started at /var/www/wp-includes/functions.php:6131) in /var/www/wp-includes/option.php on line 1740
Warning: Cannot modify header information – headers already sent by (output started at /var/www/wp-includes/functions.php:6131) in /var/www/wp-includes/option.php on line 1741
Theme Version: 7.1.3
Using Enfold Child theme
PHP Version 7.4



