13818 comments found.
This is the worst update ever, so many issues and bugs… enfold theme is completely unusable after the update. Can someone take a look here: https://kriesi.at/support/topic/column-shortcodes-getting-there-has-been-a-critical-error-on-this-website/ Column shortcodes getting There has been a critical error on this website.
Thank you.
Good morning. I wanted to ask you if by any chance you are thinking about implementing the progress bar element with vertical and circular bars. If not, could you recommend a plugin compatible with the Enfold theme? Thanks 1000 Joseph
Hi there! Of note, since updating to version 4.8.5 many of my blog pages no longer display images – https://www.akikohori.com/blog/?avia-element-paging=8
I do also have the problem after updating to 4.8.5 there is always a social share icon below my posts, in my case its Instagram (I do have instagram and facebook link in top of header) – although nothing is activated in settings panel. never was before.. how can we solve this?
Hi, I created two columns and inserted image and text. But the text does not spread trough the entire column. What did I do wrong?
https://ibb.co/7S2TJQjHello, short questions!
My company took over the work on a clients’ website, however the old developer messed up the theme I guess!
In the Theme Options it is still licensed to the old developer BUT it is not upgrading, it is still stuck on Version 4.3.2 on Themeforest however, I can see Version 4,8 is out! The theme is not finding the new version! Does it mean, the former developer revoked the license for this theme on this particular site?
Thank you very much?
So, what the news with the bug-fixing of the latest 4.8.4 version? To buy or not to buy it?
Hi, after the last update the Icon Box is also bugged I think cause I can not get rid of the “Click to add your own text here” text. Even if I wrtie something, it still doesnt display what I wrote, it display this text, “Click to add your own text here”, same as if I delete it, nothing changes. Please advise, Thanks
Hi , after i ipdated the theme i got there error >>> Fatal error: Uncaught Error: Call to undefined method Avia_Popup_Templates::get_border_styles_options() in /home/customer/www/aslanidis-anakainisi.gr/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php:561 Stack trace: #0 /home/customer/www/aslanidis-anakainisi.gr/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(1191): avia_sc_columns->register_dynamic_templates() #1 /home/customer/www/aslanidis-anakainisi.gr/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(116): aviaShortcodeTemplate->extra_config() #2 /home/customer/www/aslanidis-anakainisi.gr/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(89): aviaShortcodeTemplate->__construct(Object(AviaBuilder)) #3 /home/customer/www/aslanidis-anakainisi.gr/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.cla in /home/customer/www/aslanidis-anakainisi.gr/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php on line 561.
I dont have access to my website anymore , i can’t login to the admin panel. I tried to recover from backup , but keep getting this error. Is there anything else I can do ?
Im getting this Warning: Creating default object from empty value in /home/customer/www/domain/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28
Warning: session_start(): Cannot start session when headers already sent in /home/customer/www/domain/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php on line 56
Hi, could you please tell me, for which version of PHP and which version of database is the latest theme version built? Thank you
Hi, since the last update under all posts is suddenly a sharing option for xing and I can’t deactivate it – cause in the theme options there is no xing to deactivate!!! Why? I don’t want it cause i use another sharing plugin which GDPR safe!!!
Hi,
Thanks for contacting us!
I will report the issue to our devs. It seems like social share button is added when Xing is added to Social Profiles in Enfold theme options. Could you please confirm if that is the case on your end as well? By default, it does not display Xing sharing button on my end.
Regards, Yigit
everything concerning “Sharing” is deactivated under “Blog-Layout” but Xing is shown under my posts. When I activate for example twitter both are shown. But I can’t deactivated this f** Xing sharing because there is no xing shown in “Blog-Layout”!!!! And yes – it’s shown on my end as well and I’m really pissed about it!!!
Hi,
Thanks for contacting us!
That is a Separator element. You can simply edit your page and remove the element 
If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support.
Regards, Yigit
How about changing its color?
Hi,
You can edit the element and change its color in element options.
If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support 
Regards, Yigit
Hi, please help me, when i changed homepage page, it didn’t changed. How to achieve this ?
Hi,
Thanks for contacting us!
Please make sure that you are setting your frontpage in Enfold theme options only.
If that does not help or if you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/forum/enfold
Regards, Yigit
Sure, that’s perfect ! And now i want to ask how to customize sidebar so i could make a sidebar without line and make the text alignment in center ?
Hello, why can’t you apply theme settings from previous themes. What is this? This has nothing to do with server settings or anything. New Enfold settings files are not problematic, these work. So it must be the Enfold file and Enfold. So, how can I load a settings file from an older, previous version into the existing theme version without getting error messages?
Hi,
Thanks for contacting us!
What error message are you getting? Import & Export option should be backwards compatible. What are the versions of you are trying to export/import?
Regards, Yigit
The ENFOLD team solved the problem, thanks for the really nice support!!
https://kriesi.at/support/topic/upload-and-activate-theme-setting-file/Hi, I just updated to the new version but it seems that now I can not create new widget? Where did the “Add Widget” go? Also lots of things changed and not for the good. Are you planning to correct these ?
Hi,
Thanks for contacting us!
These changes were introduced in WordPress 5.8. Please add following code to bottom of Functions.php file to revert back to classic widgetsif( ! isset( $avia_config['use_block_widget_page'] ) || $avia_config['use_block_widget_page'] !== true )
{
// Disables the block editor from managing widgets in the Gutenberg plugin.
add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
// Disables the block editor from managing widgets.
add_filter( 'use_widgets_block_editor', '__return_false' );
}
If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support 
Regards, Yigit
Hello, Found some issue after the theme update.
1. Margin issue for equal column height (margin shows 50px even after i set it to 0) 2. Light transparent button background color is lost. 3. Icon box content is lost.
Didn’t find lot of issue like this before after theme update from enfold. Hope you will solve all soon.
TIA
Hi,
Thanks for contacting us and sorry for the inconvenience!
1- We are going to need to see the issue. Could you please start a thread on our support forum and share a link to your page?
2- Please replace /enfold/config-templatebuilder\avia-template-builder\php\base-classes\class-popup-templates-callback.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/base-classes/class-popup-templates-callback.php
3- Please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 553rd line
$default = $this->sync_sc_defaults_array( $default );
and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );
Regards, Yigit
If you are reading this, please don’t update to the newest version. DON’T UPDATE!!!
On your support website for your theme please see topic shortcode-for-category-or-taxonomy-trees I thoroughly reviewed both your theme documentation and your page builder documentation and didn’t find anything on being able to place the linked category tree within a page row as an element. Is this natively supported? If not is there a PHP snippet that would accomplish this with your theme? Thank you.
Hello? Why did you skip me?
I am talking about Page categories, for clarity
The version 4.8.4 is buggy dont update it. it enforces the padding as 0 by default and some other css issues. also breaks the layout making the text editor shows the default text.