thanks!
That gave me the text “Category: Beni Ouarain” (for example) above the photo.
I removed the “Category” text since I just want the category name, but I need to move it above the title.
Can that be done?
If I use this code:
add_action( 'woocommerce_before_single_product_summary', 'enfold_customization_woocommerce_extra_text', 1);
function enfold_customization_woocommerce_extra_text(){
echo 'category goes here';
it puts the text above the title which is what I want but your code puts it above the photo.
Aso: Any suggestions for the checkout field labels?
best
Nancy
-
This reply was modified 2 years, 4 months ago by
Munford.
-
This reply was modified 2 years, 4 months ago by
Munford.
Hi Ismael
Ok, this with the redirects to a post, page or any built-in content make sense…
No, we didn’t contact WPML because we thought, that this is an Enfold problem.
Best regards
Mike
Hi Mike, thank you for the Answer. I installed the plugin, but could not find what I wanted. I have valid Envato Tokens in my Enfold options. Most of the other Teams have an Option to enable automatic updates.
Again the question: is that possible with Enfold?
Thanks a lot!
How can I add padding around all sides of the text area on this page below?
In that specific “Column” I added a “Custom ID Attribute” name: “offer”. So let me know what the CSS code would be to add padding for this specific one.
Thanks!
Hi,
Thank you for the info.
We temporarily disabled the Enfold > Performance > File Compression settings, and this seems to have fixed the issue with the cart page. The mini-cart is still not working when adding the product on the actual product page, but it works correctly when we tested it on our own installation. This issue seems to be unique to your installation. We will check the issue further.
Best regards,
Ismael
Hi,
Thank you for the inquiry.
the manual uploaded Fonts are placed at the end of the drop-down list!
The uploaded fonts will be added at the very bottom of the list as @Guenni007 mentioned. Please make sure that this font is selected. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache afterward.
Best regards,
Ismael
Hi Munford,
Please try to use this code instead:
add_action( 'woocommerce_before_single_product_summary', 'enfold_customization_woocommerce_extra_text', 1);
function enfold_customization_woocommerce_extra_text() {
// Get the product categories
$product_categories = get_the_terms(get_the_ID(), 'product_cat');
// Check if there are categories
if ($product_categories && !is_wp_error($product_categories)) {
$category = reset($product_categories);
echo '<p>Category: ' . esc_html($category->name) . '</p>';
}
}
Hope it helps.
Best regards,
Nikko
Hi Snerp,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-table tr {
background: white;
}
Hope it helps.
Best regards,
Nikko
Hi SHR Design,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hello Enfold Team,
I have four images in my easy slider, and all are exactly the same height and width—however, the height changes when the second image in the slider loads.
I found another thread on this topic, #436895, which says to add the following CSS:
ul.avia-slideshow-inner {
height: auto !important;
}
This fixes the easy slider issue; however, this code breaks my fullscreen slider that is above the fold and only has one image. To see what I am talking about, visit https://jamesj173.sg-host.com and click on “the cottages” from the menu before the 2nd image loads.
As always, thank you for your help.
-James
I have just upgraded to the latest version of the Enfold theme.
I am now seeing a white bar across the top of each page.
I’ll provide login details below
Hi
I am trying to add some text above my products in woocommerce. I’d like it to show the category of the product.
I have this code that adds the text, but I don’t know how to pull the category of the product:
add_action( 'woocommerce_before_single_product_summary', 'enfold_customization_woocommerce_extra_text', 1);
function enfold_customization_woocommerce_extra_text(){
echo 'category goes here';
}
I have a checkout page with the checkout field labels used as placeholders, but I would rather have them above the input fields. I inherited this site and it seems that isn’t the default layout since I can find the code to use them as placeholders but not to move them above the fields.
can you help me with this?
thanks
Nancy
-
This topic was modified 2 years, 4 months ago by
Munford.
Dear Support,
I’m making an e-commerce using Enfold+woocommerce, and I have this problem in the checkout page, the placeholders in the form fields, doesn’t disappear when I start to text, I also tried to remove all my custom css and plugins related to woocommerce, may be compatibility issues between enfold and woocommerce ?
thanks for your support
Andrea
Hey Rikard,
ah, I didn’t notice that Enfold doesn’t do updates on that site. I installed Enfold again and now wait if the message comes back.
Thank you very much for the info.
Best regards,
Kati
Hey woogie07,
Enfold is compatible with the latest version of WordPress and the PHP version you are running. Could you try to explain the problem you are having a bit further please?
Best regards,
Rikard
Hey Katja,
Could you try updating the theme to the latest version (5.6.8) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hey Robert Tlchase,
Thank you for your question, but unfortunately we do not have a unlimited license option.
Envato (Theme Forest) handles all of our licenses and are available only at our Envato sales page, we can not create licenses.
We hope that Enfold has earned your love and that we can continue to support your needs in the future.
I hope this answers your question.
Best regards,
Mike
Hi Enfold team,
I just finished updating Dutch language files (up to 100% again) and created a pull request in Github for it.
Regards,
Roger
Hey Caitlin Canger,
Thanks for the login, you site is very old 3.7.1 this is not comparable with the WordPress 6.4.1 that you are using.
The latest version is 5.6.8 so you need to update. You will only be able to manually update, so I recommend making a full site & database backup using your webhost backup tool, ask your webhost to help if you have not done this before, typically a webhost will make a automatic backup each month but you should ask.
Then deactivate all of your plugins, and the follow these steps:
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 don’t expect that you will have any problems with the update as I have seen sites this old update fine. But I see that you are not using a child theme, which is fine, but if your theme has any customized files the customization will be lost, not any theme settings just if you or a developer make any special code customization. You probably didn’t but you should know so you could save those files if you did.
After you update and check your site you should activate your plugins one at a time and look for conflicts, I don’t expect any but if you have old plugins it is possible.
Best regards,
Mike
Hey Charles Mead,
Thank you for your question, Enfold is exclusively sold and licensed by Envato (Theme Forest) and typically if you can’t contact the person that purchased the license Envato will not transfer or issue a new license to the website owner, this sometimes happens with a site was built by a developer who in the future can not be found.
In your case if you are in contact with the person then that person must contact Envato in their account dashboard and request the license to be transferred with Envato support to you, we can not do this as we can not create licenses or have access the Envato backend.
If you can not contact the person you will need to purchase a new license.
The upside to this is that by purchasing a new license you will also get 6 months of support on our forum to help with any issues. I recommend upgrading to a full year of support for just a little more, as the cost of the theme and a full year of support costs about the same as a single hour of support from many developers.

I hope this answers your question.
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out 🎉 If you have any further questions please create a new thread and we will gladly try to help you.😀 Thank you for using Enfold and have a Merry Christmas 🎄
Best regards,
Mike
Hi Everyone,
I really like this company’s menu. https://www.clipt.co/
So I have 2 questions:
1. Is it possible to create a similar menu in Enfold where the background is white, has rounded corners and a border?
2. Is it possible for each page to have it’s own “Menu” so that I can have the menu items just scroll to a section of the page?
Thanks
Hi,
How can I hide the theme version and name? I dont want to show these info:
<!–
Debugging Info for Theme support:
Theme: Enfold
Version: 5.6.8
Installed: xxxxxxx
AviaFramework Version: 5.6
AviaBuilder Version: 5.3
aviaElementManager Version: 1.0.1
ML:2048-PU:31-PLA:10
WP:6.4.1
Compress: CSS:all theme files – JS:all theme files
Updates: disabled
PLAu:9
–>
Thanks
Hi Kriesi
I am battling with a new design that I am working on. The website is not refreshing when I make changes. I have gone through all the back-end trial and error and we cannot pick anything up from the WordPress side or service provider so now I want to ask if it could be something with Enfold. I did import the Startup Business Demo.
This is extremely frustrating as I have to log out, close down, and go back in and sometimes it works. Please could somebody confirm if it could be the demo or an enfold issue?
Thanks
Charles MeadGuest
Someone that previously worked here paid for enfold by himself. How can we purchase it or switch it to our organization so we can receive updates
Hello,
I get several alerts from different websites about a security problem in Enfold.
Known problem:
WordPress Enfold theme <= 5.6.4 – Reflected Cross Site Scripting (XSS) vulnerability
The issue is classified as “critical”. How can I fix the issue?
Thank you and kind regards,
Kati
Hi Ismael,
Hello Ismael,
Thanks for the quick reply and the recommendation to use ALB when creating a new page!
Even if ALB is not activated for the page, I can still switch from the Standard Editor to the Advanced Editor and work with ALB.
I have installed the Events Calendar exactly according to the instructions in this link and it works perfectly:
However, what no longer works on this page is the insertion of a photoslide or any other building block. As soon as I am in the Advanced Editor (basically ALB) I can insert the blocks (photoslide, template), but they do not pop up in view mode, they are just ignored.
Thanks in advance for any feedback and best regards!
Mike,
super helpful thanks. I excluded several of these items but ultimately no change. In the end I would have to unqueue all js in the call stack that is triggered once the burger-menu is called.
Call Stack:
https://drive.google.com/file/d/1fzxCDHkSrVFKDXr0L_6TeOt3kOQkjH2S/view?usp=sharing
But that seems like the wrong approach. There should be a way within Enfold that the menu takes precedence in the call stack.
Best,
Elmar
Hi Kriesi
Not sure if this is an Enfold or WordPress problem. I have tried all suggestions to correct but my site changes on Enfold are not refreshing. Please can you advise why this could be?
Hi,
Thanks for the update. Enfold is not a plugin, so maybe something else is being flagged? I would suggest that you reach out to your hosting provider support for further help or clarification.
Best regards,
Rikard