Viewing 30 results - 1,981 through 2,010 (of 243,836 total)
  • Author
    Search Results
  • #1484248
    cpirih
    Participant

    Hi, I purchased 8 Enfold themes and made the mistake of only downloading the files and documentation. I didn’t download the license pdf.
    I can’t tell which license I used for which site. Is there a way to find it?
    It doesn’t show under the Enfold theme update tab.

    Hi,

    Is it safe to disable theme functionality

    This will certainly break the site – Enfold needs all files loaded.

    If you are certain that no enfold function is needed on a page/post/.., you can skip loading enfold.

    See theme functions.php line 38:

    
    if( isset( $avia_config['use_child_theme_functions_only'] ) )
    {
    	return;
    }
    

    You can conditionally set in your child theme functions.php:

    
    $avia_config['use_child_theme_functions_only'] = true;
    

    Best regards,
    Günter

    #1484230

    Hey Vada,

    ALB is core part of Enfold and therefore is always loaded.

    If you have good programming skills check ..\enfold\config-templatebuilder\avia-template-builder\php\class-template-builder.php around line 480.

    But this is experimental only and not tested. But it could be a start for you not to load ALB in backend on certain pages.

    Best regards,
    Günter

    #1484216
    Héctor Romero
    Guest

    Hi Kriesi Team,

    I’m Héctor from http://www.davidibiza.com, an Academy and YouTube channel specialized in WordPress and Online Marketing in Spanish with more than 166.000 subscribers: https://www.youtube.com/@davidibiza.

    I am writing to offer you the opportunity to create a fully sponsored video about your Enfold WordPress Theme.

    The video will be published on our YouTube channel, and I will also share it with the paying subscribers of our Academy, where there are currently around 2.500 people subscribed.

    Additionally, I will send an email to our mailing list, which currently consists of nearly 3000 people. On another note, I always share on our Udemy account, where we have almost 46,000 students enrolled in our courses: https://www.udemy.com/user/davidkaos/. Similarly, I will also publish the video on our social media platforms (X and Facebook).

    We’re talking about a highly targeted Spanish-speaking audience, and there are certainly many chances that they might be interested in the product you offer.

    I forgot to mention that we can also provide English subtitles for the video so that you can promote it through your marketing campaigns.

    I believe that our YouTube channel resonates deeply with your target audience, making a collaboration between us a natural fit. We’re confident that together, with this video, we can offer something truly valuable to our audience.

    Would you be interested in discussing the collaboration details?

    Please feel free to reach out if you have any questions or inquiries.

    All the best,
    Héctor Romero

    Hey David,

    Thank you for the inquiry.

    Have you tried updating the logo with your own? You may also need to adjust the Header Size settings in the Enfold > Header > Header Layout tab. We’d be happy to check this once the site goes live.

    Best regards,
    Ismael

    #1484202

    In reply to: Website

    Hey Karol,

    Thanks for reaching out.

    Unfortunately, we do not offer phone or chat support, but you can find us on the support forum. Please register an account using your purchase code.

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

    Once registered, you can open new inquiries using the form below.

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

    Let us know if you need more info.

    Best regards,
    Avia

    #1484196

    Hey Helmut,

    Thank you for the inquiry.

    Those are the thumbnails registered by the theme. If you need to remove them, be sure to create a site backup, then use the remove_enfold_image_sizes function provided in this thread: https://kriesi.at/support/topic/prevent-auto-multi-image-generation/#post-1431800

    Best regards,
    Ismael

    #1484193

    Hi,

    The site is not using a child theme. We recommend activating the default child theme to preserve the modifications during theme updates. Please refer to the documentation below.

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

    Best regards,
    Ismael

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1484175
    williamslyd
    Participant

    I am using the Co-Author Plus plugin, and it displays both authors bios at the bottom of the post but even when I use the Multi Author blog layout, the second author does not display in the byline. I noticed that even in the Enfold Demo of the Multi Author there is only one author shown (Kriesi). Please advise. Thanks!

    #1484171
    webdesignphx
    Participant

    Hey Guys
    I get the message:
    Could not connect to Google Maps with this API Key.
    Troubleshooting:
    Check if you typed the key correctly.
    If you use the restriction setting on Google try to remove that, wait a few minutes for google to apply your changes and then check again if the key works here. If it does, you probably have a syntax error in your referrer url
    If none of this helps: deactivate all plugins and then check if the API works by using the button above. If thats the case then one of your plugins is interfering.

    I disabled all the plugins, and I also set up a new api key, I also unrestricted the key for a while, but then restricted it again.
    the google account is active and working. I have 50 other keys that don’t have any issues.

    I did a research and found that I can put the script:
    <script async defer
    src=”https://maps.googleapis.com/maps/api/js?key=YOURAPIKEY&callback=initMap”&gt;
    </script>
    directly into the body code.. I use perfmatters for this.. and it is working now. but there must be something else wrong why enfold won’t let me place it.
    My way is not as elegant as putting it into the google services page in enfold.
    Thanks so much for helping me.
    Tina

    #1484169

    Hey MAJO_Agency,

    You can change the settings for the strong tag under Enfold->Advanced Styling.

    Best regards,
    Rikard

    #1484168
    Estland
    Participant

    Compared to the 2025 theme, our product pages when you edit them in WP Admin take twice as long to load using the Enfold theme. I believe this is at least partially due to the many scripts that are called. We use ALB on pages and posts but not our shop and product pages. What would be the most effective way to not load all of the bells and whistles of Enfold to optimize the product editor page? If we dequeue the scripts we see errors even though the ALB has been disabled.

    For example, here are all of the Enfold related scripts that get loaded on the product editor even with the ALB disabled.


    // Dequeue Enfold styles/scripts
    wp_dequeue_style('avia-style');
    wp_dequeue_style('avia-custom');
    wp_dequeue_style('avia-popup');
    wp_dequeue_script('avia-default');
    wp_dequeue_script('avia-shortcodes');
    wp_dequeue_script('avia-modal');
    wp_dequeue_script('avia_mega_menu');
    wp_dequeue_script('avia_sidebar');
    wp_dequeue_script('avia_advanced_form_elements');
    wp_dequeue_script('avia_options_pages');
    wp_dequeue_script('avia_media');
    wp_dequeue_script('avia_media_wp35');
    wp_dequeue_script('avia_colorpicker');
    wp_dequeue_script('avia_media_advanced');
    wp_dequeue_script('ls-global');
    wp_dequeue_script('ls-wp-editor');
    wp_dequeue_script('ls-addon-404');
    wp_dequeue_script('ls-addon-maintenance');
    wp_dequeue_script('avia-dotlottie-script');
    wp_dequeue_script('avia_builder_js');
    wp_dequeue_script('avia_element_js');
    wp_dequeue_script('avia_template_save_js');
    wp_dequeue_script('avia_modal_js');
    wp_dequeue_script('avia_custom_elements_js');
    wp_dequeue_script('avia_modal_dynamic_js');
    wp_dequeue_script('avia_history_js');
    wp_dequeue_script('avia_tooltip_js');
    wp_dequeue_script('avia_tab_section_js');
    wp_dequeue_script('avia_table_js');
    wp_dequeue_script('avia_tab_toggle_js');
    wp_dequeue_script('avia_media_js');
    wp_dequeue_script('avia_gutenberg_script');
    wp_dequeue_script('avia_google_maps_api_script');
    wp_dequeue_script('avia-google-maps-api');
    wp_dequeue_script('avia_google_recaptcha_front_script');
    wp_dequeue_script('avia_admin_notices_script');
    wp_dequeue_script('layerslider-utils');
    wp_dequeue_script('kreatura-modal');
    wp_dequeue_script('layerslider-slider-library');

    We disabled the ALB button with the avf_alb_supported_post_types hook
    add_filter(‘avf_alb_supported_post_types’, function ($supported_post_types) {
    return array_diff($supported_post_types, [‘product’]);
    }, 5);

    #1484160
    goldengate415
    Participant

    I have a large page that is getting a lot of traffic and my bandwidth is going through the roof. Before I get a nasty email from WP Engine, I need to figure out how to fix it. I have already compressed photos etc and I was thinking a “load more” button about 1/3 down would be a good option. Is there any way to do this with Enfold?

    Thanks,
    Rob

    #1484156
    Faatje79
    Participant

    When I try to change my text I get a blank field. And I can’t type anything. I already tried the classic editor. Nothing solved. And I have the latest version of Enfold.

    #1484153

    And forget: The yet placed “Enfold Table Content” sits in the sidebar and doesn’t work at all. Only the Titel is shown… There should be 8 entries (like in the menue seen).

    Thanks
    Tim

    #1484151
    slikslok
    Participant

    Hi,

    how can I

    a) change the placement of the widget “Enfold Table of contents”? I’ld like to place it at the bottom of the content of the main-area.

    b) define that the List “Sites” (which I want to show in the footer) only shows the sites of root-level and makes child-sites clickable using a symbol for entries (like I can define it in the burger menu). If it doesn’t work with thh widget “Sites”, what else would you suggest for a clickable Sitemap within the footer?

    Thanks
    Tim

    #1484149
    MAlmhofer
    Participant

    I’m experiencing slow loading speed and poor LCP (Largest Contentful Paint) on the mobile version of my homepage, even after implementing the following optimizations:

    • The mobile hero image is a WebP format, resized to 800px width (as recommended by one of your support staff in another thread)
    • The image is inserted as an tag (not a background image)
    • I’ve added fetchpriority=”high” and decoding=”async” to the image
    • I’ve disabled lazy loading for this image
    • Using W3 Total Cache and Autoptimize, including CSS/JS minification and defer
    • Cookie banner is handled via Enfold’s built-in tool (no extra plugin)

    Is there a recommended way within Enfold to prioritize key content and improve mobile LCP?

    Hi!

    Thank you for helping me solve the deprecation warnings. Now, the last thing I want to work on is the loading time of the entypo-fontello icons.

    What is happening?

    • When opening content elements with entypo-fontello icons, it is still slow.
    • SVG icon sets can’t be loaded.
    • When I choose icon fonts, it somewhat works (slow)

    I attached another console output:

    icon loading time

    Maybe important for others to know regarding Yoast plugins (not only SEO):
    This is not Enfold related; I also tested Twenty Twenty-Five.
    If I use any Yoast plugin (SEO, Duplicate Post, etc.), even on a fresh install with no modifications, I get deprecation warnings. See console output below:
    yoast

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .checkout .blockOverlay {
      display: none; 
    }

    Best regards,
    Rikard

    • This reply was modified 8 months ago by Rikard.
    #1484128

    Hey damtzmx,

    Thank you for the inquiry.

    Where did you get the icon font pack? Please note that only icons from Fontello or Flaticon are supported, and only monocolored icon sets are allowed.

    https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    We tried logging in the but the password for the username is incorrect. Please check the info carefully.

    Best regards,
    Ismael

    #1484126

    In reply to: Menu Layout Advice

    Hi,

    Thank you for the update.

    Try to switch the builder to debug mode to enable the shortcode field.

    https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Once the debug mode is enabled, add this template in the shortcode field, the update the page. Edit the Catalogue element, then follow the format of the second item in the list (CHEESEBURGER).

    https://pastebin.com/26bBpUc4

    To adjust the style of the custom catalogue element, add this code in the Quick CSS field:

    #top .av-patty-menu .av-catalogue-list {
      border-top: 0;
    }
    
    #top .av-patty-menu ul li:first-child .av-catalogue-item .av-catalogue-item-inner {
      height: 48px;
    }
    
    #top .av-patty-spacer {
      width: 20px;
      display: inline-block;
    }
    
    #top .av-patty-spacer-title {
      display: block;
      text-align: center;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1484110
    damtzmx
    Participant

    I’m trying to import the medical fontello icon font pack but I get an error “Couldn’t add the font because the server didn’t respond”

    I’m using WordPress version 6.8.1 (es-ES) and Enfold (child) V.6.0.9

    Any advice on how to make it to work?

    This reply has been marked as private.
    Mirza Md Hasan
    Guest

    Hi Christian,

    I’m Mirza Md Hasan, founder of Tourfic — a powerful WordPress plugin designed for hotel and travel booking websites. We’ve been impressed by how Enfold empowers creators with flexible, high-performance tools — and we believe Tourfic could add valuable functionality to your ecosystem.

    We’d love to explore two things with you:

    – Collaborating on a travel/hotel booking demo built with Tourfic + Enfold
    – Being featured in your “Enfold Integrations” section, where Tourfic would be positioned as a booking plugin compatible with Enfold.

    In return, we’d be happy to:

    – Feature Enfold as a compatible theme prominently inside our plugin dashboard
    – Add a dedicated “Built for Enfold” link in our site’s navigation and documentation
    – Promote the collaboration across our channels

    Tourfic is used by 2000+ of travel agencies and hospitality businesses — and combining it with Enfold’s design flexibility could offer a unique edge for both our audiences.

    Let us know if you’d be open to a call or email discussion. We’d love to share a quick demo and explore how this could benefit both our users.

    Looking forward to hearing from you!

    Warm regards,
    Mirza Md Hasan
    Founder, Themefic (Company behind Tourfic)

    #1484098
    hurryupstudio2016
    Participant

    After the recent update i get this error when i try to edit all page.
    Failed to load plugin url: https://claps.site/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/admin/js/ls-tinymce-button.js

    Pls i realy need help

    #1484094
    This reply has been marked as private.
    #1484093

    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

    #1484081

    In reply to: Menu Layout Advice

    Hey rixi,

    Thank you for the inquiry.

    Have you tried using the Catalogue element? This is the same element used on the Menu page of the Restaurant demo. Please check the link below:

    https://kriesi.at/themes/enfold-restaurant/menu/

    Best regards,
    Ismael

    #1484078

    Hey Heinz,

    Thank you for the inquiry.

    Are you trying to use the Advanced Layout Builder to edit the blog page? Please reset the options in the Settings > Reading panel to default and make sure no page is selected for the posts page. Then, go to Enfold > Theme Options panel and set blog page there under “Where do you want to display the blog?”. In Enfold > Blog Layout, choose the last option for Blog Layout settings (“Use the layout builder…”). This should allow you to edit the News or Blog page using the Advanced Layout Builder.

    Best regards,
    Ismael

Viewing 30 results - 1,981 through 2,010 (of 243,836 total)