Viewing 30 results - 151 through 180 (of 244,492 total)
  • Author
    Search Results
  • #1495986
    schweg33
    Participant

    There is a search function on this page:
    Link below:
    It works perfectly on the desktop.
    Until a few days ago, it was also working fine on mobile. I don’t know if there was a change due to the WordPress update or the Enfold theme update,
    but in any case, I can no longer click on the dropdown on mobile.

    Thanks for the info,
    Best regards,
    Franz

    https://img.savvyify.com/
    Is this page no longer working?

    2funky
    Participant

    Hello,

    When updating plugins while using Enfold together with WP Super Cache, a fatal error occurs on all my sites!

    Enfold triggers avia_force_clear_caches() during the update process, which calls wp_cache_clear_cache(). This leads to a call to get_blog_option() in wp-super-cache/wp-cache-phase2.php, but the function is not available at that point, causing a fatal error.

    Error:
    Uncaught Error: Call to undefined function get_blog_option()

    It seems cache clearing is triggered too early during the plugin upgrade process.

    Best regards, Pete

    #1495981

    theorie und praxis : mit Enfold gibt es doch noch Besonderheiten.

    lass mal diese Rule weg (also löschen):

    @supports (-webkit-touch-callout: none) {
        .avia-safari.avia_mobile .av-minimum-height, .avia-safari.avia_mobile .fullsize, .avia-safari.avia_mobile .av-fullscreen {
            min-height: 100dvh !important;
            height: auto !important;
        }
    }

    Hey Jack Song,
    You can update and we do not expect any issues, but some things to keep in mind, if you have a custom header.php or footer.php in your child theme, you should remove these first, as they have changed. After you update you can review the new version of these files and make copies with your customizations into your child theme. I recommend tring to find a different way to add your customizations without using these files, or you will run into this issue again in the future.
    The same is for any custom elements that you have in your child theme. If your child theme only has a style.css & functions.php & screenshot.png then you are fine.
    If you have added any custom code to any parent theme files, you should save the code as it will be lost when you update.
    You will not be able to automatically update via the theme options, as Theme Forest has changed since your version, after you manually update you will be able to update via the theme options for future updates.
    A good practice is to use your web host options to create a stagging site and update it first to ensure your site looks & works the same, and then update your live site. If you are not able to do this, at least ask your web host to create a full backup, including the database for a fallback just in case.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue,
    then you will see the Theme updated successfully message.
    After which you can go to your Theme Forest account and create a new Token for future automatic updates.

    Best regards,
    Mike

    Hey Dan2275,
    Glad to hear that you have solved this, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1495978

    Bitte lies auch mal was ich so schreibe!

    Warum das CSS deine Seite zerstört:
    Der “Sticky-Footer”-Killer: html, body { height: -webkit-fill-available } zwingt das gesamte Dokument dazu, genau so hoch wie der Bildschirm zu sein. Das bricht oft das natürliche Scrollverhalten.

    Die “Tab-Bar-Überdeckung”: Dass der Footer unten überdeckt wird, liegt am Konflikt zwischen -webkit-fill-available und 100svh. Das iPhone rechnet bei fill-available oft die untere Leiste (die Browser-UI) nicht korrekt ab, wodurch der Content “hinter” die Safari-Buttons rutscht.

    Die Weißflächen: min-height: -webkit-fill-available !important in Kombination mit height: auto !important zwingt Sektionen, die eigentlich klein sein sollten, dazu, den gesamten Screen zu füllen – selbst wenn sie mitten im Content stehen.

    Daher: notiere dir die bestehenden CSS Rules – und lösche diese:

    html, body {
        height:-webkit-fill-available
    }
    
    #wrap_all {
        min-height:-webkit-fill-available
    }
    
    @supports (-webkit-touch-callout: none) {
        .av-minimum-height, .fullsize {
            min-height: -webkit-fill-available !important;
            height:auto !important
        }
    }
    
    @supports (-webkit-touch-callout: none) {
        .av-fullscreen, .av-minimum-height {
            min-height:100svh !important
        }
    }

    und versuche mal diese hier:

    /* 1. Globalen Zwang für html/body nur auf Mobilgeräten aufheben */
    /* Nur für Mobile + Safari (iPhone/iPad) */
    .avia-safari.avia_mobile #wrap_all, 
    .avia-safari.avia_mobile html, 
    .avia-safari.avia_mobile body {
        /* Wir heben den globalen Zwang auf, der das Scrollen und die Footer-Sichtbarkeit stört */
        height: auto !important;
        min-height: 0 !important;
    }
    
    /* 2. Gezielter Fix für die Weißflächen und Footer-Überdeckung auf iOS Safari */
    @supports (-webkit-touch-callout: none) {
        /* Nur wenn Enfold Safari und Mobile erkennt */
        .avia-safari.avia_mobile .av-minimum-height, 
        .avia-safari.avia_mobile .fullsize,
        .avia-safari.avia_mobile .av-fullscreen {
            /* Nutze dvh (Dynamic Viewport Height) für korrekte Footer-Berechnung */
            min-height: 100dvh !important;
            height: auto !important;
            /* Verhindert den Geister-Weißraum durch fill-available */
            -webkit-fill-available: stretch; 
        }
    }
    
    /* 3. Sicherstellen, dass der Footer nicht von der unteren Tab-Bar verdeckt wird */
    .avia-safari.avia_mobile #main {
        padding-bottom: env(safe-area-inset-bottom) !important;
    }
    @supports (-webkit-touch-callout: none) {
        .avia-safari.avia_mobile #wrap_all {
            /* Erzeugt einen Puffer unten, damit der Content nicht unter der Leiste klebt */
            padding-bottom: env(safe-area-inset-bottom) !important;
        }
    }
    

    Ob du den fixierten “Einwilligung verwalten” da lassen solltest – oder lieber hinter dem Footer verschwinden lässt ist dir überlassen.
    Setze mal :

    #socket{
        z-index: 10005;
    }
    #1495977

    Hi,
    The only way would be to try reinstalling the theme. If this doesn’t work please start a new thread and include an admin login for us to examine in the private content area. Your login would not be private in this thread, as it is not your thread.
    To reinstall your version of Enfold you can download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    after you choose the zip file and click install, you will see a This theme is already installed message because you are reinstalling, you can continue,
    then you will see the Theme updated successfully message.

    Best regards,
    Mike

    #1495975

    I understand that the latest version of LayerSlider included with Enfold is 17.15.1. However, I have a website that’s stuck on 17.11.1, despite Enfold being on version 7.1.4. Is there some way I can force the update from 17.11.1 to 17.15.1?

    TDPS Ltd
    Participant

    Hi Enfold Support,
    I am seeing a PHP warning on a site using Enfold related to the bundled LayerSlider integration.

    Issue
    The site log shows a malformed path being passed to file_get_contents(). It looks like a full theme path is being incorrectly prefixed with the plugins directory path.

    Log entry
    [12-Mar-2026 10:24:06 UTC] PHP Warning: file_get_contents(/var/www/***/public_html/wp-content/plugins/var/www/***/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php): Failed to open stream: No such file or directory in /var/www/***/public_html/wp-includes/functions.php on line 6910

    The actual LayerSlider file does exist at:
    /wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php
    However, the warning shows WordPress trying to load this instead:
    /wp-content/plugins/var/www/…/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php
    So it appears that:
    an absolute theme path is being generated correctly at some point, but then
    /wp-content/plugins/ is being prepended to it incorrectly

    Enfold should reference the bundled LayerSlider file using the correct theme path.

    A malformed path is built, causing file_get_contents() to fail and generate a PHP warning.

    Could you please advise:
    whether this is a known Enfold / bundled LayerSlider issue
    whether there is a patch or theme update available
    which file/function in Enfold is responsible for building this path
    If helpful, I can also provide the full environment details and additional logs.

    Thanks.

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    Dan2275
    Participant

    Hallo zusammen,

    ich bekomme beim Versuch den Envato Token zu validieren (Enfold Theme; Update Bereich) die Fehlermeldung:

    Das letzte Mal, als wir deinen Schlüssel überprüft haben, konnten wir keine Verbindung zu Envato herstellen:

    Auf Einkäufe konnte nicht zugegriffen werden
    Auf Benutzername konnte nicht zugegriffen werden (wird nur zu deiner Information benötigt)
    Auf E-Mail konnte nicht zugegriffen werden (wird nur zu deiner Information benötigt)
    Es traten folgende Fehler auf:

    Einkäufe: Fehlercode 403 von Envato erhalten: Forbidden:
    – response_code: 403
    – reason: scope-missing
    username Fehlercode 403 von Envato erhalten: Forbidden:
    – code: not_authenticated
    email Fehlercode 403 von Envato erhalten: Forbidden:
    – code: not_authenticated
    Einkäufe: Auf deine Einkäufe kann nicht zugegriffen werden Es kann nicht geprüft werden, ob Aktualisierungen vorliegen.

    Bei der Erstellung des Schlüssels wurden folgende Punkte aktiviert:

    View and search Envato sites
    Download your purchased items
    Verify purchases you’ve made

    Hat jemand eine Idee wie ich den Schlüssel aktivieren kann. Möchte Enfold nicht regelmäßig manuell aktualisieren.

    Parent Theme (Enfold) Versionsnummer ist 7.1.3
    PHP-Version: 8.4.18

    Danke euch im Voraus!

    Dan

    PS: Hat sich erledigt; waren noch drei weitere Optionen bei der Erstellung des Tokens notwendig.

    #1495966

    OK will do it today.
    First, I could update the theme as I am on 7.3 instead of 7.4. Can u cofirm that each time I upload it from Themeforest I get the latest version? (see my question in the video I have sent)
    And please read the email I have received during your reproducing test:
    Détails de l’erreur
    ======================
    Une erreur de type E_ERROR a été causée dans la ligne 2502 du fichier /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php. Message d’erreur : Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, string given in /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php:2502
    Stack trace:
    #0 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php(1598): aviaShortcodeTemplate->is_self_closing()
    #1 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php(862): ShortcodeParser->get_closing_tags_array(Array)
    #2 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php(666): ShortcodeParser->balance_shortcode_array(Array)
    #3 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php(442): ShortcodeParser->balance_shortcode(‘[av_section min…’)
    #4 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(511): ShortcodeParser->parse_shortcode(‘[av_section min…’)
    #5 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-template-builder.php(2551): ShortcodeHelper::clean_up_shortcode(‘[av_section min…’, ‘balance_only’)
    #6 /home/chauduncij/www/wp-includes/class-wp-hook.php(341): AviaBuilder->handler_before_save_alb_post_data(Array, Array)
    #7 /home/chauduncij/www/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
    #8 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-meta-box.php(357): apply_filters(‘avf_before_save…’, Array, Array)
    #9 /home/chauduncij/www/wp-includes/class-wp-hook.php(343): MetaBoxBuilder->handler_wp_insert_post_data(Array, Array)
    #10 /home/chauduncij/www/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
    #11 /home/chauduncij/www/wp-includes/post.php(4886): apply_filters(‘wp_insert_post_…’, Array, Array, Array, true)
    #12 /home/chauduncij/www/wp-includes/post.php(5296): wp_insert_post(Array, false, true)
    #13 /home/chauduncij/www/wp-admin/includes/post.php(453): wp_update_post(Array)
    #14 /home/chauduncij/www/wp-admin/post.php(227): edit_post()
    #15 {main}
    thrown

    Jack Song
    Guest

    Dear Support Team,

    This is our company website. It was originally developed several years ago by a member of our IT department. Over time, although we still feel the overall design is acceptable, we have encountered serious issues.

    Currently, the IT department person left our company. we are unable to update the website content. Whenever we attempt to make updates, the layout becomes disordered. Additionally, we are unable to upgrade the theme/version. We were informed that the version we are using is too old.

    As you are the official support team, we would like to ask:

    Is there a safe and reliable way to update the website smoothly without breaking the layout?

    If we purchase the Enfold theme license and enter the key, will this allow us to upgrade to the latest version without compatibility issues?

    Do you have any recommended upgrade procedure for very old versions?

    We would greatly appreciate your professional advice on how to proceed.

    Thank you in advance for your support.

    Best regards,
    Jack Song

    #1495962

    Hi,

    Thank you for the update and for sharing the video.

    We did try to access your site and open the Advanced Layout Builder to edit the Special Heading element, but our machine actually hung while loading the popup editor. This tells us there’s definitely something wrong with the installation that is causing the editor to become unresponsive.

    Since we cannot reproduce the issue on our installation, this is likely caused by a large number of installed plugins conflicting with the builder, custom modifications to the theme or site or a specific plugin that is incompatible with the current version of Enfold.

    Here’s what we recommend: Deactivate all plugins,then try opening the ALB again. If it loads normally, the issue is plugin-related. Reactivate your plugins one at a time and test the builder after each activation to identify which plugin is causing the slowdown. Once you find the problematic plugin, you can either remove it, update it or contact the plugin developer for assistance.

    Let us know which plugin causes the issue once you identify it.

    Best regards,
    Ismael

    #1495960

    They seem to be targeting Enfold right now.

    #1495959

    Yes but when I only use Enfold editor, I have the same issue. Thats why wanted to show you it work with the by default one and te issue comes from the Template example adding. Can u try to create a false page, TestB, add my Ballotins model template and publish? U will have the same issue.
    Tx for your help
    Marine

    #1495955

    Hi,
    Glad that we were able to help. As for your issue with the image I can not reproduce,. The image shows for me & it downloads fine. I’m not sure why this is occuring for you, but will take it under advisement.
    If you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1495954

    Hi,

    Thanks for that. What is different about this page compared to other pages on your site? You could try to activate debug mode under Enfold->Layout Builder->Show advanced options, then copy the shortcodes to a new page to see if that helps.

    Best regards,
    Rikard

    #1495949
    JannyPolak
    Participant

    Hi
    I made a widget to enclose a booking module. The widget is correct according to the softwarecompany.
    However, the layout seems to be overruled by the Enfold theme.

    The size and color of some text is not correct, as well as size of background and one align issue.

    I made screenshots and can give the testpages for more explanation. See private area.

    Can you please help to overrule the enfold theme with css style?

    Many thanks in advance
    Janny

    #1495943
    macuti
    Participant

    Hallo Kriesi & Team,
    wir haben dasselbe Problem, wie bereits in diesem Beitrag beschrieben:

    Wir haben für einen Kunden eine Webseite mit Enfold aufgebaut und den Blogbereich mit Platzhaltertexten sowie den mitgelieferten Bildern aufgebaut um zu zeigen, wie es aussehen könnte. Der Link zum Blog war nie und ist nach wie vor nicht in der Navigation enthalten, aber COPYTRACK mahnt nun die Verwendung eines Bildes an.

    Ich bitte daher freundlicherweise um einen Lizenznachweis, im Folgenden noch der Link zum Bild “cheese”.

    Vielen Dank im Voraus
    Marcus

    #1495942

    PS: fernab von deinem White Space on iPhone Problem – sehe ich das du oft diesen Trenner mit den drei linien einsetzt.
    bist du eigentlich vertraut damit eigene svg Divider in Enfold zu haben?
    dein Trenner mit den drei linien ließe sich gut umsetzten mit:

    nicht wundern bei Enfold stehen die svg Trenner auf dem Kopf – der scharze Teil ist das was nachher durch die Anschlussfarbe ersetzt wird.
    Großer Vorteil : responsiv sorgt vector-effect=”non-scaling-stroke” dafür das die Stroke-weite über alle screen-breiten gleich bleibt (also gut sichtbar ist) :
    https://webers-testseite.de/j-und-s/

    #1495941

    Edit: OK now – i see that it is your Enfold file because you liked to reflect the Janisch & Schulz by js and renaming your child-theme to J&S ( or parared did it) –
    so you can overwrite that rule inside quick css by the rule above – or find that rule inside your settings and remove it.

    #1495940

    ich frage mich nur woher dieses /wp-content/uploads/dynamic_avia/js.css kommt. Denn ich glaube nicht das es eine Enfold Datei ist. Eventuell gehört die zu einem Plugin? Vielleicht kann da einer der Mods näheres zu sagen.

    du kannst auch nur diese Regel überschreiben ohne auf andere Devices Einfluss zu nehmen:

    in das Quick css :

    @supports (-webkit-touch-callout: none) {
        #top .av-minimum-height, #top .fullsize {
            min-height: 0 !important;
        }
    }

    _____________

    I’m just wondering where this /wp-content/uploads/dynamic_avia/js.css comes from. Because I don’t think it’s an Enfold file. Maybe it belongs to a plugin? Perhaps one of the mods can say more about this.

    You can also just override this rule in js.css without affecting other devices: see above

    #1495938

    Hey Advantage09,

    Thank you for the update.

    Yes, your hosting company can safely delete the files in the dynamic_avia folder manually. That folder only contains cached css and js files that the theme regenerates automatically on the next page load, so there is no risk of losing any content or settings.

    Before proceeding though, we recommend creating a full site backup or restore point just to be safe.

    After the files are deleted, go to Enfold > Performance panel and enable the “Delete Old CSS And JS Files?” option and save. This tells the theme to clean up old cached files automatically going forward, which should prevent the folder from growing out of control again.

    Once that is done, simply visit your site in a browser and the theme will regenerate only the files it actually needs.

    Let us know if the issue persists.

    Best regards,
    Ismael

    Hey debbiepeverelli,

    Thank you for the inquiry.

    1. The overlapping image is likely due to the absolute positioning, which causes it to appear incorrectly scaled on smaller screens. The best approach is to either hide it on mobile or manually adjust its size using css media queries.

    You may need to apply a custom css class name to the overlapping image element.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Once you have added a custom class, for example av-overlap-image, you can target it on smaller screens like this:

    
    @media only screen and (max-width: 767px) {
        .av-overlap-image {
            display: none;
        }
    }
    

    Or if you prefer to keep it visible but resize it:

    
    @media only screen and (max-width: 767px) {
        .av-overlap-image {
            width: 80px;
            height: auto;
            top: 20px;
            left: 10px;
        }
    }
    

    You can add these css rules to Enfold > General Styling > Quick CSS field and adjust the values as needed.

    2. The light blue highlight on focused fields and the green success message are default styles applied to the contact form. You can override them by adding the following to Enfold > General Styling > Quick CSS field — adjust the color values to match your site:

    
    #top .avia-form .avia-input:focus,
    #top .avia-form .avia-textfield:focus {
        background-color: #yourcolor;
        border-color: #yourcolor;
    }
    
    #top .avia-form .avia-success {
        background-color: #yourcolor;
    }
    
    #top .avia-form .avia-success p {
        font-family: inherit;
        font-size: inherit;
        color: #yourcolor;
    }
    

    Replace #yourcolor with the hex values that match your site palette.

    Let us know the result.

    Best regards,
    Ismael

    #1495935

    Hey nnn666nnn,

    Thank you for the update

    This is probably caused by a caching issue (browser cache, server-side cache or a caching plugin), or by file compression/merging causing styles to be loaded in an unexpected order.

    A few things you could try:

    1. Go to Enfold > Performance and temporarily disable the “File Compression” settings. Save and then clear all caches.
    2. Clear your browser cache and test on an incognito window in Edge and Firefox on a different device.
    3. If you have a caching plugin (like WP Super Cache, W3 Total Cache, LiteSpeed Cache, etc.), clear the cache from there as well.

    If the issue persists after those steps, please share the admin login details in the private field of this thread so we can take a closer look at the page setup directly. If you haven’t tried the above snippets yet, please do — they may help as a quick fix while we investigate the root cause.

    Let us know the result.

    Best regards,
    Ismael

    #1495928

    Hi Mike,

    Thank you for you help and sorry for the delay in my answer.
    the problem is that all the colors have been choosen not in the global theme but in each design section for each element.
    For exemple, I have setup the background of the banner to ” Kaki” in it’s dedicated design section. (it’s a “color section” with ” special heading” in it)
    Exactly the same for anything else.
    Again, I’m usin Enfold for many other websites that I’m managing and I’ve never had this kind of troubles.
    The funny thing is that, if you have a look at the main page, the banner “ACTUALITE” is exactly done like the banner that is causing problem, but the banner ” Actualité has its background showing corrrectly !
    It appears only on THIS particular website.
    This is why I’m wondering if Enfold could be broken somewhere or anything like That.
    All the lp would be much appreciated and if you need an access to the backoffice, just tell me.

    In advance, thank you.
    Best regards.

    • This reply was modified 3 weeks, 2 days ago by nnn666nnn.
    • This reply was modified 3 weeks, 2 days ago by nnn666nnn.

    Hi,
    I created an online test site, linked below with a login for you to check out. It uses PHP 8.3.30 & Enfold 7.1.4
    The mailchimp form is not yours, but it serves as a placeholder.
    I’m not sure if reinstalling will help, but it’s worth a try.

    Best regards,
    Mike

    #1495924

    Hey newki75,
    Thanks for the login, when I tested I was able to publish your test page with no errors.
    To manually update Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue,
    then you will see the Theme updated successfully message.

    Best regards,
    Mike

    debbiepeverelli
    Participant

    I’ve built my website with the Enfold Parallax theme. I’m very happy with the results! However, on mobile view there are a few pictures (4 in total, at 2 different positions) that are cropped and placed wrongly, which I can’t seem to fix. On desktop view they are perfect. There’s a larger picture and a smaller one overlaps. In mobile view the larger picture appears smaller than the original smaller one. This way it doesn’t look nice at all. Could you please help me fix this issue?
    Additionally, I have a question about the contact form. When I fill in an address, the space turns light blue and when I press send, the form turns green. These colors don’t match the colors of my website at all. Also, the text that appears after sending a message isn’t the typography I chose for my website and it also doesn’t match the rest of my website.

    Looking forward to your response.

Viewing 30 results - 151 through 180 (of 244,492 total)