Discussion on Enfold - Responsive Multi-Purpose Theme

Discussion on Enfold - Responsive Multi-Purpose Theme

By
Cart 271,186 sales
Recently Updated
Well Documented

Kriesi supports this item

Supported

13817 comments found.

i´m using the theme a very long time. But now the Homepage redirects to a 404 page with a parameter ?avia_forced_reroute=1 What is the problem?

dnikou

dnikou Purchased

I am having issues updating Enfold from version 7.1.5 to the newly released 7.1.6. The update is simply not being offered in my WordPress dashboard.I have already double-checked everything and can confirm the following:

Envato API Token: It is fully valid. The Enfold theme options status check turns green, connects successfully, and correctly displays my username and purchases.

System Environment: I am running a fresh PHP version (8.4.16) and all other themes/plugins update without issues.

Troubleshooting done: I have already manually cleared the WordPress update cache multiple times (via Dashboard > Updates > Check again) and even completely deleted the theme update transients (_site_transient_update_themes) using a transient manager.

Despite all of this, Enfold still sturdily claims: “No Updates available. You are running the latest version! (7.1.5)”.

Yeet Author Team

Hi,

Could you please try installing the Envato Market WordPress plugin (https://www.envato.com/lp/market-plugin/) and see if that works?

If that doesn’t work, please start a thread on our support forum (https://kriesi.at/support) so we can investigate further.

Regards, Yigit

Hi, I have everything updated, but currently my theme is on the latest version and WP is on version 7, but the layout builder isn’t working. Do I have to create custom layouts? If so, I’d have to rebuild the entire site. That’s not normal.

Yeet Author Team

Hi,

If you’re using Enfold 7.1.6, please make sure you’ve cleared any server-side, plugin-based, and browser caches.

If that doesn’t work, please start a thread on our support forum (https://kriesi.at/support) and share temporary access to your site in the private content field so we can investigate it.

Regards, Yigit

Grbke

Grbke Purchased

Hello Enfold Team,

I just need a few quick recommendations.

Which SEO plugin works best with your theme and WPML? It should also be GDPR-compliant(German DSGVO), as the WP SEO plugin is no longer supported.

I would also like to ask about accessibility. When are you planning to implement accessibility features in Enfold? Here in Germany, accessibility is becoming increasingly important and, in many cases, legally required. Would you recommend using an additional plugin for this in the meantime? If so, which one would you suggest?

One more question: When will Enfold be fully compatible with WordPress 7? Is there already a timeline for this or a planned release date?

Thank you in advance for your help.

Best regards,

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

As for SEO: Yoast Seo and Rank Math should both work fine for example ;)

ACQUASS

ACQUASS Purchased

Este theme esta cada vez peor, con sus actualizaciones y su falta inmediata de soporte. ¿Cuanto tiempo más, consideran que tenemos que aguantar la falta de compatibilidad con la version de 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!

I was about to buy the theme for my next project, but I’m also concerned about the current situation. Their support forum seems to be “frozen”. Last posts were made at the end of May, although the posts are tagged as posted just a few hours ago. No single new thread has been created for more than a month there. Can someone with full access to their support forum confirm if posting there is still possible at all? I tried to post a pre-sale question, but it also doesn’t work.

They also do not respond here anymore. Is there any other way to get in contact with them? Maybe through Envato?

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! (Support Forum is working and active though, we have had hundreds of posts in the last month all answered. Not sure were you were looking? ;)

Hello,

thank you for this reply. I am not a registered user in your kriesi.at support forum, but I tried to check it from different devices during the last two months and the last posts I see (publicly available) are dated around 28th May. After that day, no single new post is seen. Is this supposed to be so, so only registered users see new posts, or is this maybe just an issue at your side?

Otherwise, thank you for reporting back. I’ll now re-consired to buy the theme for sure, if it’s 100% supported by latest versions of wordpress.

Ah, thanks for that. Actually really a caching bug that prevents the latest entries to show. Will take a closer look at them!

Hi. Is there any news about Advance Layout Builder fix on WordPress 7.x?

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!

tobylove

tobylove Purchased

✅ Step-by-Step Guide: How to Downgrade WordPress 7.0 to 6.9.4 (Enfold Theme Compatibility Fix) i got fixed mine. Thank you to Aurbor. All credit goes to him.

This guide is for users experiencing issues with Enfold theme (and Advanced Layout Editor) after automatically updating to WordPress 7.0.

  1. Step 1: Backup Your Site (Very Important!)

1. Install and activate the UpdraftPlus plugin. 2. Go to UpdraftPlus → Backup/Restore. 3. Click Backup Now. 4. Make sure both Database and Files are selected. 5. After backup completes, download the backup files to your computer (especially the Database and Uploads).

> Tip: Also check if your hosting provider has a one-click backup feature.

  1. Step 2: Install WP Downgrade Plugin

1. Go to Plugins → Add New. 2. Search for `WP Downgrade | Specific Core Version`. 3. Install and Activate the plugin.

  1. Step 3: Set Target Version

1. Go to Settings → WP Downgrade. 2. In the WordPress Target Version field, type: `6.9.4` 3. Click Save Changes. 4. You will see a message: “In order to perform the upgrade/downgrade to WP 6.9.4 please go to Update Core.”

  1. Step 4: Perform the Downgrade

1. Go to Dashboard → Updates (or click the link in the message above). 2. Click the button: Re-install version 6.9.4 3. Wait for the process to complete (it may take a few minutes and the screen might go blank temporarily). 4. After completion, you should see that your site is now running WordPress 6.9.4.

  1. Step 5: Disable Automatic Updates (Prevent Going Back to 7.0)

1. Open your site’s `wp-config.php` file using File Manager or FTP. 2. Scroll to the bottom of the file. 3. Add the following code after the last line of code in wp-config.php in file manager. you can find this file in public_html folder in file manager in cPanel or Sitetool in godaddy or namecheap or siteground..

// Disable automatic WordPress core updates define( ‘WP_AUTO_UPDATE_CORE’, false ); define( ‘AUTOMATIC_UPDATER_DISABLED’, true );

4. Save the file.

  1. Step 6: Clean Up

1. Go to Plugins. 2. Deactivate and Delete the WP Downgrade plugin (it is no longer needed). 3. Clear your website cache (if you use any caching plugin).

  1. Final Notes

- Your site should now work normally with Enfold theme. - Wait for the Enfold team to release an update that supports WordPress 7.0. - Once Enfold is updated and compatible, you can safely remove the two lines from `wp-config.php` and update WordPress again. - Always keep regular backups.

This method has been tested and worked successfully for downgrading from WordPress 7.0 back to 6.9.4 while keeping Enfold running.

You can share this guide with other users having the same issue.

Good luck!

tobylove

tobylove Purchased

Add this code after the last code line of wp-config.php. Simply copy and paste below code (whole thing) and save. thats it

// Disable automatic WordPress core updates define( ‘WP_AUTO_UPDATE_CORE’, false ); define( ‘AUTOMATIC_UPDATER_DISABLED’, true );

Thanks for helping others here!

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!

Is Enfold now abandoned?

There hasn’t been a single reply for over a month regarding the reported WordPress 7 compatibility issues and the problems with the Advanced Layout Editor.

Could you please provide an update on the current status? Even if a fix is still in progress, it would be helpful to know whether these issues have been acknowledged, whether a compatibility update is planned, and if there is an estimated timeframe for a resolution.

A brief update from the development team would be greatly appreciated.

Thank you.

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 want to install the theme with a demo, but it won’t let me. It says “Already registered…” I don’t know where the license is installed, but I’d like to reset it. How can I do that?

Hey! Would you mind opening a thread in our support forum? We will gladly help you there!

Advanced Layout Editor still in conflict with Wordpress 7.0. Where’s the update? This takes far too long. We payed for this template!

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!

Adding to the “please release a fix soon” comments. I have at least 10 different clients using your theme and right now they can’t update their sites.

Hey suthernstrawberry!

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!

Buenas tardes, estoy teniendo problemas con el tema Enfold ya que el editor de entradas no se visualiza correctamente y no se cuál es el problema ni cómo solucionarlo, necesito ayuda urgente.

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!

Bwino

Bwino Purchased

Hello Enfold Team,

I have been waiting for a long time for full compatibility with WordPress 7.0.

Unfortunately, Enfold is still not fully compatible with WordPress 7.0 on my websites, and this is causing difficulties for users who would like to update their sites safely.

Could you please prioritize an update to ensure complete compatibility with WordPress 7.0 as soon as possible?

Many users have been waiting patiently for this update, and we would greatly appreciate having a clear timeline regarding future compatibility.

Thank you very much for your continued work on Enfold, and I look forward to hearing from you soon.

Best regards,

Bruno Sonnemans

Hey Bruno!

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, we are using the theme version 4.4.1. We cannot find purchase code or login details anymore, so we would purchase the theme again in order to update it – but my question is – is the new version of the theme still compatible with such an old version? Will the website work after the update? Thank you in advance.

Hey!

I am afraid I cant tell if you dont have to do some manual migration work after such a long time but in general it should work fine.

However I would recommend to keep a copy of the old theme version just in case. If you can’t get it to work feel free to open a refund request afterwards and mention this conversation, in that case we will gladly accept the request, even though the theme was downloaded ;)

Advanced Layout Editor still in conflict with Wordpress 7.0. Where’s the update? This takes far too long. We payed for this template!

Hey filiproelandt!

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 am quite interested in your theme. To give you some context, we deal in mechatronic products, and our website is primarily designed to generate inquiries from B2B clients. 1. Does your theme offer specific advantages for this type of website? For instance, does it feature superior design modules or effective calls-to-action (CTAs)?

2. Is the theme’s code well-optimized? Good code optimization ensures faster loading speeds, which is beneficial for SEO.

3. I’d also like to know if the product detail pages are designed to accommodate the specific needs of electronic products—such as displaying technical specifications and descriptions—and if they support features like tabbed content switching.

I’am using WPML and since I migrated the site to a new server (PHP 8.1), the logo does not switch on secondary languages, reverting to the default Enfold logo. I suspect a conflict between Enfold theme options and WPML translation strings. Could you verify if there is a known incompatibility with the current theme version? I use wordpress version 6.9.4.

Good morning, I found resolution. I fixed the conflict with API and the compression of theme. I am waiting the date of new upgrade of theme

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!

Good morning, I inherited a site with your theme and had to upgrade to WordPress 7.0 for WPML compatibility. However, I’ve noticed that the site is now slowing down when loading each page. When will you release the new compatible version? Could this slowdown be related to the new WordPress version?

Hey boccoletecnico!

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!

Advanced Layout Editor still in conflict with Wordpress 7.0. Where’s the update? This takes far too long. We payed for this template!

I replied to your other requests. Again, sorry for the delay here

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