Discussion on Enfold - Responsive Multi-Purpose Theme

Discussion on Enfold - Responsive Multi-Purpose Theme

By
Cart 271,194 sales
Recently Updated
Well Documented

Kriesi supports this item

Supported

13817 comments found.

Hello,

Could you please provide any update regarding the next Enfold release?

We have been waiting for a fix for the Avia Layout Builder compatibility issue with WordPress 7.0. It has been nearly a month now, and the issue is significantly impacting our workflow.

We understand that development takes time, but it would be very helpful if you could share an estimated timeline for the update.

Thank you for your support.

Hey liuchenghero!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

When is the 7.0 update scheduled?

Hey Rainer!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

All’s well that ends well

Update the Change Log for the Enfold theme.

It was correct the time you posted at 7.1.5, yes. its now 7.1.6 and will be updated shortly ;)

It would be great if the Change Log was updated. Is 7.1.5 the latest theme release?

It was at the time you posted, yes. its not 7.1.6 and will be updated shortly ;)

Anchor links are suddenly not working on my one-page site. All I did was update to the latest version.

Hey! Would you mind opening a support thread in our forum? We will take care of any issue you are having!

The issue with Advanced Layout Editor is a conflict with Wordpress 7.0.

To anyone having the same issue. Backup your site, and then download the “WP Downgrade | Specific Core Version” plugin, use it to roll back Wordpress core to 6.9.4, and you should be fine.

Please then add the following to your wp-config.php to prevent Wordpress from automatically running a core upgrade back to 7.0:

define( ‘WP_AUTO_UPDATE_CORE’, false );

I’ve tested this on three sites, and have Enfold running at version 7.1.5, and PHP 8.5.x.

I would also then suggest deactivating and removing the plugin once the roll-back is completed, and when this gets patched, obviously remove the setting from wp-config to prevent auto core updates.

We’ll need to wait for the Enfold team to provide an update/patch for Wordpress 7.0, but in the meantime this should work for you.

All the best!

Hey aurbor!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

I can no longer edit the page with “Advanced Layout Editor”. When I click the page, it just shows a complete blank page. There is little box on top with page name, and when clicked, it shows search box. Before you guys update the theme, please have it checked with every functions if there is an error or not. This is Not good for business.

Hey!

Very likely an issue with WP 7.0 – We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

same. impossible to edit with advanced layut builder and wordpress 7.

Hey!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

Please provide timeline for the Advance Layout Builder fix.

Hey Adam, The editor is fixed now!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

WP 7.0 + Enfold 7.1.5 Easy Slider full larger do not working properly, all slide is show at the same time.

Hey!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

I can’t edit with Advanced Layout Builder after the WordPress 7.0 update. I’m clearly not the only one. Please update quickly

Any news please ? Still alive ?

Hey Peter!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

Help, after the WordPress 7.0 update, Avia is not working on my website.

I don’t know what to do. I can’t update any pages on the site. I urgently need to fix this. Please release upgrades as soon as possible.

Any news? I need to make some changes to my website, but the page builder still isn’t working. Please give me feedback, otherwise I’ll have to install a new theme that works with WordPress 7.

Hey!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

We have 5 purchased licenses, and after the WordPress 7.0 update, Avia is not working on any of them.

We don’t know what to do. Our clients are putting pressure on us, and as far as I can see, quite a few days have already passed without any response from your side.

Please release a quick update!

Hey nasiusII!

We are very sorry, it took us a little longer to get there this time. It should now be fully compatible with 7.0+

Sorry for the delay!

Hello, I suddenly can’t edit with Advanced Layout Builder. No content displays while editing, the page turns completely blank. Could you please Can you help? Many thanks in advance!

Yeet Author Team

Hi,

Thanks for the report! We’ve reported the issue to our development team. We’ll address the issue soon.

For now, please select the Use WP Classic Editor option in the Enfold theme options or add the following code to the bottom of the Functions.php file in the WordPress admin panel > Appearance > Theme File Editor:

function av_alb_wp7() {
    wp_add_inline_style( 'wp-edit-post', '
        .avia-advanced-editor-enabled .edit-post-layout__metaboxes.edit-post-meta-boxes-main__liner[hidden] {
            display: block;
        }
    ' );
}
add_action( 'enqueue_block_editor_assets', 'av_alb_wp7', 100 );

Regards, Yigit

Hola soy fan de Enfold, pero en la última actualización que hizo Wordpress 7.0 el template tiene errores al querer editar el frontpage con el Advanced Layout Builder, podrán solucionarlo? muchas gracias y saludos.

Yeet Author Team

Hola,

Thanks for the report! We’ve reported the issue to our development team. We’ll address the issue soon.

For now, please select the Use WP Classic Editor option in the Enfold theme options or add the following code to the bottom of the Functions.php file in the WordPress admin panel > Appearance > Theme File Editor:

function av_alb_wp7() {
    wp_add_inline_style( 'wp-edit-post', '
        .avia-advanced-editor-enabled .edit-post-layout__metaboxes.edit-post-meta-boxes-main__liner[hidden] {
            display: block;
        }
    ' );
}
add_action( 'enqueue_block_editor_assets', 'av_alb_wp7', 100 );

Regards, Yigit

muchas gracias por la pronta respuesta, con lo que me dijiste funcionó, muchas gracias

Hi! Wondering why every now and again, some code in my custom style sheet in the enfold-child folder no longer works after updates. I just updated and now my captions under a slider are all wrong. spacing, margin, background color, text color etc all gone… reverted back to theme default which looks horrible.

I need a white background with #666666 text color and now seems I need to add a margin to lower that text because it’s now over my images,

Adding my code to the custom css section of the theme doesn’t works either.

Here’s the code that used to work:

.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: none; filter: alpha(opacity = 0); background: rgba(0, 0, 0, 0); display: inline-block; margin: 10px 0 1px 0; padding: 10px 0; }

.avia-caption { position: absolute; z-index: 10; bottom: -10px; left: 0px; padding: 10px 0; color: #666666; border-radius: 3px; }

and it’s for the slider on this page: https://purrproject.com/adopt/ P.S. for some reason, I can’t log into the support anymore either.

Appreciate any help you can offer here. Thanks

Yeet Author Team

Hi,

We’ll need to investigate your website, so please start a thread on our support forum.

I cannot see the “Purchased” badge on your account. Please make sure you’re logged in to the correct Envato account before following the steps on the Register page: https://kriesi.at/support/register/

Regards, Yigit

I’m a fan of the Enfold theme, but currently the website layout from several demos, especially Enfold App Demo (https://kriesi.at/themes/enfold-app/), is not displayed properly on mobile screens. Some sections are not shown proportionally and look poor when accessed through a mobile browser.

It’s really unfortunate.

Yeet Author Team

Hi,

Thanks for the heads up! We’ve fixed the spacing issue on the App demo.

Regards, Yigit

Perfect..Thanks!

birte5

birte5 Purchased

Hello, I would like to remove the overlay on self-hosted videos. Please help! I can’t access the support forum. Your website gets stuck in performing security verification in safari and chrome.

birte5

birte5 Purchased

Thank you for checking. I can’t see your screen recording. I get this error message: An unhandled lowlevel error occurred. The application logs may have details. I don’t have any extensions enabled and I did clear the cache. Here is a screenrecording. https://imgur.com/a/JCAyKv3

Yeet Author Team

Hi,

The dot caused that screen recording issue. Sorry about that. Here’s the correct link: https://d.pr/v/YkzQuL

Which version of Safari are you using?

Regards, Yigit

birte5

birte5 Purchased

I’m using Version 26.4 The overlay is only there before the video start. Once I start 1 video, the overlay disappears on all videos on the page.

Hi,

I can’t open documentation via: https://kriesi.at/documentation/enfold/header/

Secure Connection Failed

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. What can you do about it?

The issue is most likely with the website, and there is nothing you can do to resolve it. You can notify the website’s administrator about the problem.

Link: https://www.pasteboard.co/QoMv49ESHYhC.png

Yeet Author Team

Hi,

Sorry for the trouble! We’re working with our host to fix the error and should be back up shortly.

Thank you for your patience.

Regards, Yigit

Yeet Author Team

Hi,

Just a quick update to let you know that our sites are back up and running. Thank you again for your patience while we resolved the issue.

Regards, Yigit

I’m getting this error (ERR_HTTP2_PROTOCOL_ERROR) while visiting your website.

Yeet Author Team

Hi,

Sorry for the trouble! We’re working with our host to fix the error and should be back up shortly.

Thank you for your patience.

Regards, Yigit

Yeet Author Team

Hi,

Just a quick update to let you know that our sites are back up and running. Thank you again for your patience while we resolved the issue.

Regards, Yigit

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey