Forum Replies Created

Viewing 30 posts - 31 through 60 (of 67,505 total)
  • Author
    Posts
  • Hey,

    Thank you for the detailed bug report. We will forward the issue to our channel.

    Best regards,
    Ismael

    Hi,

    Sorry for the confusion. We misread your first post and thought that you were intentionally saving html with unclosed tags. Please post the html or content that you’re trying to add to the page and provide the login details in the private field so we can test this further.

    Best regards,
    Ismael

    in reply to: Removal of my support request from your website/forum #1496321

    Hey Stefan,

    Thank you for the inquiry.

    We have moved the content of the thread to the private field so only you and the moderators can see the content. Let us know if there’s anything else we can help you with.

    Best regards,
    Ismael

    in reply to: registering and title pic #1496319

    Hi,

    Thank you for the update.

    We saved the content of the Welcome page as a template called “welcome temp a”, applied it to another page, and added new elements, but we are unable to reproduce the issue. Please try editing the page in the private field to see if you can reproduce the issue there.

    Best regards,
    Ismael

    in reply to: same height #1496318

    Hi,

    Thank you for the update.

    The screenshot is not displaying correctly on our end. Could you please share it again so we can better understand what you need help with?

    Best regards,
    Ismael

    in reply to: Huge space #1496316

    Hi,

    Glad to know that this has been resolved! Please don’t hesitate to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Icon Spotify #1496299

    Hey,

    Thank you for the inquiry.

    To add a custom social icon in the current version, you need to make sure the icon is registered through the iconfont manager. If you are using a custom fontello font, you need to upload it via Enfold > Import/Export first so the theme recognizes the font family and unicode character.

    After uploading the icon pack, update your snippet like this:

    
    function avia_add_custom_icon( $icons ) {
        $icons['spotify'] = array(
            'font'  => 'fontello',
            'icon'  => 'ue907'
        );
        return $icons;
    }
    add_filter( 'avf_default_icons', 'avia_add_custom_icon', 10, 1 );
    
    function avia_add_custom_social_icon( $icons ) {
        $icons['spotify'] = 'spotify';
        return $icons;
    }
    add_filter( 'avf_social_icons_options', 'avia_add_custom_social_icon', 10, 1 );
    

    A couple of things to check:

    1. Make sure the code is placed in your child theme’s functions.php, not the parent theme.
    2. Confirm the font family name in the uploaded pack is exactly “fontello” and the unicode value matches what is in the font.
    3. Go to Enfold > Performance and disable file compression temporarily, then clear your cache and test.

    If the icon still does not appear after confirming those steps, please share a screenshot of your Enfold > Import/Export tab showing the uploaded font pack, and also let us know where exactly the icon is not showing up (social icons in theme options, or inside the page builder). You can post login details in the private field if needed.

    You can also refer to the icon documentation here for more context:

    https://kriesi.at/documentation/enfold/icon/

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Huge space #1496298

    Hey Advantage09,

    Thank you for the inquiry.

    After reviewing the page, we can see that there are three Separator/White Space elements placed below the Grid Row element. These are causing the large gap on mobile.

    You have two options to fix this:

    1. Remove the three Separator/White Space elements entirely if they are not needed.
    2. Keep them but set their visibility to desktop only. You can do this by editing each Separator element, going to Advanced > Responsive, and adjusting the Element Visibility setting so they only show on desktop.

    Please make sure to purge the cache before testing. Let us know the result.

    Best regards,
    Ismael

    in reply to: Testimonial “bouncing” #1496297

    Hi,

    Glad we could be of help! Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: registering and title pic #1496293

    Hey,

    Thank you for the update.

    Sections disappearing from the page is usually caused by invalid html in one of the layout builder elements. If any Text Block or Code element on the page contains an unclosed html tag or malformed markup, it can break the structure of the entire page and cause sections below it to collapse or disappear entirely.

    Could you check if you have added any custom html or script tags inside any of the elements on that page? If so, please make sure all tags are properly opened and closed. For example, a missing closing tag like div or section can silently break everything below it.

    A quick way to test this is to temporarily disable elements one by one (starting from the top of the page) until the missing sections reappear. That will help narrow down which element is causing the issue.

    If you are not sure where to start, please share your login credentials in the private field below and we will take a look directly.

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Code Block #1496292

    Hey maryenvato,

    Thank you for the inquiry.

    There are a few things that could be preventing the Google Maps iframe from displaying correctly in Enfold.

    First, check if Google Maps is enabled in the theme options. Go to Enfold > Google Services and make sure the Google Maps feature is not disabled there. If it is disabled, the map element will not render on the frontend.

    Second, it’s possible that a privacy, cookie consent, or GDPR plugin is blocking the embedded map from loading. These plugins sometimes intercept external resources like Google Maps iframes and prevent them from rendering until the user gives consent. Please try disabling any such plugin temporarily to see if the map loads correctly without it.

    You should also check the built-in cookie handling settings in the theme. Go to Enfold > Privacy & Cookies > Cookie Handling and review the settings there, as Enfold has its own conditional loading options for external services like Google Maps.

    If you’re using the built-in Google Map element in the layout builder, make sure you have a valid API key entered under Enfold > Google Services as well, since Google now requires an API key for maps to load.

    Let us know the result, and feel free to share a screenshot or the code snippet you mentioned if the issue persists.

    Best regards,
    Ismael

    in reply to: Header and Layout #1496290

    Hey Gonmyr,

    Thank you for the inquiry.

    To get a header that look something closer to the samanthasiffring.com site, try to go to Enfold > Header > Header Layout and set Menu and Logo Position to “Logo center, Menu above”. On the specific page, open the Layout tab and set the header transparency to transparent or glassy. Build the hero section using a fullscreen Color Section or slideshow in the Advance Layout uilder.

    For a full overview of the available header options, please check the documentation:

    https://kriesi.at/documentation/enfold/header/

    Let us know if you have more questions.

    Best regards,
    Ismael

    in reply to: Products quantity limitation #1496203

    Hey tchamp77,

    Thank you for the update.

    The duplicate title seems to be coming from a custom modification. We can see the extra title is wrapped in a .custom-loop-title container, which is not part of theme’s default output.

    Could you check if any plugins or custom code were recently added that might be injecting that extra title? A good first step would be to temporarily deactivate your plugins one by one to see if the duplicate disappears. Also check if there are any custom php snippets in your child theme’s functions.php that might be hooking into the product loop.

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Upgrading to php 8.1 #1496202

    Hey webzies,

    Thank you for the inquiry.

    It looks like the critical error is caused by the create_function() in your child theme. This function was deprecated in php 7.2 and completely removed in PHP 8.0, which is why switching to PHP 8.1 triggers a fatal error.

    You’ll need to replace any instances of create_function() in your child theme. Since this change is in your child theme and not Enfold core, you’ll need to make those updates yourself. You can search your child theme files for “create_function” to locate all instances.

    Let us know if the issue persists after making those changes.

    Best regards,
    Ismael

    in reply to: Change tabs just appends #tab-name #1496201

    Hey paulgross,

    Thank you for the inquiry.

    This is expected behavior. The tab element in Enfold uses anchor-based navigation (hash URLs), so clicking a tab only toggles the content on the current page. When you navigate to a detail entry URL like https://cprn.org/about-us/entry/200578/, the tab section from the parent page is no longer present, so clicking a tab just appends the hash to the current URL without redirecting back.

    To get the behavior you’re looking for, the tab links on the detail page would need to redirect back to the parent page with the appropriate hash (e.g., https://cprn.org/about-us/#board). This would require custom js or modifications to the view template.

    One approach is to override the tab click behavior using a small js snippet in your child theme:

    
    add_action( 'wp_footer', function() {
        ?>
        <script>
        jQuery(document).ready(function($) {
            $('.tabcontainer .tab_titles .tab').on('click', function() {
                if (window.location.href.indexOf('/entry/') !== -1) {
                    var hash = $(this).data('fake-id');
                    window.location.href = 'https://cprn.org/about-us/' + hash;
                }
            });
        });
        </script>
        <?php
    } );
    

    This checks whether the user is on a detail entry URL and redirects them back to the parent page with the correct tab hash instead of just appending it. Another thing that might help is to create a custom layout that you can apply to multiple pages.

    https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/
    https://kriesi.at/documentation/enfold/custom-element-templates/

    Let us know how it goes

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider and Menu #1496157

    Hey famerise,

    Glad to know the issue has been resolved.

    To avoid conflicts, make sure the same optimization tasks are not being handled by both plugins at the same time. We recommend disabling file compression in Enfold > Performance > File Compression and let SiteGround Optimizer handle that instead. If you notice any issues, try to disable the “Combine CSS” and “Combine JS” options in SiteGround Optimizer first.

    For more details, please refer to the SiteGround Optimizer documentation.

    https://www.siteground.com/tutorials/wordpress/speed-optimizer/frontend-optimization/#combine-css-and-js-files

    Please feel free to open a new thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Impossible to publish page / post with the Editor #1496155

    Hey newki75,

    Thank you for the update.

    We were able to reproduce the issue on a fresh page using only the ALB editor, which means the problem is not related to the mixed editor usage or any custom shortcode. To proceed, we will need access to your server via S/FTP. Please provide the login credentials in the private field below.

    Before we begin testing, please make sure you have a full site backup in place, as we may need to temporarily disable or modify files while investigating. Please confirm that the backup has been made before sharing the credentials.

    Best regards,
    Ismael

    in reply to: Unable to edit page #1496154

    Hi,

    Thank you for the update.

    To check your theme version, go to Appearance > Themes and click the Enfold theme thumbnail. The version number should appear there. Please make sure you are on the latest version (7.1.4).

    qjElh42.md.png

    Looks like your site has two-factor authentication enabled — asking for a 9-digit code. Could you temporarily disable that so we can log in, or alternatively clone the site to a staging environment and share the staging URL and credentials instead?

    Let us know once that’s done and we’ll investigate further.

    Best regards,
    Ismael

    in reply to: Blank Page Builder Section #1496122

    Hey thebusybee,

    Thank you for the inquiry.

    This looks like a plugin conflict issue causing the builder to not load correctly. Could you try disabling all plugins temporarily, then go to Enfold > Performance panel and disable the File Compression settings, purge your cache and test again.

    If the issue persists, please share your login credentials in the private field so we can take a closer look.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider and Menu #1496121

    Hey famerise,

    Thank you for the update.

    To help us narrow down the issue, could you let us know if you have added any custom css or php modifications to your child theme’s style.css or functions.php, or override any template files? Even small additions can sometimes interfere with how the theme renders certain elements like the full width slider. If you have any custom code in the child theme, please try to temporarily remove or disable it and check if the slider display correctly again.

    Make sure to purge the cache before testing. If the issue persists, please post the login credentials in the private field so we can take a closer look.

    Best regards,
    Ismael

    in reply to: registering and title pic #1496120

    Hi,

    Thank you for the update.

    When you insert an image from the Media Library as background for a Color Section, make sure you select “Full Size” from the size dropdown before inserting it. The default selection is often a smaller cropped or resized version, which will appear soft or blurry when stretched to fill a full-width section.

    Please give that a try and let us know if the image looks sharper after switching to full size.

    qXlwSY7.md.png

    Best regards,
    Ismael

    in reply to: Unable to edit page #1496119

    Hey lara666,

    Thank you for the inquiry.

    Could you please let us know which version of the Enfold theme you are currently running? You can check this under Appearance > Themes. Please make sure you are on the latest version (7.1.4). You can find instructions on how to update the theme here:

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

    In the meantime, please try going to Enfold > Performance > File Compression, disable the CSS and JS file compression options, save the settings, then purge your cache and reload the page editor. If the issue persists after that, please share the site URL and provide the login credentials in the private field so we can take a closer look.

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Menu: the 2nd menu line is overlapping page content #1496091

    Hi,

    Thank you for the inquiry.

    Regarding the logo shrinking on smaller screens and the burger menu/search icon overlapping, you can add the following css to Enfold > General Styling > Quick CSS field:

    
    @media only screen and (max-width: 1290px) {
      .responsive #top .logo img {
        max-width: 62%;
      }
    
      #avia-menu {
        margin-right: 0;
        padding-right: 0;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .responsive #top .logo img {
        max-width: 35%;
      }
    }
    

    Adjust the max-width value as needed to fit your logo within the header. Please make sure to purge the cache before testing.

    qVl8kmu.md.png

    Let us know if the issue persists.

    Best regards,
    Ismael

    Hey epurchase,

    Thank you for the inquiry.

    The Advanced Layout Builder seem to be working correctly when we checked. The errors you’re seeing are probably coming from a plugin related to “gd-mcp”, not the theme itself. Those notices are causing the “headers already sent” warnings which can interfere with the backend.

    We also noticed that there are older versions of the Enfold theme still present in your themes folder. Please remove them or move them outside of the themes directory, as having multiple copies of the theme can cause unexpected conflicts. We would also recommend upgrading your PHP version — PHP 7.4 is end of life and some newer WordPress features work better on php 8.1 or higher.

    Let us know if the issue persists after trying those steps.

    Best regards,
    Ismael

    in reply to: Template Pictures License #1496089

    Hey jpassmann,

    Thank you for the inquiry.

    The demo images bundled with Enfold may or may not include a license for use on live websites — it varies by image. We cannot guarantee that any of them are safe to use publicly.

    The safest course of action is to replace all demo images with your own. There are several royalty-free sources you can use:

    https://unsplash.com
    https://www.pexels.com
    https://pixabay.com

    If you still want to check the origin of a specific image first, you can do a reverse image search to find the source and confirm its license terms:

    https://images.google.com
    https://tineye.com

    We tried checking your site but it redirects to a 404, so we were unable to verify which image you are referring to.

    Let us know if you have more questions.

    Best regards,
    Ismael

    in reply to: registering and title pic #1496088

    Hey Sabina,

    Thank you for the inquiry.

    Regarding the registration issue, you will need your Themeforest purchase code to register on our support forum. You can find this in your Themeforest account under your downloads. Once you have it, please use it to register here:

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

    For the image quality issue, we would need to take a closer look at your site to diagnose what’s happening. The blurriness could be caused by a few things, such as the image being scaled up beyond its original dimensions, css filters applied to the section, or the image compression settings in WordPress.

    Could you share a link to your site or a screenshot so we can check it out? Please post the link or screenshot in the private field below.

    Let us know if you have more questions.

    Best regards,
    Ismael

    in reply to: Remove breadcrumb title on Single Posts #1496052

    Hey bemodesign,

    Thank you for the inquiry.

    You can disable the breadcrumb from the Enfold > Header > Header Layout > Header Title and Breadcrumbs — set it to “Hide Both”.

    qGMrixe.md.png

    Let us know if you have more questions.

    Best regards,
    Ismael

    in reply to: Plugin updates #1496051

    Hey kreativeseite,

    Thank you for the inquiry.

    Sorry to hear you’re having trouble updating plugins. There are a few things you can try:

    1. Make sure Enfold is updated to the latest version (7.1.4). You can check and update from Enfold > Theme Updates or login to your Themeforest account.

    2. Try switching to a default WordPress “twenty” themes temporarily and attempt the plugin update again. This will help determine whether the issue is theme-related or not.

    If the problem persists even with the default theme active, this is likely a WordPress core, server or hosting issue rather than something related to Enfold. In that case, we’d recommend reaching out to your hosting provider or the plugin developers directly for further assistance.

    Best regards,
    Ismael

    in reply to: Impossible to publish page / post with the Editor #1496050

    Hey newki75,

    Thank you for the short clip.

    The error is a php fatal error in the template builder’s shortcode parser. It’s happening because the Ballotins template contains shortcode data that is not structured as expected, likely due to the mixed editor usage that Mike mentioned earlier. Since the template itself appears to be corrupt, the most reliable fix is to rebuild it from scratch using only the ALB editor.

    Regarding the theme update, yes, downloading from Themeforest always gives you the latest available version.

    Let us know the result.

    Best regards,
    Ismael

    in reply to: How to make two rows for tabs section? #1496049

    Hey hegartpetersen,

    Thank you for the update.

    If you prefer wrapping the title container into multiple rows, please try to add this css code:

    
    #top .av-tabs-scrollable .av-tab-section-outer-container {
        overflow: visible;
    }
    
    #top .av-tabs-scrollable .av-tab-section-tab-title-container {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        min-width: unset !important;
        left: 0 !important;
        white-space: normal;
    }
    
    #top .av-tabs-scrollable .av-section-tab-title {
        flex: 0 0 auto;
    }
    

    Note that this will hide the arrow indicator beneath the active tab since it depends on the container’s positioning logic. Please refer to the documentation on adding custom css classes to elements:

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

    Let us know the result.

    Best regards,
    Ismael

Viewing 30 posts - 31 through 60 (of 67,505 total)