Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHey 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,
IsmaelHey 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.
Please feel free to open a new thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHey 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,
IsmaelHi,
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).
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi,
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.
Best regards,
IsmaelHey 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,
IsmaelHi,
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.
Let us know if the issue persists.
Best regards,
IsmaelMarch 17, 2026 at 6:13 am in reply to: Few Content Element not showing up for editing and few errors appearing #1496090Hey 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,
IsmaelHey 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.comIf 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.comWe 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey cherrmann,
Thank you for the update.
The negative margin-top values in your custom css are pulling the footer upward and overlapping the content above it, which is why the submit button and other elements near the footer get cut off.
You have these rules defined in two places:
#footer { padding: 0 0 190px 0; margin-top: -190px; background-image: url(//janisch-schulz.com/wp-content/uploads/2022/05/090-footer-wasser.jpg); background-size: cover; } @media only screen and (max-width: 768px) { #footer { background: url(//janisch-schulz.com/wp-content/uploads/2022/05/090-footer-wasser-mobil.jpg); background-size: cover !important; margin-top: -360px; } }The negative margin-top on both rules is what pulls the footer up over your content. Remove both margin-top values and your submit button should become visible again. The padding-bottom on the desktop rule was likely added to compensate for the overlap, so you may want to revisit that value as well once the margin is removed.
Let us know if the issue persists.
Best regards,
IsmaelHi,
Thank you for the screenshot.
We couldn’t reproduce the alignment issue on smaller screens on our end. For the table text size, you can try adding this to Enfold > General Styling > Quick CSS or your child theme’s style.css file:
.t3-widget-root .t3-table tbody tr td { font-size: 20px; }Please make sure to purge the cache before testing.
For any other styling issues specific to the booking module itself, we recommend keeping in touch with the Tomm Booking support team since we don’t provide support for third-party plugins. They’ll be in the best position to help you with additional configuration options.
Let us know if you have more questions.
Best regards,
IsmaelHi Janny,
Thank you for the inquiry.
Since this widget is loaded from an external script (https://public.tommbookingsupport.nl/reservation-inline.js), we recommend reaching out to the booking software support team to confirm whether they have any css customization guidelines or if there’s a native setting within their platform to control the styling.
We may also need screenshots to better understand the issue. You can use platforms like FreeImage, ImgBB, PostImages or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, ImgBB, PostImages or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelMarch 12, 2026 at 6:35 am in reply to: Page editor loading VERY slowly – difficulty editing #1495962Hi,
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,
IsmaelHi newki75,
Thank you for the clarification.
We were able to reproduce the issue when loading your Ballotins template on a new page. Since you’re experiencing this problem consistently when using the template, there may be conflicting code or a server-side issue preventing the publish action. To help us investigate further, we need to enable debug logging.
Please add these lines to your wp-config.php file:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );Once added, WordPress will create a debug.log file in your wp-content folder. Check that file for any error messages when you attempt to publish a page with your template. Please share a screenshot of the relevant errors with us.
Let us know what you find.
Best regards,
IsmaelHey Elena,
Thank you for the update.
You can view the screenshot here:
— https://freeimage.host/i/column-height-1000.q5xszog
It shows the Column element that had the min-height of 1000px set. This setting can be found on the Layout > Height panel of the element.
Let us know if you have more questions.
Best regards,
IsmaelHey 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,
IsmaelHi,
Thank you for the update.
We are currently not able to reproduce the issue on our end. Could you please try the following before testing again:
1. Clear your browser cache.
2. Open the page in an incognito/private browsing window.
3. Purge the cache from your cache plugin (WP Rocket or any other active caching plugin).
4. Try testing on a different device or browser if possible.Let us know the result after trying those steps.
Best regards,
IsmaelMarch 11, 2026 at 6:17 am in reply to: Parallax mobile view cropped and wrongly placed pictures #1495936Hey 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,
IsmaelHey 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,
IsmaelMarch 11, 2026 at 5:50 am in reply to: The “Horizontal Gallery” and “Accordion” combination is malfunctioning. #1495934Hey!
Thank you for the info.
We tried logging to the site but the previous credentials are invalid.
We adjusted the script a bit so it properly intercepts the click at the .av-horizontal-gallery-wrap level, check if the clicked target is an anchor pointing to a toggle or accordion item and override the default gallery behavior.
Please replace the existing script in functions.php with this updated version:
add_action( 'wp_footer', 'ava_wp_footer_script_mod', 99 ); function ava_wp_footer_script_mod() { ?> <script> (function($) { $(document).on('click', '.av-horizontal-gallery-wrap', function(e) { var $anchor = $(e.target).closest('a[href^="#toggle-id-"]'); if (!$anchor.length) return; e.preventDefault(); e.stopImmediatePropagation(); var href = $anchor.attr('href'); var targetId = href.slice(1); var $title = $('#toggle-toggle-' + targetId); var $wrap = $('#' + targetId); if (!$title.length) return; if (!$wrap.hasClass('active_tc')) { $title.trigger('click'); } setTimeout(function() { $('html, body').animate({ scrollTop: $title.offset().top - 80 }, 500); }, 300); }); })(jQuery); </script> <?php }Please make sure to purge the cache before testing. Let us know the result.
Best regards,
IsmaelMarch 10, 2026 at 5:53 am in reply to: Page editor loading VERY slowly – difficulty editing #1495906Hey,
Thank you for the inquiry.
We didn’t find the link to the video anywhere. The slow loading of the ALB is usually caused by one or a combination of the following factors, a large number of elements on the page or heavy third-party scripts loading in the admin.
Here are some things we recommend trying:
1. Check if any caching or performance plugins (like WP Rocket, W3 Total Cache etc.) are interfering with the admin. Some aggressive caching configurations can actually slow down the backend. Try temporarily to disable them to see if the builder becomes more responsive.
2. If the affected pages have a very large number of ALB elements, consider splitting content across multiple pages or using the Custom Layout feature to modularize sections. This reduces how much the builder needs to parse at once.
Please refer to the Enfold optimization documentation for more details on the performance settings:
— https://kriesi.at/documentation/enfold/optimization/
Let us know the result and feel free to share any additional details such as which hosting provider you are using.
Best regards,
IsmaelHey cherrmann,
Thank you for the info.
We took a look at the page and found that there is an invisible Separator / Whitespace element just above the footer that has a height of 300px. This is what is causing the large gap on mobile view.
You can locate this element in the layout builder and either remove it or you can try this css to adjust its height on mobile view:
@media only screen and (max-width: 767px) { #top .hr.hr-invisible.av-mljdspyf-71312ddfce3302f17c1d53863ec1237a { height: 50px; } }Let us know if the issue persists.
Best regards,
Ismael -
AuthorPosts





