Since a recent Enfold update, code-based widgets are no longer displaying content correctly. The 3rd party widget is now cut off and does not display. If I create a new page or post, they work perfectly.
We have tried cloning and recreating the section, but no matter what, we can’t fix the problem on old pages and posts.
New pages and posts created as new from templates or new pages, display the section correctly.
I am making you a video and sharing it privately so you can see the issue. I have removed the post example I have shown in the video
How do I fix this without recreating 150 pages and 150 posts?
Hi folks,
The Enfold support is usually excellent.
Looking forward to a speedy resolution to this problem.
Thanks
Eric
Hi,
Thank you for using Enfold.
The main changes in 7.0 was adding svg icons.
And changes to ..\config-templatebuilder\avia-template-builder\php\class-font-manager.php – deprecating functions like av_icon(), ….
And: splitted functions.php and functions-enfold.php in seperate files and restructured files in /includes folder
Maybe this causes problems with your code.
You will need to check WP error log for any messages – maybe that helps to find the problem.
Best regards,
Günter
Hi,
Thank you for using Enfold.
avia_deep_decode
is a core function needed to properly convert HTML characters in ALB elements. And it is not recommended to remove/change it.
As all builders also our ALB has some overhead that slow down backend pageload.
Consider to switch to a hoster that provides higher performance – and try to increase memory for php and WP.
For frontend use caching plugins to speed up pageload – and check that your images are optimized and the dimension uploaded does not exceed the maximum size needed.
Hope this helps you.
Best regards,
Günter
Hello, I am in the process of building a new website.
I’m using the “Enfold Health” demo for this. https://kriesi.at/themes/enfold-health-coach/
I like the way the images are displayed. What size do the photos need to be? I adjust them, like in the example and in my case the photos always turn out blurry. What am I doing wrong?
Thank you and best regards from Berlin to Vienna
Maria
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey hisdi,
Thank you for the inquiry.
Use this code in the functions.php file to adjust the icon of the scroll down arrow:
add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
function avf_default_icons_mod($icons)
{
$icons['svg__scrolldown'] = array( 'font' =>'entypo-fontello', 'icon' => 'uf106');
return $icons;
}
For more info on how to adjust the icon and find the icon unicode, please refer to this documentation:
— https://kriesi.at/documentation/enfold/icon/#how-to-find-the-icon-unicode
— https://kriesi.at/documentation/enfold/icon/
Best regards,
Ismael
Hey Arobazinfo,
Thank you for the inquiry.
You can import the demo from the Enfold > Demo Import panel. Please check the documentation below for more details: https://kriesi.at/documentation/enfold/import-demos/
Best regards,
Ismael
Hey grantloon,
Thank you for the inquiry.
The latest version of the Enfold theme is 7.0.1. Please download the theme from ThemeForest and upload it to your server via FTP. For more info, please refer to the documentation below.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hey sandra_m_williams,
Thank you for the inquiry.
The preview seems to be working correctly on our end. As shown in the screenshot below, the new Text Block we added to the page is visible when we preview it. Please try to use a different browser or clear the browser history.
View post on imgur.com
Have you tried using the Advance Layout Builder?
— https://kriesi.at/documentation/enfold/intro-to-layout-builder/
Best regards,
Ismael
Michael JohnsonGuest
I’m sorry this is more of a bug report and not a pre-sales question but it wouldn’t let me write you on the other area of the site without logging in. However, this is important and I wanted to let you know.
I’m using your enfold theme, and my homepage was experiencing a critical error.
I was able to narrow it down and fix it thanks to the query-monitor plugin.
It found this:
Uncaught Error: Unsupported operand types: string + int
in /home/customer/www/computerrepairlexington.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php on line 1135
and I went to that file and replaced the line 1135 which previously looked like this:
$params[‘offset’] = $params[‘offset’] + ( ( $this->current_page – 1 ) * $params[‘items’] );
And replcaed it with this working version:
$params[‘offset’] = intval($params[‘offset’]) + ( ( intval($this->current_page) – 1 ) * intval($params[‘items’]) );
That got my homepage up and working again. Just thought I’d let you know. Take care.
On the staging site with the updated Enfold theme from Version: 4.5.6 to 7.1
There must be something wrong in the existing Enfold Child theme.
When activating the Enfold parent theme, the footer is working fine.
But when activating the Enfold child theme, the footer isn’t working. There might be also other things that are not working when the child theme is activated with the latest enfold version.
It all works fine on the live site
Hi everybody !
I want to download demo but i’m stuck in nowhere.
First : are they free ?
Second : How can i download it ?
Third : can i import them the the import section of enfold theme wordpress ?
By advance, thx a lot :)
OOOps find it into enfold wordpress, feel so sorry :/.
-
This topic was modified 4 months, 1 week ago by
Arobazinfo.
-
This topic was modified 4 months, 1 week ago by
Arobazinfo.
Hi,
Trying to bring site back online after discovering errors on the site. Version is 3.5. WordPress says this is latest available which does not seem correct. Any advice much appreciated.
Many thanks
Warning: Illegal string offset ‘modal_on_load’ in
Warning: Invalid argument supplied for foreach() in
Warning: Illegal string offset ‘shortcodehandler’ in
Warning: Illegal string offset ‘modal_title’ in
Warning: Illegal string offset ‘modal_ajax_hook’ in
Warning: Illegal string offset ‘dragdrop-level’ in
Warning: Illegal string offset ‘allowed-shortcodes’ in
Warning: Illegal string offset ‘allowed-shortcodes’ in /
Warning: Illegal string offset ‘allowed-shortcodes’ in
Fatal error: Uncaught Error: Cannot use string offset as an array in
Good morning Guys, I have an unusual behaviour of the images that I have inserted inside the pages in a section as background of the site that I lin you in private. They are images that I have optimised in webp, but I don’t understand why on each page they appear after a fraction of a second and not immediately.
Let’s say it is annoying, but I would like to understand how to solve this detail for the future!
i use wp-optimize and i left the perfomarce section of the theme enfold child as per default settings.
thanks
Hey mary301187,
Please try the following in Quick CSS under Enfold->General Styling:
.container_wrap {
border-top-width: 0;
}
#top .fullsize .template-blog .post_delimiter {
border-bottom-width: 0;
}
Best regards,
Rikard
Hey sandra_m_williams,
You can enable that under Enfold->Theme Options->Maintenance Mode. We cannot help out with third party plugins unfortunately.
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 Pablo,
Thanks for reaching out to us. A single license is valid for a single domain, including sub domains. If your sites are to have different domains, then you would need two licenses. I would recommend purchasing two single licenses for your needs.
Enfold is compatible with all recent PHP versions.
Best regards,
Rikard
Hello,
the MCE icon tool (in the shape of a magic wand) to insert a shortcode in text element no longer appears in my custom layout.
i use it to display ACF custom fields data, like in documentation.
With console i see a JS error in admin, I searched and it comes from the fact that the shortcode use the field label of ACF but it’s the field name which is given now, example for a company name :
previously with field name : {acf_field_6745a0c4478f3:Nom_entreprise}
today with field label instead : {acf_field_6745a0c4478f3:Nom de l’entreprise}
And in French the apostrophe in the label value of the field brakes some Avia js array and prevents the display of the MCE icon tool …
i fixed it by removing apostrophe in the ACF label field
This appears to be due to a recent update, but is it an Enfold update or an ACF update? i don’t know
Maybe it can help others
Regards
Pablo AdánGuest
Hi,… we want to get enfold theme for two differents proyects (two different sites). Done by our agency and property as part as our agency selling strategy. We do not know if we need to buy the theme twice as two different purchases or there is a two sites packaging purchase.
On the other hand, we need to know if the last enfold version is allowed with PHP 8.4 version.
Please, let me know asap because que need to decide the theme and start both projects.
Thanks.
Hey Jim Dalrymple,
Thank you for the inquiry.
Did you create a site backup or export the theme options before deleting the Enfold theme? You should still be able to restore the previous layout and design as long as the database entries for the theme options are still intact. We recommend to restore the site using a backup, then update the theme via FTP instead of deleting it completely.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hey dogsbody,
Thank you for the inquiry.
The process should be the same for SVG icons. Create a folder called “svg”, place the “bluesky.svg” and “mastodon.svg” file inside, compress or archive the folder to a zip file and name it “social”, then upload it to the SVG Iconset and Iconfont Manager. You may need to delete the previous icons to avoid conflict.
— https://kriesi.at/documentation/enfold/svg-icon-sets/#use-svg-icon-files-to-create-svg-icon-set-quick-setup
Add this in the functions.php file to register the social icons:
function avia_add_custom_icon($icons)
{
$icons['mastodon'] = array('font' => 'svg_social', 'icon' => 'mastodon');
$icons['bluesky'] = array('font' => 'svg_social', 'icon' => 'bluesky');
return $icons;
}
add_filter('avf_default_icons', 'avia_add_custom_icon', 10, 1);
function avia_add_custom_social_icon($icons)
{
$icons['mastodon'] = 'mastodon';
$icons['bluesky'] = 'bluesky';
return $icons;
}
add_filter('avf_social_icons_options', 'avia_add_custom_social_icon', 10, 1);
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
function avia_add_social_share_link_arguments($args)
{
$mastodon = array('mastodon' => array("encode" => true, "encode_urls" => false, "pattern" => "https://www.mastodon.com/", 'label' => __("Share on mastodon", 'avia_framework')));
$bluesky = array('bluesky' => array("encode" => true, "encode_urls" => false, "pattern" => "https://www.bluesky.com/", 'label' => __("Share on bluesky", 'avia_framework')));
$args = array_merge($mastodon, $bluesky, $args);
return $args;
}
View post on imgur.com
Best regards,
Ismael
Jim DalrympleGuest
Today I discovered that our non-profit website, conuhome.org, would not launch and would only show a critical error. Our host provider, webhostingpad.com, claimed the problem was due to the Enfold theme and they deleted it. Now our website is nothing short of terrible but I can now access the wpadmin page. I have no idea what version of Enfold we had. If I purchase a new version, will I be able to revive the website? I’m not much of a web developer, more of a content manager.
Hi,
Thank you for the info.
You can add this css code to adjust the padding around the menu button:
#top #wrap_all #header #menu-item-848 {
padding: 0 20px;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache afterward.
View post on imgur.com
Best regards,
Ismael
Hi,
Thank you for the update.
The site above is not using any of our themes. Are you sure it’s the correct URL? Please provide the link to the site containing the Enfold theme — screenshots will also help.
Best regards,
Ismael
Hi,
Did you select the blog or posts page in the Settings > Reading panel? Please reset these options to default, then make sure to set the home and blog page in Enfold > Theme Options. You can then adjust the style of the blog in the Enfold > Blog Layout panel.
For more info about the blog settings, please check this documentation: https://kriesi.at/documentation/enfold/blog-post
Best regards,
Ismael
Hi,
What is the screen resolution of your laptop? If it has a lower screen resolution, you could decrease the max-width value, then adjust the Enfold > General Layout > Maximum Container Width. Make sure to purge the cache or remove the browser history before checking.
Best regards,
Ismael
Hello
I’d like to vertically align the image I’m tiling as a background for my color section. Could you give me some advice? The subject of my image remains too low and it’s impossible to adjust it as I want. I set the size to 1500 x 720, like on the ‘enfold GYM template.
I also find the image is too compressed. Can I lower the compression rate to improve the quality?
Thank you for your help.
Hey MarcusJeroch,
That can be set under Enfold->Advanced Styling.
Best regards,
Rikard