Viewing 30 results - 511 through 540 (of 244,185 total)
#1492372
bigtime32
Participant

Hello:

Demo import: Import: Small Business – Flat Demo

The Enfold Logo will not stop displaying. Have cleared all cache. Have deactivated all plugins. Upon inspection, it says my logo should be showing, but the enfold logo displays. Enfold logo image has been deleted.

I have changed nothing on the demo except for the logo and some color in the general styling. My logo displayed perfectly in another demo import. Have no clue, but would appreciate help. Thank you.

Tim

#1492367

In reply to: Enfold Version 3.8

Hello Rikard,
thank you for your reply. I have some concerns about updating my site. My website currently only works on PHP 7.0, and if I switch to PHP 7.1 or higher, the whole site breaks and I cannot access the WordPress dashboard.
I want to update to the latest Enfold theme version (7.1), but I am unsure if it will work properly on PHP 7.0. I am worried that if I update the theme while still on PHP 7.0, the dashboard might stop working and I will lose access.
If the new theme does not work on PHP 7.0 and the site breaks, how can I then fix it or finish the update if I cannot access the dashboard? Is there a safe way to update without risking losing access to WordPress?
Thank you very much for your guidance.

Best regards

#1492364

Hi,

Thanks for the update, we’ll close this thread then. Please open a new thread if you should have any further questions or problems.

Best regards,
Rikard

#1492355
Schmidtgrafisk
Participant

Hey Enfold
My client would like to show instagram post on their site.

They want to show the 4 latest post in a row next to each other

How is that done ?
Thanks ;)

Merry Christmas

#1492354
victoria
Guest

Is Enfold 100% with WP TRAVEL ENGINE PRO plugin?

#1492353

Hi,

Thanks for the update. The stylesheets on your site looks like they are being served from a CDN. Please try to temporarily deactivate file compression and activate the option to delete old CSS and JS files under Enfold->Performance, then flush any cache that might be activate, then ask the CDN to renew the resources being served.

Best regards,
Rikard

#1492348

Hi,

Great, I’m glad that Ismael could help you out. 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

#1492347
philipe
Participant

Hi all,

We have been using Enfold with Polylang for around a year. It has worked well to translate pages from English into German and then Spanish. However it has recently been causing issues whereby the frontend layout was broken. After some investigation, it seems that during the translation process, code is inserted ‘custom_class=’ or even ‘custom_class’ in the section and column elements. This therefore stops the execution of the page rendering and requires a manual cleanup of layout elements. I note that if an element has already been assigned an ID or class, this doesn’t happen.

I have tried the following to filter the outputs, but that hasn’t worked.

Any ideas of what else I can look into, or why this might be happening?

// Prevent Polylang from modifying Enfold shortcodes during duplication
add_filter(‘pll_copy_post_metas’, ‘preserve_enfold_alb_data’, 10, 3);
function preserve_enfold_alb_data($metas, $sync, $from) {
// Remove _aviaLayoutBuilder_active from auto-sync to force manual handling
$metas = array_diff($metas, array(‘_aviaLayoutBuilder_active’));
return $metas;
}

// Clean up malformed custom_class parameters in shortcodes
add_filter(‘the_content’, ‘fix_polylang_enfold_shortcodes’, 1);
function fix_polylang_enfold_shortcodes($content) {
// Remove empty custom_class parameters from sections and columns
$content = preg_replace(‘/custom_class=[\'”]{2}/’, ”, $content);
$content = preg_replace(‘/custom_class=[\'”][\s]*[\'”]/’, ”, $content);
return $content;
}

// Clean up malformed HTML output
add_filter(‘the_content’, ‘remove_custom_class_id_from_html’, 999);
function remove_custom_class_id_from_html($content) {
// Remove id=”custom_class=” (malformed with extra equals)
$content = preg_replace(‘/\s+id=[“\’]custom_class=[“\’]?/i’, ‘ ‘, $content);

// Remove id=”custom_class” (literal value only)
$content = preg_replace(‘/\s+id=[“\’]custom_class[“\’]/i’, ‘ ‘, $content);

return $content;
}`

Ciao Rikard.

I read already the documentation, and I thought that you have to explicitly load fonts only in case you want to use a font that is NOT among the ones that you see in the Enfold configuration. Honestly, it is not very clear in the documentation: if I read it, I undestand that the Google fonts are “loaded already by Enfold”. See below.

From the docs:
Enfold makes it easy to have a consistent typography across the site.By default enfold comes loaded with many websafe and google fonts, for some reason if you need to use a custom font that suits your design or to comply with GDPR. With the release of Enfold 4.4 users can now upload any custom fonts or google fonts from Enfold theme options.

Ok, I’ve loaded the Josefin Sans font, and now it is working as expected :-)
Thanks for the support. I suggest to specify it in the documentation…

Bye!
A.-

#1492337

In reply to: enfold version support

Hey aboderc,

Thank you for the inquiry.

The automatic update in the current version (5.6.9) will no longer work, so you will have to download the latest version from your Themeforest account and upload it manually to your server via FTP. Please check the documentation below for more info.

https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

Please make sure to create a site backup or restore point before proceeding. It’s also recommended to perform the update on a staging site and fix any issues that may arise before transferring it to the live site.

Let us know if you have more questions.

Best regards,
Ismael

#1492336

Hey formvermittlung,

Thank you for the inquiry.

The theme should be fully accessible, allowing navigation using keyboards or tabbing. It also has dedicated accessibility support in Enfold > Theme Extensions > Accessibility. Please read the notes in the options panel. Some features, such as “Skip to content”, are not available by default but can be easily added using accessibility plugins like the ones listed below and element animations can be disabled if necessary.

https://wordpress.org/plugins/search/accessibility/

Hope this helps.

Best regards,
Ismael

#1492335

Topic: enfold version support

in forum Enfold
aboderc
Participant

Hi,

when checking enfold version in the backend I see that I’m using the latest version:

Keine Updates verfügbar. Sie verwenden die neueste Version! (5.6.9)

Die letzte erfolgreiche Prüfung war auf 2025/12/09 19:25.

But themeforest shows version 7 available.

Is version 5.6.9 still supported? If not what is the proposed update path?

Thanks,
Stefan

Hi,

The problem that you are having is not reproducible, and no other Enfold users are having the same problem. The server that your site is hosted on is throwing a error, and we asked you to provide us with server logs so that we can find out why. If you cannot provide us with server error logs, then we cannot help you out further.

Best regards,
Rikard

#1492327

In reply to: Bulk license

Hey Jeremiah,

You can see the available licenses here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990. Most customers purchase single licenses for each site.

Best regards,
Rikard

#1492326

Hi,

Thank you for the update.

We can’t find the corresponding css styles for the layout. Did you add the css code? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings and provide the login details in the private field so we can check further.

Best regards,
Ismael

#1492317

In reply to: Enfold Version 3.8

Hello Mike,
thank you for your previous answer. I have a concern about updating Enfold on my site.
Currently:
The site is running PHP 7.0, WordPress 6.4.7, and Enfold 3.8.
If I set PHP to 8.0 or higher, the site breaks completely, and I cannot access the WordPress dashboard.
PHP 7.1 and higher also make the site not work.
My plan:
I would like to update the theme to the latest Enfold version (7.1) while still on PHP 7.0.
Then I would switch to PHP 8.0 (because this is the free option provided by my host).
After switching to PHP 8.0, would I then be able to access WordPress and continue updates safely?
I want to make sure I don’t break the site while updating.
Thank you for your advice,
Best regards!

#1492312

In reply to: theme and plugins

Hey elisa,
Thank you for your question, the top issue that I see is your question about using WPBakery Page Builder, please note that Enfold has it’s own Page Builder which can not be removed and most other Page Builders will cause a conflict. So please do not use other Page Builders.
For #1 you will need to use a plugin, but we have not tested any.
For #2 & #3 we have not tested any AirBnb plugins, so you will need to check.
For #5 the structure is fine.
Sorry we were not more help, I’m sure with the right plugins and no additional Page Builders your project will work well.

Best regards,
Mike

#1492308

Hey Sonno,

Please try the following in Quick CSS under Enfold->General Styling:

.home #after_full_slider_1 {
  display: none;
}

Best regards,
Rikard

#1492307

Hi,

Great, I’m glad that Ismael could help you out. 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

#1492306

In reply to: dasholzhaus.at

Hey Silke,

The update to 7.1.3 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

I’m not sure if Kriesi knows anyone at your club, but I will ask him.

Best regards,
Rikard

#1492299
Sonno
Participant

Hi,

The spacing settings in the separator line don’t work in Enfold. Even with “Spacing” set to a negative value, nothing changes.
I use the spacer to separate two fullwidth sliders.
How can I reduce the top/bottom space.
Thanks!
Sonno

#1492296
Silke Müller
Guest

Hallo Kriesi,

wir haben bei unserer Vereinsseite http://www.dasholzhaus.at dein enfold theme. Bist du mir jemanden vom HolzHaus Gründer:innen befreudet? Ben vielleicht?
Wir möchten unser php am Server updaten und unsere Themeversion ist so alt das das wahrscheinlich zu Problemen führen wird. Magst du mir mal schreiben, was es für Upadate möglchkeiten gäbe? Viele Grüße Silke

#1492295
elisa
Guest

Hello Kriesi Support Team,
I am planning to build a hotel website using your enfold theme and I would like to confirm a few points regarding plugin compatibility and site structure:
1.II want to create a staff/private area where each employee has their own private page to download documents (PDFs like contracts, rules, etc.), and it should be possible to track/download logs to verify that each employee has accessed the files. Plugins I am considering for this are WP Customer Area or Client Portal. Are these compatible with Enfold?
2. I want to include a reviews/testimonials page similar to this example: https://www.villamarni.com/reviews/. Are there any known compatibility issues with plugins that import Airbnb reviews, or would you recommend a specific approach?
3. For now, bookings will link externally to Airbnb, not using an internal booking system, but in the future I may want to integrate a direct booking plugin. Is Enfold compatible with booking plugins such as MotoPress Hotel Booking or WooCommerce Bookings?
4. Can I use WPBakery Page Builder with Enfold by default for building pages, or do you recommend a different page builder?
5. Overall, would you say Enfold can support a website structure like the following?
~12 pages for rooms
~20 private pages for staff
Reviews/testimonials page
Homepage, services, contact, etc.
Thank you very much for your guidance. I want to make sure the theme fully supports this setup before purchasing.
Best regards,
Elisa Polidori

#1492293

Hi,

Great, I’m glad that Ismael could help you out. We’ll close this thread for now, please open a new thread if you should have any further questions or problems.

Best regards,
Rikard

#1492284

but if it is that lonestar page – you had to adjust a lot of different things.
First : you might better switch to hamburger menu on wider screens – even wider than the other option of 989px

f.e.

@media only screen and (max-width: 1399px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }
}

or you use a combination of hamburger switch adjust and on enfold option :
header – header behaviour – : Let Logo And Menu Position Adapt To Browser Window

#1492274

Hey James Halk,

Thank you for the inquiry.

You will have to register an account using your purchase code on the following page.

https://kriesi.at/support/register/

Once registered, you can open an inquiry in the forum using the form below.

https://kriesi.at/support/forum/enfold/#new-post

Let us know if you have more questions.

Best regards,
Ismael

Hey Krotona_Institute777,

Thank you for the inquiry.

This seems to be an issue with the LayerSlider plugin. Are you using any sliders from this plugin? If not, you can disable it under Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin. Please let us know the result.

Best regards,
Ismael

#1492271

In reply to: Theme crashes site

Hey SimplifiedIdeas,

Thank you for the inquiry.

Looks like there’s a custom Enfold plugin called “enfold-wp-plugin” installed in the site, which is where the error is generated from. You may need to disable this plugin temporarily either by renaming the folder in the wp-content > plugins folder or completely deleting it. Please make sure to create a site backup before proceeding.

Best regards,
Ismael

#1492268

Topic: Theme crashes site

in forum Enfold
SimplifiedIdeas
Participant

HI, we had a previous version of enflod (5.6.9), we bought the latest version of enfold, now when we activate the new version it crashes our site.

Please can you help?! I have added user and password here

The error we get is

Warning: require_once(zip://#archive): Failed to open stream: operation failed in /wordpress/wp-includes/template.php on line 810 Fatal error: Uncaught Error: Failed opening required ‘zip://#archive’ (include_path=’.:/usr/share/php’) in /wordpress/wp-includes/template.php:810 Stack trace: #0 /www/wp-content/plugins/enfold-wp-plugin/enfold-wp-plugin.php(13): load_template(‘zip://#archive’, true) #1 /wordpress/wp-includes/class-wp-hook.php(324): wp_enfold_theme_load(”) #2 /wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #3 /wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /wordpress/wp-settings.php(752): do_action(‘wp_loaded’) #5 /www/wp-config.php(107): require_once(‘/wordpress/wp-s…’) #6 /wordpress/wp-config.php(5): require(‘/www/wp-config….’) #7 /wordpress/wp-load.php(50): require_once(‘/wordpress/wp-c…’) #8 /wordpress/wp-admin/admin.php(35): require_once(‘/wordpress/wp-l…’) #9 /wordpress/wp-admin/themes.php(10): require_once(‘/wordpress/wp-a…’) #10 {main} thrown in /wordpress/wp-includes/template.php on line 810

Viewing 30 results - 511 through 540 (of 244,185 total)