Hi, I found some older posts dealing with this. But they seem to reference classes and files that I can’t find, so I feel like enfold might have updated to the point the fixes are no longer valid.
I tried using the solution mentioned here https://kriesi.at/support/topic/html-for-turning-on-audio/#post-1477062, specifically the one that links to here https://webers-testseite.de/mute-unmute/, but I could not find the shortcode folder within enfold, or the sections.php to copy into my child theme. Have they moved somewhere else, or is there a different place I can find the code that is mentioned?
The video I’m trying to use is currently hosted on youtube. I did see some mention of needing to be self-hosted, but it seemed confusing as to what situation that applied to.
Also, I’d ideally like to use the fontello icons included with enfold to be the mute and unmute button. Can I just use the content/font css instead of a background image in the css?
Hello Gunter,
I hope you’re doing well.
After updating the Enfold theme to versions 6.0.8 and 6.0.9, I encountered a fatal error when attempting to save a post type. The error message is as follows:
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-meta-box.php on line 311
This issue seems to occur because $default_box[‘page’] is being treated as a string instead of an array. This results in in_array() failing, as it expects an array as its second argument.
Suggested Fix
To prevent this error and ensure compatibility, I recommend adding a safeguard to check whether $default_box[‘page’] is an array before using in_array().
Here’s a suggested fix for the issue:
if ( isset($default_box['page']) && is_array($default_box['page']) && in_array($data['post_type'], $default_box['page']) ) {
Would it be possible to include this fix in the next theme update? Please let me know if you need any additional details to reproduce the issue.
Thank you for your time and support!
I’ve updated the functions.php file according to the referred documentation (https://codex.wordpress.org/Changing_The_Site_URL), but the WordPress Address URL remained unchanged, and the images on my website (marktamas.hu) are still broken.
I noticed there are multiple functions.php files (one in the Enfold theme folder and another in the Enfold child folder). Could this be causing the issue?
Do you have any idea what I should do to resolve this?
Thank you in advance for your help!
Ákos
We have resolved the issue. It seems that Enfold does not display all categories available in WordPress when the pagination of the ‘masonry’ module is enabled. In other words, if we limit the pagination to 12 portfolio items, the category filter will only show the categories associated with those items.
You can close this thread. Thanks! 😉
i guess that this Carousel is not an Enfold created one. And your problem now is on opening one of those carousel image in lightbox – on navigating to the next inside lightbox – it shows other images from outside the carousel too?
How did you place your carousel to the enfold layout – via shortcode … ?
Hello everyone,
is there a way to open only images of a gallery in the lightbox and not all images of the page when the Enfold Lightbox is activated?
The native WordPress Gallery has a unique ID (wp-block-gallery-2) of the galleries in the class:
<figure class="wp-block-gallery has-nested-images columns-3 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
However, I primarily use cadence blocks for galleries. Here the parent DIV has a suitable way of identifying this (id=‘splide02’)
<div class="kt-blocks-carousel-init kb-blocks-fluid-carousel kt-carousel-arrowstyle-whiteondark kt-carousel-dotstyle-dark kb-splide splide splide-initialized splide-slider splide--loop splide--ltr splide--draggable is-active is-overflow is-initialized" data-slider-anim-speed="400" data-slider-scroll="1" data-slider-arrows="true" data-slider-dots="true" data-slider-hover-pause="false" data-slider-auto="" data-slider-speed="7000" data-slider-type="fluidcarousel" data-slider-center-mode="true" data-slider-gap="10px" data-slider-gap-tablet="10px" data-slider-gap-mobile="10px" id="splide02" role="region" aria-roledescription="carousel">
Many thanks for your support and suggestions.
Best regards
Hi Ismael, thanks for your help.
I entered your CSS in Quick CSS Theme Options, but this does not solve the problem.
See the screenshot
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
• All Compressions are deactivated.
• I have also deactivated the cache plugin.
• I have also tried using Enfold parent. No luck.
Could you find someone on your staff who can do a test with Safari 18.3 on Mac M1 with Sonoma 14.7.3?
Best regards,
Oriano
Hi,
Thank you for the update.
We’re not seeing any issues with the site. Have you tried checking it in incognito mode? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. Let us know if the issue persists.
Best regards,
Ismael
Hey Miguel,
Thank you for the inquiry.
The font color and the background color of the top header are the same. We adjusted the color values in the Enfold > General Styling > Logo Area panel.
To display the logo again, we added this css code:
.container.av-logo-container .inner-container {
height: 50px;
}
Please make sure to purge the cache before checking the page.
Best regards,
Ismael
Hi,
Thank yo for the update.
Is this the screenshot you’re asking for?
Yes, that’s the one. As you may have noticed, the display property is set to “none”. Try adding this css code to override it.
#socket .copyright {
display: block !important;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Let us know the result.
Best regards,
Ismael
Hello Kriesi Team,
I initially bought the Enfold theme in 2018, so my license has expired since then. Two weeks ago, I extended my support via themeforest because I have some problems with my website, I would like to resolve. Unfortunately, the download section in themeforest only contains my old purchase key from 2018, it hasn’t been updated. I immediately contacted the themeforest support, but they haven’t answered my message yet, which is really frustrating. Is there another way I can prove that I purchased the support license to use the forum and get help with my website?
Any advice would be appreciated.
Jona
Hey edgar,
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.

I recommend first creating a full update, but I don’t expect any issues,
Best regards,
Mike
Hi,
You had two issues, you didn’t and the magblog ID to the magazine element:

and you had Load jQuery In Your Footer enabled at Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer
I corrected and it now works, Please clear your browser cache and check.
Best regards,
Mike
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi, I am trying to put in a button for audio on a background video in a color section. I looked in Guenni007’s example, but I can’t seem to find a shortcodes folder in my parent Enfold theme, with the sections.php file that is mentioned. Has this moved/updated since that fix was posted, or am I looking in the wrong place?
I would also like to use the fontello icons for the mute buttons. Can I just use the css content/font family style for those, in lieu of a background image?
The current video i’m trying to use is a YouTube video. Does the above post imply that the fix will not work with those, the video must be self hosted?
Thank you for any help you can give.
Hi SilviaS,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Hey lara666,
There’s not enough space to fit images that large in that column. You could make the container in the footer larger or fullwidth, or design your own footer as a page then set it under Enfold->Footer.
Best regards,
Rikard
As a quick workaround I redirect the template for taxonomy archives to the one for regular archives. But I think this should definitely be changed by Enfold!
/**
* Use the regular archive template for taxonomy archives
*/
add_filter('template_include', function ($template) {
if (is_tax()) {
return locate_template('archive.php') ?: $template;
}
return $template;
});
Hi!
I have a very destroyed looking archive page of a custom post type/taxonomy. No margins, huge images,…
Looking at the code there was “isotope” and “portfolio” all over the place instead of the regular grid display. After a while I thought about looking into the template-archives.php file of enfold since a change in Enfold 6.x was mentioned here in the forum.
The strange thing is: there is hardcoded lots of “Portfolio” related stuff. Nothing is switched based on the post type, line 94 has hardcoded the posts query:
/*
* Display the latest 20 portfolio posts
*/
query_posts( array( 'posts_per_page' => 8, 'post_type' => 'portfolio' ) );
It seems really off to me. It now absolutely makes sense now why deactivating the whole portfolio “feature” with the following code (found here in the forum) makes this archive page crash completely, too.
add_action('after_setup_theme', 'remove_portfolio');
function remove_portfolio() {
remove_action('init', 'portfolio_register');
}
-
This topic was modified 11 months ago by
48DESIGN.
On our site the Enfold page builder elements are not showing and the button to switch between Default Editor and Advanced Layout Builder is also missing.
This is what we see:

From another of our sites this is more what we would expect to see:

We are running what should be the latest versions: WordPress 6.7.2 and Enfold 6.0.9
I have disabled all plugins.
Please advise what we need to do.
Thank you
Are you sure you’re using a private browser?
When you click the arrow it corrects.
You’re showing the wrong products so I know that you’re clicking through it.
These are the default products that are shown on the homepage load.
View post on imgur.com
You are showing me different products so you are not testing it properly.
I’ve changed the images and the issue is now worse.
Please investigate the live site properly. I’ve been using Enfold since 2015.

Without Enfold it looks like that, after sending the Form.
Hi Rikard,
I’m now facing the same problem. I’ve pushed the gutenberg editor button and now I can’t switch back from the WP block editor to the Enfold layout editor.
Could you please advise?
Thank you!
Hey Salt,
Thank you for the inquiry.
There is an error from the compressed scripts. Please toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. Let us know if the issue persists.
Best regards,
Ismael
Hi,
The first section with the background image can be recreated using the Color Section element or Fullscreen Sliders. The page can be set to have a transparent header. For the next section, you can use Column elements and apply some custom css to adjust the container width if needed. The theme also includes a built-in Contact Form element which can be added using the Advance Layout Builder (ALB).
You can check the documentation for more details on the builder and available elements: https://kriesi.at/documentation/enfold/
Let us know if you need more info.
Best regards,
Ismael
Hi,
Thank you for the info.
We removed the paragraph style modification in Enfold > Advanced Styling and adjusted the options in Enfold > General Styling > Typography instead. Please make sure to purge the cache before checking the page.
Best regards,
Ismael
Hi,
Thank you for the info.
We removed the paragraph style modification in Enfold > Advanced Styling and adjusted the options in Enfold > General Styling > Typography instead. Please make sure to purge the cache before checking the page.
Best regards,
Ismael
Hey DimitriM,
Thank you for the inquiry.
We’ve found a script error in the compressed scripts, so we disabled the Enfold > Performance > File Compression settings, which seems to have fixed the issue. Please make sure to purge the cache or remove the browser history before checking the page. Let us know if the issue returns.
Best regards,
Ismael