Viewing 30 results - 451 through 480 (of 244,366 total)
  • Author
    Search Results
  • #1494170

    In reply to: Update

    Hi,

    Please try to 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.

    Best regards,
    Rikard

    #1494169

    Hi,

    Great, I’m glad that you found a solution. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi Mike, Hi Ismael,

    I’m writing to give you some great news: the favicon is finally appearing correctly in the Google SERP!

    It took a few days after Mike’s last adjustments (setting the Site Icon in WordPress General Settings and the .ico file in Enfold Options), and the Google Bot has finally updated the snippet.

    Thank you so, so much for your top professional support, your patience, and for taking the time to log in and fix the settings manually. It made all the difference!!!.

    You can now close this thread.

    Best regards, Stefano (jodys1976)

    #1494162
    BR-Fotodesign
    Participant

    Hallo Zusammen,

    ich kann auf meiner Webseite die Seiten nicht mehr bearbeiten. Ich hab die aktuelle Enfold Version installiert und es kommen immer Fehlermeldungen, wenn ich eine der Seiten bearbeiten möchten. Woran kann das liegen?

    Danke.

    Viele Grüße
    Bettina

    #1494159

    Hi,

    Yes, you can place the code in the Enfold > General Styling > Quick CSS field or in the style.css file. Let us know the result.

    Best regards,
    Ismael

    #1494156

    In reply to: Update

    Hi,

    Thank you for the inquiry.

    The notice above is not critical and should not affect how the site works, but we’re not yet sure why it’s there. As a temporary workaround, you can set WP_DEBUG_DISPLAY to false to hide the warning.

    https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging

    To update the theme to the latest version, go to your Themeforest account, download the theme package manually and then upload it to your server via FTP. Please refer to the following documentation for more information.

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

    Let us know the result.

    Best regards,
    Ismael

    #1494153

    In reply to: Fullwidt Slider height

    Hey Sonno,

    Thank you for the inquiry.

    You can use this css code to control the height of the slider.

    #top .avia-fullwidth-slider, #top .avia-fullwidth-slider ul li {
        height: 50vh;
    }

    We recommend adding a Custom CSS Class name to the slider element and adjust the css rule accordingly so it applies only to this specific slider.

    https://kriesi.at/documentation/enfold/add-custom-css/

    Make sure the size of the selected thumbnail is appropriate to the size and aspect ratio of the modified slider.

    Best regards,
    Ismael

    #1494134
    ariane1001
    Participant

    Hi Support,
    I am very happy with the new future Custom Layouts.
    I used ACF to make a new post type with several custom fields and used custom layouts to fill the custom post type. Looks perfect.

    However, when I import a larger amount of this custom post with WP all Import. The backend looks fine, all custom posts have been created but when I look at the frontend, the standard post template without ALB or ACF fields is shown.

    I did the ‘Activate Your Custom Post Types For ALB’ in the Enfold options. The post type is set to public.

    Can you help figure out what is going wrong?

    Thanks in advance,

    Ariane

    #1494131

    In reply to: Update

    our theme license is registered. I updated WordPress and then the error came. the theme license is still registered but there are no updates from enfold available

    #1494129

    In reply to: Update

    Hey Blanca,

    Please register your theme license in order to receive updates: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1494128

    Topic: Update

    Blanca
    Guest

    Hello,

    we use Enfold for our website. Now I have updated WordPress to its latest version (6.9) and now I get this error on my website: Notice: Die Funktion _load_textdomain_just_in_time wurde fehlerhaft aufgerufen. Das Laden der Übersetzung für die Domain avia_framework wurde zu früh ausgelöst. Das ist normalerweise ein Hinweis auf Code im Plugin oder Theme, der zu früh läuft. Übersetzungen sollten mit der Aktion init oder später geladen werden. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 6.7.0 hinzugefügt.) in /mnt/web203/d0/72/54211272/htdocs/wp-includes/functions.php on line 6131 Warning: session_start(): Session cannot be started after headers have already been sent in /mnt/web203/d0/72/54211272/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php on line 102 Warning: session_start(): Session cannot be started after headers have already been sent in /mnt/web203/d0/72/54211272/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php on line 53

    I can not update Enfold. They say that enfold is on its latest Version (4.9.2.2)
    Can you please help me?

    #1494107
    This reply has been marked as private.
    This reply has been marked as private.
    #1494099

    In reply to: No footer

    Hi,

    Great, I’m glad that you found the problem. 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

    #1494097
    Jan Thiel
    Participant

    Hey there,

    running Enfold 7.1.3 on WordPress 6.9 with PHP 8.2.
    WordPress Multisite.

    We face an issue where a site hits the OOM with 512M Memory configured when opening any Icon Font Related Avia Builder Element Popup in the wp-admin editor.

    Tracing the issue down we pinpointed the SVG handling to be quite an issue regarding memory usage.

    The site uses 9 Icon Fonts with a total size of ~7M. Only a part of that is actually SVG content. So let’s assume we talk about 1,5MB SVG files.

    $ wp-content/uploads/dynamic_avia/avia_icon_fonts/
    `
    1.3M ./font-awesome-bold-01
    1.4M ./font-awesome-bold-02
    911K ./font-awesome-bold-03
    1.9M ./font-awesome-brands
    454K ./font-awesome-regular
    42K ./k-iconpack01
    283K ./k-iconpack02
    46K ./m-icon-set-01
    24K ./m-signet
    `

    Parsing these files lead to memory allocations of around 700MB.

    Related files are “class-font-manager.php” and “class-svg-images.php” with the functions around set_svg_markup and get_icon_html. As well as followup native PHP functions down the stack trace (simplexml_load_string and substr_replace in particular).
    Besides the OOM the SimpleXML calls consume about 1s alone processing time.

    We identified several issues with the current implementation that could lead to this issue without being able to easily provide a “fix” as everything is quite tightly couples around the in-memory “cache” handling:

    Unlimited cache: The protected $cache stores complete SVG strings without size limits → uncontrolled increase in RAM usage.

    Unvalidated input loading: file_get_contents / curl_exec load entire files/responses without upfront limits → large memory spikes.

    cURL without abort callback: Remote downloads can grow arbitrarily large (no Content-Length or progress checks).

    String operations create copies: substr_replace, preg_match_all, str_replace on large strings increase peak memory consumption.

    DOM parsing with SimpleXML: isColoredSVGWithGradients uses simplexml_load_string → the entire XML tree is loaded into memory, potentially multiplying memory usage and introducing XXE/DoS risks.

    Missing size validation: No limits are enforced before parsing or caching (local or remote).

    Potential format-parsing risks: Regex-based extract_svg_attributes on large inputs can be computationally expensive.

    We use Datadog to create Traces and Profile of our application. We were able to confirm that the SimpleXML related code as well as the regex based ops on the SVG file content trigger the OOM in most cases.
    I can easily share the Flame Graphs of the Memory Allocation and the Processing Times if you like. We find them to be most helpful in understanding what actually happens at the runtime in code :-)

    The issue is reproducible for this single site so the issue will be most certainly based on the actual icon font files although they are valid SVG. So we are happy to give any fix a test before any coming release. As we operate a server cluster, just provide me the diffs / changes and we will apply and test them ourselves.

    Let me know if you need any more information. I shared a link to the icon font files in the private content section.

    Best Regards,
    Jan

    #1494093

    Hello Ismael,
    thanks for the reply. I did and I still have the issue. In fact I can see the same identical problem on your original enfold page so my guess: it’s not a plugin issue.
    I also tried the full code you typed above, still nothing.

    #1494088

    Ok, thanks for tracing the problem. I’ll take a look at WP-Optimize and try and reduce the settings. Or try another Caching plugin.

    It seems the Enfold theme has a lot of issues with Caching and compression plugins.

    I previously had SpeedyCache Pro running for a long time. But then the home page suddenly started throwing errors, with huge amounts of garbage code appearing at the top of my home page… it looked like compressed and minified CSS wasn’t getting parsed properly. So I had to ditch SpeedCache.

    Do you have any recommended caching plugins that work well with this theme?

    Nik

    #1494079

    Hi,

    It’s possible, but you’ll need to modify the enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.js file. Unfortunately, this is beyond the scope of our support. Let us know if you have any other questions.

    Best regards,
    Ismael

    #1494078
    torture4
    Participant

    I’m on Enfold 7.1.3, and suddenly today, all the Google maps on my site are now showing up. My Google Map API Key is valid and working fine, but for some reason, the theme won’t show the maps.

    I have the large map on the contact page, plus a small map in every footer

    Looking back through the forums, this seems to be a common problem with this theme that’s still not fully resolved. Please come up with a solution!

    Nik

    #1494064

    Hey Ismael, thanks for the reply. What I don’t understand is why the plain theme of enfold doesn’t work properly on it’s own, and why when I select any other theme I see correctly the eye icon.
    I also encountered another thread on this forum and I tried to add that css to solve the issue and ( content: “\e010” !important;) except it doesn’t work, like it’s not loading properly the fontello font or something.

    In fact if you go on my client website you’ll see that I got a square instead of the eye icon.
    I’m sure the function you wrote will work properly, but why it’s not working on the enfold version of the website?
    Thanks!

    dlambers
    Participant

    Hello,
    I’m experiencing an issue where HTML/CSS code in a Code Block element works on ONE page only, but fails to execute on all other pages and posts.

    Code Block Settings (identical on all pages/posts):

    “Add codeblock to content” is checked
    “Escape HTML Code” is OFF
    “Disable Shortcode Processing” is OFF

    Setup:

    Using Advanced Layout Builder for both pages and posts
    Classic editor for posts

    What I’ve Tried:

    Cleared all caches (browser, SiteGround, Enfold dynamic files)
    Added CSS to Quick CSS with HTML-only in Code Block
    Used identical Code Block settings across all pages/posts
    The typewriter animation works on ONE page only, fails everywhere else

    Examples:

    Works perfectly:https://debral44.sg-host.com/eilersunfiltered/

    Doesn’t work: all other pages or posts.

    Why would identical code with identical settings work on one page but not others? Is there a page-specific setting affecting Code Block execution?

    Thank you for your help!

    #1494055
    sky19er
    Participant

    My client hired a company to run an accessibility review and one of the items they flagged was the Icon Circles Element on https://abodecommunities.org/about/purpose/ — they’re worried about keyboard users not being able to access the content revealed on-hover. Do you know of any workaround for this? Thanks and lmk if you have any questions!

    Hi Mike,

    Thank you for looking into this and for making those adjustments in both the WordPress General Settings and the Enfold Theme Options.
    I will go ahead and request a crawl via Google Search Console now. I’ll keep an eye on it over the next few days and let you know if the favicon updates as expected.

    Best regards, Jodys

    Hi,
    Under WordPress > General Settings > Site Icon you had no image chosen, so I picked one for you which was your 512px by 512px png favicon. WordPress now shows that it is picked:
    fULwcUQ.png
    Then I changed your Enfold Theme Options > Favicon to your real favicon.ico from your root directory instead of the png image:
    fULQtWb.png
    I believe this should  help, now you need to try going to your Google Search Console and request that your site is crawled again, which may take a few days, once Google Search Console says it has been crawled, check again.

    Best regards,
    Mike

    #1494048

    Topic: No footer

    h-i-m
    Participant

    Hi,

    I cannot post on the proper forum although I purchased another licence for an upcoming project last friday. The problem I have is with the footer on an existing site.

    No matter which setting I choose, there´s no footer displayed (widgets or page or …). I used to have a page displayed.

    I updated to the latest Enfold version. I turned off all the plugins to no effect.

    Thank you for looking into this.

    Marcus

    #1494037

    Hey SurigliaStudio,
    When I test your site the “Taglie” button doesn’t create a mobile style flyout menu, I assume that you now have the plugin disabled, but I think that I understand. I have created a custom function that will create a mobile style overlay menu from a sticky button on the right using a image that you can choose:
    fUawEAX.md.png
    fUaOLwF.md.png
    and on mobile the overlay is about 95% of the screen.
    The function uses the Named Menus from your WordPress menus to show:
    fUaQF6B.md.png
    In Configuration there is a line to choose your menu image/icon and the default menu to show on all pages:
    fUcd32j.md.png
    and below you can add as many additional menus with an array of pages that they will show on:
    fUcFI4e.md.png
    The code also has all of the css built-in for styling if you want to adjust.
    Add this code to your child theme functions.php file, if you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    fUcTO4R.jpg
    then add the above code and save.

    /**
     * Add Sticky Button with Fly-out Menu
     * Add this to your Enfold child theme's functions.php
     */
    
    function custom_sticky_menu_button() {
        // Configuration - Change these values as needed
        $button_image = '/wp-content/uploads/2026/01/menu.png'; // Update path to your PNG
        $menu_slug = 'sticky menu'; // Default menu slug - change as needed
        
        // Optional: Set different menu based on page ID
        $current_page_id = get_the_ID();
        // Example: Use different menu for specific pages
         if (in_array($current_page_id, array(1028, 1080, 1031, 1034))) {
            $menu_slug = 'sticky menu two';
         }
    	if (in_array($current_page_id, array(1376, 1331, 1277, 1283))) {
            $menu_slug = 'sticky menu three';
         }
        
        // Get the menu
        $menu_items = wp_get_nav_menu_items($menu_slug);
        
        if (!$menu_items) {
            return; // Exit if menu doesn't exist
        }
        ?>
        
        <!-- Sticky Button -->
        <div id="sticky-menu-btn" class="sticky-menu-button">
            " alt="Menu">
        </div>
        
        <!-- Fly-out Menu Overlay -->
        <div id="flyout-menu-overlay" class="flyout-menu-overlay">
            <div class="flyout-menu-close">×</div>
            <nav class="flyout-menu-content">
                <?php
                wp_nav_menu(array(
                    'menu' => $menu_slug,
                    'container' => false,
                    'menu_class' => 'flyout-nav-menu',
                    'fallback_cb' => false
                ));
                ?>
            </nav>
        </div>
        
        <style>
            /* Sticky Button Styles */
            .sticky-menu-button {
                position: fixed;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                width: 50px;
                height: 50px;
                border-radius: 50%;
                cursor: pointer;
                z-index: 9998;
                transition: opacity 0.3s ease;
                box-shadow: 0 2px 10px rgba(0,0,0,0.3);
                overflow: hidden;
            }
            
            .sticky-menu-button img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .sticky-menu-button.hidden {
                opacity: 0;
                pointer-events: none;
            }
            
            /* Fly-out Menu Overlay */
            .flyout-menu-overlay {
                position: fixed;
                top: 0;
                right: -100%;
                width: 25%;
                height: 100vh;
                background: #fff;
                z-index: 9999;
                transition: right 0.4s ease;
                box-shadow: -2px 0 10px rgba(0,0,0,0.2);
                overflow-y: auto;
            }
            
            .flyout-menu-overlay.active {
                right: 0;
            }
            
            /* Close Button */
            .flyout-menu-close {
                position: absolute;
                top: 20px;
                right: 20px;
                font-size: 36px;
                cursor: pointer;
                color: #333;
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1;
                transition: color 0.3s ease;
            }
            
            .flyout-menu-close:hover {
                color: #000;
            }
            
            /* Menu Content */
            .flyout-menu-content {
                padding: 80px 30px 30px;
            }
            
            .flyout-nav-menu {
                list-style: none;
                margin: 0;
                padding: 0;
            }
            
            .flyout-nav-menu li {
                margin: 0 0 15px 0;
            }
            
            .flyout-nav-menu a {
                display: block;
                padding: 12px 0;
                color: #333;
                text-decoration: none;
                font-size: 16px;
                transition: color 0.3s ease;
                border-bottom: 1px solid #eee;
            }
            
            .flyout-nav-menu a:hover {
                color: #000;
            }
            
            /* Sub-menu styles */
            .flyout-nav-menu .sub-menu {
                list-style: none;
                margin: 10px 0 0 20px;
                padding: 0;
            }
            
            .flyout-nav-menu .sub-menu a {
                font-size: 14px;
                padding: 8px 0;
            }
            
            /* Mobile Styles */
            @media (max-width: 768px) {
                .flyout-menu-overlay {
                    width: 95%;
                }
            }
        </style>
        
        <script>
            (function() {
                var btn = document.getElementById('sticky-menu-btn');
                var overlay = document.getElementById('flyout-menu-overlay');
                var closeBtn = document.querySelector('.flyout-menu-close');
                
                // Open menu
                btn.addEventListener('click', function() {
                    overlay.classList.add('active');
                    btn.classList.add('hidden');
                    document.body.style.overflow = 'hidden'; // Prevent body scroll
                });
                
                // Close menu
                closeBtn.addEventListener('click', function() {
                    overlay.classList.remove('active');
                    btn.classList.remove('hidden');
                    document.body.style.overflow = ''; // Restore body scroll
                });
                
                // Close on overlay click outside menu
                overlay.addEventListener('click', function(e) {
                    if (e.target === overlay) {
                        overlay.classList.remove('active');
                        btn.classList.remove('hidden');
                        document.body.style.overflow = '';
                    }
                });
            })();
        </script>
        
        <?php
    }
    add_action('wp_footer', 'custom_sticky_menu_button');
    

    Adjust the image, menus, and page IDs to suit.

    Best regards,
    Mike

    Hi Ismael, Even after uploading a 512px PNG and clearing all server caches, the output remains stuck at 96x96px. Maybe the theme is filtering the apple-touch-icon size.

    Google requires a higher resolution (at least 144×144 or 180×180) to show the icon in SERPs. Since Enfold is downscaling it, can you provide please the specific filter to disable this automatic resizing in the theme’s header?

    Best regards, Stefano”

    Below the report: realfavicongenerator.net

    Classic and SVG favicon
    There is no SVG favicon

    There is no 96×96 desktop PNG favicon

    An implicit ICO favicon is found at /favicon.ico

    ICO favicon found

    The ICO favicon has the expected sizes (16×16, 32×32, 48×48)

    Hi Ismael,

    Thank you for your feedback.

    I followed your advice: I have completely removed the custom code and I am now using only the Enfold Theme Options field with a 512x512px PNG file.

    Regarding your question: I have tried using a standard .ico file in the past, but the result was the same. As you noticed, the icon is visible in browser tabs and detected by validators, but it still fails to appear correctly in Google Search results (where the default WordPress globe icon is often shown instead).

    You mentioned that you found some markups not generated by the theme that might be conflicting. Hoping this helps more people here on the forum, could you please point out which specific lines of code or which files/plugins are generating these markups? This would be extremely helpful so I can remove them and leave only the theme’s default favicon output.

    I want to make sure the site’s head is “clean” to allow Google to crawl the correct icon.

    Best regards, Jody

    #1494028

    by the way: if you like to have the hight of the descriptive box ruled by enfolds text-block fold /unfold setting – just remove that height and overflow styling inside the snippet (// 3. Output the result)

    and
    if you like to have that text only for SEO pupose – use that setting for invisibility from my page
    if you like to have it only for SEO : use that setting globaly:

    #top .yt-desc-box {
      border: 0 !important;
      clip: rect(0 0 0 0);
      height: 1px !important;
      margin: -1px;
      overflow: hidden;
      padding: 0 !important;
      position: absolute;
      width: 1px;
    }
    #1494010

    Hi,

    Thank you for the update.

    Have you tried the steps provided in the following link? https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-

    Try to configure a plugin like WP Mail SMTP using your domain email (eg. (Email address hidden if logged out) ) to make sure messages are sent via an authenticated mail server, set the form’s From email to match your domain (avoid gmail, yahoo or outlook), and make sure SPF/DKIM/DMARC records are correct — please contact your hosting or email provider. If the issues persist, consider using Contact Form 7, Gravity Forms or WPForms.

    Best regards,
    Ismael

Viewing 30 results - 451 through 480 (of 244,366 total)