Viewing 30 results - 691 through 720 (of 244,466 total)
  • Author
    Search Results
  • #1493595

    In reply to: RE: Theme auto-update?

    Hey Matt,

    If you don’t own a license, then I would recommend that you purchase one since you need a purchase code to access the support forum, and a token to receive updates. You can get a license here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Once you have access to the theme files, then 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/

    Best regards,
    Rikard

    #1493593

    The solution: Completely disable Enfold Maps (via code)

    In WordPress, open the Code Snippets menu (or WPCode).

    Create a new PHP snippet.

    Name it “Enfold Google Maps Fix”.

    Insert this code:
    /* Enfold Google Maps komplett deaktivieren (Backend & Frontend) */
    add_filter( ‘avf_load_google_map_api’, ‘__return_false’ );
    add_filter( ‘avf_load_google_map_api_prohibited’, ‘__return_true’ );

    /* Sicherheitshalber auch die Skripte entfernen, falls Enfold sie trotzdem lädt */
    add_action(‘init’, ‘remove_enfold_maps_scripts’, 30);
    function remove_enfold_maps_scripts() {
    wp_deregister_script( ‘avia-google-maps-api’ );
    wp_deregister_script( ‘avia_google_maps_front_script’ );
    wp_deregister_script( ‘avia_google_maps_api_script’ );
    wp_deregister_script( ‘avia_google_maps_widget_admin_script’ );
    }

    Make sure you select “Everywhere” (Frontend & Admin) or “Run PHP Snippet everywhere” under “Location”.

    Activate the snippet and save it.

    • This reply was modified 2 months, 4 weeks ago by daniels340.
    #1493592

    Hi Ismael,
    Thanks for your answer.

    Actually, we need the sidebar on all our pages, especially the homepage, like every other modern store, for quick search and navigation.
    Will these plugins handle this need?

    Using the core plugins, I could manage to create the sidebar in some main pages, but not all of them :(

    – PRODUCT TYPE PAGES: https://shop-ca.akhurst.com/shop/parts/ – YES
    – MACHINE TYPE PAGES: https://shop-ca.akhurst.com/shop/parts/edge-banders/ – YES
    – PRODUCT PAGE: https://shop-ca.akhurst.com/product/canmx722413/ – NO 9the sidebar is not on the left side, but below the product content)
    – HOMEPAGE: https://shop-ca.akhurst.com/ – NO (I can’t manage to show the sidebar! And here’s the most essential part of this whole change, where we’re deleting the old codes)

    Also, please let me know how to add the WooCommerce core filters to our store. I can’t find them using the ALB layout
    I’ve already enabled the sidebars inside Enfold settings, but nothing happens.
    https://snipboard.io/O2cu1q.jpg
    https://snipboard.io/jfrYOE.jpg

    Thanks, Leo

    #1493578

    In reply to: Theme auto-update?

    Hey Matt,

    Thank you for the inquiry.

    The current version on your site is quite outdated, so you won’t be able to update it from the dashboard. You will have to log in to your Themeforest account, download the theme and then manually upload it to your server via S/FTP.

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

    Once the theme is updated to the latest version (7.1.3), you need to create a private token and use that token to update the theme in the future. Please check the documentation for more information.

    https://kriesi.at/documentation/enfold/theme-registration/

    In order to complete these steps, you either need access to the Themeforest account or you must have the purchase code in your possession.

    Let us know if you need more info.

    Best regards,
    Ismael

    #1493577

    Hey Akhurst,

    Thank you for the inquiry.

    To display a sidebar on the product category pages, make sure the Enfold > Sidebar Settings > Sidebar on Archive Pages is enabled. You can then place the widgets in the Displayed Everywhere widget area. If you need to further control the visibility of these widgets, try to use any of these plugins.

    https://wordpress.org/plugins/widget-options/
    https://wordpress.com/plugins/if-widget

    Let us know if you need more info.

    Best regards,
    Ismael

    Hi,

    Have you tried removing the wp_head code and use the allocated field for the Favicon in Enfold > Theme Options? Then make sure to wait for a while because changes in the SERPs take days to reflect.

    Thank you for your patience.

    Happy holidays.

    Best regards,
    Ismael

    #1493572
    Matt
    Guest

    Hello! I am reaching out because I believe we did actually purchase this theme for our website. We worked with a freelance developer to create it – we are not developers ourselves. It is hosted at wordpress.com currently.

    Right now we rely on WP to update all the themes and plugins for us on this site. However, there is one item that has not updated automatically. The error is this:

    “Your theme (Enfold) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce.”

    When I view the affected templates, it says:

    “enfold/woocommerce/emails/admin-new-order.php version 3.7.0 is out of date. The core version is 10.4.0”

    I checked to see if I could easily update the Enfold theme, but it says:

    “Enter a valid Envato private token”

    So do you know where we could retrieve that token from? I assume we paid for the theme at some point, we need to get the auto-updated for it enabled. Please help us by responding, we don’t really know how to go forward and can’t afford to get hacked through an outdated component. I tried to post this in the regular forum but we don’t have a “purchase code” needed to create an account and we are no longer in touch with the original freelancer that set this up. Thank you!!

    #1493570
    akhurst_machinery
    Participant

    Hello,

    I really need your help here …

    We’re cleaning our store and deleting a bunch of old code made by a hired developer.
    So, we decided to clone our store and use the default features and functionalities (Enfold + Woo).

    We need to add a sidebar to our homepage and product pages that shows filters (categories, subcategories, tags), as we do today using shortcodes (see the homepage, please). I’ve tried everything, but I can’t get a sidebar to work with any of these pages.

    Example from Elfond theme:
    product page: https://kriesi.at/themes/enfold-shop/product-category/men/

    Please, help me.
    Thanks, Leo

    #1493559

    Hi, Guenni007,
    Thank you so much for your great help — the language switch now works exactly as I wanted. You’re my hero!
    Questions:
    1. I assume I have to reinsert the code line after every LayerSlider update.
    2. Would it make sense to completely remove the LayerSlider included in Enfold?
    3. If so, would I then have to remove the LayerSlider again after every Enfold update? It would be nice if there were an option, for example a toggle switch (LayerSlider on/off), to permanently deactivate and delete the included LayerSlider.

    Hi, Ismael,
    Thank you for your quick reply. I’m unsure whether I should completely remove the bundled LayerSlider plugin. That might only cause problems and unnecessary effort.
    Best Regards
    Herb

    #1493558
    thomasb328
    Participant

    Hi, Enfold theme, GYM demo, about page, our team, Sandra… When I replace the image with my own, it always appears blurry in stretch-to-fit and scale-to-fit modes, even though the resolution is very good. If I insert the image without stretching and scaling, it appears much too small. What can I do? Best regards, Thomas

    Clarification: last live-site fatal error occurred Dec. 23, 2025 — staging now reproduces the same Enfold issue

    Hello Yigit,
    I just wanted to clarify the timeline and current status of the Enfold fatal error that involves avia_font_manager. After reviewing all automated WordPress notifications more carefully, I confirmed that the last fatal error email from the live site (http://www.drisabelbalza.com) was sent on December 23, 2025. Since that date, I have deactivated and completely removed the “Child Theme Configurator plugin” and replaced the Enfold Child theme with the original Enfold Child folder provided by Kriesi (https://kriesi.at/documentation/enfold/install-enfold-theme/#why-child-theme)

    Email received from WordPress:
    Subject: [Dr. Isabel Balza] Your Site is Experiencing a Technical Issue

    Howdy!

    WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

    In this case, WordPress caught an error with your theme, Enfold.

    First, visit your website (https://www.drisabelbalza.com/) and check for any visible issues. Next, visit the page where the error was caught (https://www.drisabelbalza.com/wp-login.php) and check for any visible issues.

    Please contact your host for assistance with investigating this issue further.

    If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigate further.

    https://www.drisabelbalza.com/hootlogin/?action=enter_recovery_mode&rm_token=3iCP23yifQpCERmU07tedS&rm_key=AbfuyyFeY7jfVO9htoLbZm

    To keep your site safe, this link will expire in 1 day. Don’t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 6.8.3
    Active theme: Enfold Child (version 1.0)
    Current plugin: (version )
    PHP version 7.4.33

    Error Details
    =============
    An error of type E_ERROR was caused in line 223 of the file /home/drisabel/public_html/wp-content/themes/enfold/includes/classes/class-social-media-icons.php. Error message: Uncaught Error: Class ‘avia_font_manager’ not found in /home/drisabel/public_html/wp-content/themes/enfold/includes/classes/class-social-media-icons.php:223
    Stack trace:
    #0 /home/drisabel/public_html/wp-content/themes/enfold/includes/classes/class-social-media-icons.php(259): avia_social_media_icons->build_icon(Array)
    #1 /home/drisabel/public_html/wp-content/themes/enfold/includes/classes/class-social-media-icons.php(288): avia_social_media_icons->html()
    #2 /home/drisabel/public_html/wp-content/themes/enfold/includes/helper-main-menu.php(22): avia_social_media_icons(Array, false)
    #3 /home/drisabel/public_html/wp-includes/template.php(812): require(‘/home/drisabel/…’)
    #4 /home/drisabel/public_html/wp-includes/template.php(745): load_template(‘/home/drisabel/…’, false, Array)
    #5 /home/drisabel/public_html/wp-includes/general-template.php(206): locate_template(Array, true, false, Array)
    #6 /home/drisabel/public_html/wp-content/themes/enfold/header.php(275): get_template_part(‘includes/helper’, ‘main-menu’)

    However, the situation has evolved as follows:
    1) The same fatal error (Class ‘avia_font_manager’ not found)
    2) The same file and line (class-social-media-icons.php, line 223)
    3) The same stack trace path (social media icons → helper-main-menu → header.php)
    is now being reproduced on the staging site: https://gg.drisabelbalza.com
    This confirms the issue is not isolated to the live environment, and it persists even after removing the “Child Theme Configurator” plugin.

    Current environment details:
    – WordPress 6.8.3
    – PHP 7.4.33
    – Active theme: Enfold Child (version 1.0) → clean, original folder
    – No custom code related to fonts or social icons

    At this point, I would appreciate your guidance on:
    1) Where exactly avia_font_manager is initialized in Enfold.
    2) Under which conditions this class may fail to load before class-social-media-icons.php executes.
    3) Whether this behavior is known or expected with WordPress 6.8.3 or PHP 7.4
    4) Any recommended temporary workaround to prevent further fatal error emails while the root cause is addressed

    Thank you for your continued assistance — my goal is to resolve this definitively before applying any further changes to the live site.

    Best regards,
    Claudia

    #1493549

    Hi,

    Thank you for the inquiry.

    Have you tried completely removing the Layer Slider plugin from the theme via Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin settings instead of using the deactivate_layerslider hook? If you can provide the login details in the private field, we’ll try to check this further.

    Best regards,
    Ismael

    #1493542

    Hi Rikard, when I extract the download (installation files only), I get an enfold folder. Inside, I find PHP files and several subfolders, but no ZIP file. I’m probably just being dense. Can you help me?

    #1493539

    Hi,

    Also, Enfold is a theme. So if you are trying to install it as a plugin, then it won’t work.

    Best regards,
    Rikard

    #1493538

    Hey Thomas,

    You are using the wrong file. Unzip the package that you are trying to install, then use enfold.zip which will be located in the extracted folder.

    Best regards,
    Rikard

    #1493536
    thomasb328
    Participant

    Hi, I need help. I bought the Enfold theme but can’t install it. I keep getting this error message. What should I do? Thanks, Thomas

    Entpacken des Pakets …
    Das Plugin wird installiert ….

    DAS PAKET KONNTE NICHT INSTALLIERT WERDEN: ES WURDEN KEINE GÜLTIGEN PLUGINS GEFUNDEN.
    DIE PLUGIN-INSTALLATION IST FEHLGESCHLAGEN

    #1493532

    In reply to: Logo resizing

    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

    eissamail
    Participant

    Dear Support,

    I am trying to use demo import on my website, but I am getting a timeout message.

    I can’t access php.ini not user.ini as I am using ONE.COM hosting.

    Please help ASAP.

    #1493530

    may i ask you what is behind your “avia_gallery_image_order” – because this seems to be your custom function name – and not the filter that is used by enfold. So could you give more info about that function?

    #1493525
    Herb
    Participant

    Hello, I am using LayerSlider 8.1.2. I would like to switch this great plugin to German in the backend, but I am unable to do so. Here’s what I’ve already done:

    To deactivate the integrated LayerSlider in the Enfold theme:

    1. I added the entry add_theme_support(‘deactivate_layerslider’); to the functions.php file of my child theme.
    2. I copied the unzipped LayerSlider folder via FTP to /wp-content/plugins/.
    3. I activated LayerSlider on the Plugins page in WordPress.
    4. Everything worked correctly.

    To switch LayerSlider to German:

    1. I translated the LayerSlider-en_US.pot file with Poedit.
    2. I copied the LayerSlider-de_DE.po and LayerSlider-de_DE.mo files via FTP to /wp-content/plugins/LayerSlider/assets/locales.
    3. The site language in WordPress under Settings → General is set to “German”.
    4. My WordPress profile language is set to “Site Default”.

    The German language does not appear as an option in the LayerSlider backend dropdown menu. Only the pre-installed languages are available.

    Kreatura writes:
    “It’s also expected behavior that the LayerSlider language dropdown only lists the built-in languages shown in your screenshot. Custom translations added manually won’t appear there, but they’re loaded automatically based on WordPress’ active locale.”

    In the LayerSlider backend under General Settings, the language is set to “Site default”, but German still isn’t loading. What do I need to change?

    Best regards

    #1493515

    Hey omnicnc,

    I see that you are running an old version of the theme, could you try to update to the latest version (7.1.3) to see if that helps please? 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/

    Best regards,
    Rikard

    #1493514
    omnicnc
    Participant

    https://kriesi.at/themes/enfold/ I use this theme.
    When I insert a video link: https://www.youtube.com/watch?v=HOfdcgtrSf8 (As format as the requirement) to the color section. After updated the page, I found that the video does not display on the page. Then i uploaded this video to the MEDIA in dashboard, and stick the link to the COLOR SECTION. This video only diaplay at one part of COLOR SECTION.
    Please help us to fix this problem.

    #1493506

    Hey Shawn,

    You can open a new thread by clicking this link, or click this button on the Enfold sub forum: https://imgur.com/a/AnoSPNb

    Best regards,
    Rikard

    #1493505

    In reply to: upgrade version

    Hey Ondrej,

    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/

    Best regards,
    Rikard

    Hi,
    As I recommend, as long as each product has the same number of images as variations in the same order, the script I have in mind should work, but we wont know until we test it. A plugin is another option, but note that all third party woo plugins don’t play nice (work) with Enfold.

    Best regards,
    Mike

    Hi Claudia,

    After my last changes yesterday (removing the previously generated Child Theme and uploading the original Enfold Child from Kriesi), both the staging site and the live site are still working correctly, and I have not been informed of any new alerts by the client so far.

    Thanks for the update. You’ve already switched, but we’d recommend using the official Enfold Child theme as well.

    Additionally, I’d like your advice regarding the PHP version.

    You can upgrade the PHP version to 8.3. The latest version of WordPress currently has beta support for 8.4, so we’d not recommend using 8.4.

    Any PHP version change applied at the hosting level affects both the live site and the staging site at the same time.
    If you have a specific PHP version you consider the safest choice for Enfold in this situation, your guidance would be greatly appreciated.

    Enfold supports PHP 8.3. If any of your plugins are not compatible with 8.3, you could try using 8.2.

    Thanks again for the update and detailed reports.

    Regards,
    Yigit

    jodys1976
    Participant

    Hi, I am writing because I am unable to get my favicon to appear in Google search results (SERP), although it is correctly displayed on the browser tabs. Can you help me please?

    I have already thoroughly searched the forum and followed all the suggestions provided in previous threads (such as #1486419, #1486479, and #1486399), but the issue persists.

    Here is a detailed list of what I have already done:

    Format & Conversion: I have converted the favicon from PNG to a proper .ico file using recommended tools (like favicon.io).

    Root Directory: I have manually uploaded the favicon.ico file to the root directory of my server via FTP, as suggested by Mike, to ensure Google Bot can find it outside the /wp-content/uploads/ path.

    Theme Settings: The favicon is correctly set in both Enfold Theme Options and via Appearance > Customize > Site Identity.

    Code Injection: I have tried adding the manual tags to the functions.php of my child theme using the wp_head action to force the icon declaration: <link rel=”icon” href=”https://mysite.com/favicon.ico&#8221; type=”image/x-icon”>

    Caching: I have cleared all server-side caches (Litespeed/Plugin), and I have requested a new crawl via Google Search Console.

    Visibility: The favicon is visible when logged in, in incognito mode, and on various browsers, but Google still shows the default globe icon in search results.

    Despite these steps, which have worked for other users in the past, my site has not updated in the SERP for several weeks.

    Can i ask you if there is any Enfold-specific setting or a conflict in the header output that might be preventing Google Bot from correctly indexing the icon? (i heve the last updated theme and worpress).

    Best regards,

    Stefano

    #1492742

    In reply to: INFO INSERIMENTO TOKEN

    This reply has been marked as private.
    #1492738

    In reply to: INFO INSERIMENTO TOKEN

    This reply has been marked as private.

    Subject: Clarification about WordPress error alerts and admin email

    Hi Kriesi Support Team,

    I’d like to clarify one important detail regarding the technical error alerts.

    I personally do not receive any WordPress error notification emails. The WordPress administrator email address is configured to use the site owner’s GreenGeeks account, which was set up by the previous web developer before I became involved. My email was never added to receive system alerts.

    Because of this, I can only know whether the error is still occurring when the site owner receives a WordPress alert email and forwards it to me. If no alert is forwarded, I have no direct confirmation from WordPress itself.

    After my last changes yesterday (removing the previously generated Child Theme and uploading the original Enfold Child from Kriesi), both the staging site and the live site are still working correctly, and I have not been informed of any new alerts by the client so far. However, I cannot independently confirm whether WordPress has completely stopped sending them. I wanted to explain this limitation clearly so you have the full context.

    Question about PHP version upgrade compatibility with Enfold:

    Additionally, I’d like your advice regarding the PHP version. The site is currently running on PHP 7.4.33, and WordPress has been recommending an upgrade for several months now. I understand that PHP 7.4 is no longer receiving security updates, so I agree that an upgrade is necessary.

    My concern is compatibility. Several active plugins list compatibility ranges such as “PHP 5.2.4 or higher” or “PHP 7.4 or higher,” but they do not clearly state support for PHP 8.1, 8.2, or 8.3. Because this site relies heavily on Enfold and its integrations, I want to avoid introducing new issues by upgrading PHP without proper validation.

    Could you please advise:
    1) – Which PHP versions are currently fully supported and tested with the latest Enfold version?
    2) – Whether PHP 8.1 is the safest recommended upgrade path at this time, rather than 8.2 or 8.3?
    3) – If there are any known Enfold-related issues or settings to be aware of before switching PHP versions.

    Hosting limitation regarding PHP version on live and staging sites:

    One additional clarification regarding the hosting environment:
    1) Both the live site and the staging site are hosted under the same GreenGeeks account, and unfortunately, GreenGeeks does not allow PHP versions to be set independently per site in this setup. Any PHP version change applied at the hosting level affects both the live site and the staging site at the same time.

    2) Because of this limitation, I cannot safely test different PHP versions on staging without impacting the live site as well. That’s why it’s especially important for me to confirm in advance which PHP version is recommended and fully compatible with the current Enfold version before making any change.

    If you have a specific PHP version you consider the safest choice for Enfold in this situation, your guidance would be greatly appreciated.
    Thank you for your understanding and support.

    Best regards,
    Claudia

Viewing 30 results - 691 through 720 (of 244,466 total)