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 1 year 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
Hi Gunter,
Thanks for the reply.
Can’t be a DB update from a backup, as has happened on multiple sites at different times.
We have one example where on the 28th of January we edited a page and inserted two images using the method described above (because they had previously disappeared from this page due to this issue) and sent a screenshot of it working on the front end to the client (we still have the screenshot).
Since then, we haven’t edited the page at all, and I noticed that they have disappeared since then, probably in the last week or so (as we would have noticed it sooner). If I go and check the page revisions, it shows the last revision was on the 28th of January, and it shows the text block where I inserted the images into as being completely empty of any content whatsoever.
We don’t understand how the page ever seems to work at all, but then randomly breaks over time. But it seems like it can only be something along the lines of: Enfold writes it to the DB on save, then perhaps sees it as bad ALB code when trying to read it down the track and strips it?
This has only appeared in the last few months, where we’ve gone from versions like 6 or 6.0.1 to the latest 6.0.8 or 9. Is it possible something has changed in those versions which could have affected this?
I know this is a tricky one to track down, as it will only disappear randomly, but if you would like a login for the page I’m talking about above to take a look just let me know.
Thanks
Tim
Hi there,
Since updating to version 6.0.9 of Enfold, the videos on our website are no longer working on the desktop version (tested on Chrome, Safari). It’s just a black box with no functionality. However, the videos work when viewing the Mobile version of the website (using Chrome).
The videos appear to be working on the desktop browser ONLY when I’m logged into the website.
I’m using the Video media element, with a public YouTube video link.
Thanks in advance!
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
Hi,
I’ve found a lot of problems configuring the homepage for mobile compatibility.
I’ve to activate some module in the mobile version the have to be turnned off for desktop view. But it doesn’t work, the main page I still empty!
Some help or a way to submit a ticket to enfold team?
BR
D
I just went from a very inadequate host to Kinsta. It is a little disorienting as Kinsta offers many of the things I used to provide myself through plugins or Enfold. I am not a developer, I’m a business owner maintaining my own sites. I’ve been running Enfold since around 2013 maybe? I’d like to think I’m a quick study but, this is a whole discipline unto itself.
I’m currently running W3, ShortPixel, Yoast, SSL insecure content fixer.
I also have WooCommerce plugins installed but, those are for a ‘under construction” storefront.
If anyone has some insights into what things might be overlapping, conflicting or some kind of hierarchy to which I should let handle important tasks that may be addressed through more than one means, I’d be grateful.
The one issue that is really jumping out at me is my mobile speed score. The report states inlining critical JS/styles and deferring non-critical js is what I should be looking at.
Thank you very much.
Hello Enfold Support Team,
I am currently developing a website using WordPress and the Enfold theme. I am using the Masonry element to display portfolio items, but I have encountered an issue:
The category filter only displays the parent categories of my portfolio entries.
The secondary (child) categories do not appear in the filter, even though they are assigned to portfolio items.
I need the Masonry filter to include both parent and child categories so that users can filter by all available categories.
What I Have Tried So Far:
I checked the portfolio settings and ensured that child categories are assigned correctly.
I regenerated permalinks in Settings > Permalinks.
I tested some custom PHP functions.
I cleared all cache and checked with different browsers.
Question:
Is there a built-in way to ensure that the Masonry filter includes both parent and child categories? If not, could you provide guidance on how to modify the theme’s query or template files to achieve this?
Any help would be greatly appreciated!
Best regards,
Mikel
Hey dp-beheer,
You could try to toggle the file compression options, and option to delete old CSS and JS files under Enfold->Performance to see if that helps.
Best regards,
Rikard
Hey circolosportivoparcodeipini,
The update to 6.0.9 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either 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.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/
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
Hey jorge,
First off, you should update the theme to the latest version. The update to 6.0.9 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either 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.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/
After that, then please refer to this: https://kriesi.at/documentation/enfold/typography/
Best regards,
Rikard
Hi Rikard,
> It’s displaying fine on my end using Safari 18.1.1, is the problem only present in the version that you are running?
Is present only in Safari 18.3 on MacBookPro M1, Sonoma 14.7.3.
I have try Safari 18.3 (18620.2.4.111.8, 18620) on iMac Intel, Ventura 13.7.3, and the socket is displayed correctly.
So the problem seems to be only on Safari 18.3 on MacBookPro M1, Sonoma 14.7.3.
Consider that I have also tried using Enfold (and not the Child theme), but this does not solve the problem.
I have deactivated all cache options and cleaned the browser cache… but even this does not solve the problem :(
Best regards,
Oriano
Hi,
I don’t believe that lazy loading will work in this case.
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:

and ensure that it is activated, then add the above code and save.
Best regards,
Mike