Hi,
Great, I’m glad that you found a solution and thanks for sharing. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.av-special-heading-h1 .special-heading-border {
display: none;
}
Best regards,
Rikard
Hi, on portfolio site everything created with Enfold elements works fine. But on ajax portfolio some elements doesn’t work: for example videos or several rows of columns. Any idea for that?
Thanks, Stefan
Rob – Press WizardsGuest
From WordFence:
Enfold <= 6.0.3 – Authenticated (Contributor+) Stored Cross-Site Scripting via wrapper_class and class Parameters
Description
The Enfold – Responsive Multi-Purpose Theme theme for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘wrapper_class’ and ‘class’ parameters in all versions up to, and including, 6.0.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Improper Neutralization of Input During Web Page Generation (‘Cross-site Scripting’)
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
CVE CVE-2024-5061
CVSS 6.4 (Medium)
Publicly Published August 29, 2024
Last Updated August 29, 2024
Researcher stealthcopter
See: https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-themes/enfold/enfold-603-authenticated-contributor-stored-cross-site-scripting-via-wrapper-class-and-class-parameters
I don’t see that option at all. I’m using the Default Editor. When I try to switch to the Advanced Editor, I get a blank empty page… nothing shows that was built on the page.
All I see is this:
Text BlockX
ContentStylingAdvanced
Text Block Styling
Text Alignment
Select the text alignment.
Default
Textblock Content Styling
Select if the content of the textblock shall be displayed in 1 block or float in columns.
Single Block
Font Sizes
Colors
Please be specific where I should be. I am new to Enfold!
Thank you
Kevin GeoffreyGuest
Howdy. Are you guys aware that WordFence has flagged the current version of Enfold (6.0.3) for security vulnerabilities? Hope you have a fix coming soon. Thanks.
Enfold <= 6.0.3 – Authenticated (Contributor ) Stored Cross-Site Scripting via wrapper_class and class Parameters
The Enfold – Responsive Multi-Purpose Theme theme for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘wrapper_class’ and ‘class’ parameters in all versions up to, and including, 6.0.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.header_color .header_bg {
background-color: transparent !important;
}
Best regards,
Rikard
Hi,
Great, I’m glad to hear that you found the problem. 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
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
When I check your site at 1536 x 864, that you wrote was your screen size, but I don’t see the menu over the logo:

To switch the two icons try this css
.av-burger-menu-main.menu-item-avia-special {
top: -120px;
}
#menu-item-search {
top: 100px;
}
You can also adjust the values and perhaps keep the icons away from the logo
Best regards,
Mike
I just received this in case you are not aware.
If there is a quick patch please share it, if not, please release an update.
Hey Rikard,
Yes, I created the token for it and added it to the Theme Update section of the Theme Options and it said that it was validated, but this isn’t the only site that I have that I’ve had this issue with things not updating. I have purchased new licenses for every project and created the tokens according to the instructions given here: https://kriesi.at/documentation/enfold/theme-registration/. Some of the sites allow me to use the Envato Market plugin and they don’t have any problems, but a few of them do not inform me of updates. Do I need to go back through and remove those tokens that don’t work and then create new ones?
-Rob
Hello everyone,
We use the Enfold theme for a small WooCommerce store (approx. 30 articles) in a multisite environment.
We have 2 problems in the mobile view…
1. store page
the store content is not centered, but has a larger empty space on the left than on the right. This looks very unattractive and looks like a mistake.
We use the standard store page.
2. product page
On some product pages, the article description and also the image on the right shifts outside the screen, like a kind of overflow.
If you scroll here, the product image gets bigger and bigger and the page can no longer be used.
Thanks for your help.
Hi,
Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/. If that doesn’t help, then please try using this plugin instead: https://envato.com/market-plugin/
Best regards,
Rikard
Hey Antonio,
You could try adding it in a widget instead: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
Rikard
Rikard,
Thank you for your reply. We found the problem was with hosting and corrected it. Enfold is great as always. :)
FERNANDOGuest
I need enfold theme version 5.6.10, cand you send me? thanks
Hey Stefan,
Thank you for the inquiry.
You may need to set the Enfold > Main Menu > Burger Menu > Clone Title Menu Items To Submenu items settings to the second option (Create a clone for the title menu item). Let us know of the result.
Best regards,
Ismael
Hey williamslyd,
Thank you for the inquiry.
You can turn off the AJAX search by toggling the Append Search Icon To Main Menu option in the Enfold > Main Menu panel. Let us know how it goes.
Best regards,
Ismael
Hey laptophobo,
Thank you for the inquiry.
Have you tried using the Image element’s Custom Field Image option? You can use the {wp_custom_field:_thumbnail_id} placeholder to automatically fetch the ID of the featured image. Please check the link below:
// https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/
Best regards,
Ismael
Hi,
@hitrev: In the live site, you have this code in the custom.css file which adjusts the maximum width of the container:
.responsive .container {
max-width: 1510px;
}
@Louisekoch: This might have nothing to do with the theme, but rather with the plugins you’re using. Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, and make sure to purge the cache after every update. If the issue occurs again in the future, please open another thread and post the login details in the private field.
Best regards,
Ismael
Hey CityCollege,
Thank you for the inquiry.
1.) Why do you need the search query string on your pages? This is a special parameter that can only be used on the root page of the site. All other query parameters should work for other pages. Example:
https://kriesi.at/themes/enfold-2017?s=test
For other pages:
https://kriesi.at/themes/enfold-2017/pages/pricing/?test=test
2.) Where do you see this warning? You can temporarily hide it by setting the WP_DEBUG_DISPLAY to false.
Best regards,
Ismael
OK, I used your code and asked a friend to help me modify it to accomplish what I am trying to do. Where do I add this code and do so in a way that it won’t get overwritten with future Enfold updates?
// Define the scroll position where the header starts shrinking
var shrink_val = 150; // <-- Change this value to adjust when the header starts shrinking
if (shrinking && !isMobile) {
if (st < shrink_val) { // <-- This condition determines when the shrinking starts
newH = el_height - st;
if (st <= 0) {
newH = el_height;
}
av_change_class(header, 'remove', 'header-scrolled');
} else {
newH = el_shrinked;
av_change_class(header, 'add', 'header-scrolled');
}
// Adjust the threshold for the "fully scrolled" state
if (st - 30 < el_height) { // <-- You can modify el_height or the -30 value to change when this triggers
av_change_class(header, 'remove', 'header-scrolled-full');
} else {
av_change_class(header, 'add', 'header-scrolled-full');
}
elements.css({ 'height': newH + 'px', 'lineHeight': newH + 'px' });
logo.css({ 'maxHeight': newH + 'px' });
}
Hi, I recently upgraded my theme from Version 5.7.1. to Version 6.0.3. The staging website that is running 6.0.3 layout has shrunk now on some of my portfolio pages. Any advice would be helpful to fix. I have included a video as well as the website and staging website in the private area. Thanks
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#socket .copyright {
float: right;
}
Best regards,
Rikard
I’m trying to upgrade Enfold from 6.0.2 to 6.0.3 but am consistently getting the following error message whether I try the auto update or manually upload the new version through the Dashboard. It is just on the one website, so far, and this website is on the same server as the others. I can replace the Enfold parent theme through File Manager, but I’m curious as to why this is happening. Any suggestions?
“Could not copy file. enfold/lang/it_IT.po”
I need an age check in my form which was created with the Enfold contact form to see if the person is really 18. Is this possible?
We got two issues when doing random security check:
I. When using a search query string in a page, it returns 404 – this should not be the correct behavior. i.e (reproduced on your demo link below)
https://kriesi.at/themes/enfold-2017/pages/pricing/?s=test
2. The second one is the following error: Warning: Attempt to read property “item_id” on int in /code/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 93
Our theme is latest version! (6.0.3) and the envato private token was revalidated and shows no issues.
Hey Mariarita,
Did you try to place empty widgets in the footer, and add your content to the last widget? Note that you can design your own footer in a page, and set it under Enfold->Footer.
Best regards,
Rikard