Hi sarthakchoudhary,
Please try to add a Custom CSS Class to the Color Section, name it full-width-section and then add this CSS code in Enfold > General Styling > Quick CSS:
.full-width-section .container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
Hope this helps.
Best regards,
Nikko
Hi peterolle,
Will this affect everything or just Sensei? (There are pages, blog post, etc…)
Yes, it affects pages and blogposts, everything that uses entry_without_sidebar image size.
In order for this to only affect Sensei Course page, then you will need to do the following (remove the previous code I gave):
1. Use a child theme.
2. In the child theme’s functions.php code add:
$avia_config['imgSize']['course']= array('width'=>600, 'height'=>600 );
3. Add a new file and name it single-course.php then paste this code https://pastebin.com/RxinjScd
4. Create a new folder and call it includes
5. Inside the includes folder, create a file called loop-course.php and paste this code https://pastebin.com/EGjciWeX
If you need it for Lessons in Sensei, just duplicate single-course.php and rename it to single-lesson.php
Which plugin you recommend to regenerate images?
I use this one: https://wordpress.org/plugins/simple-image-sizes/ since you can choose which image sizes you can regenerate, but if you are following the 5 steps I mentioned then it is not necessary.
Best regards,
Nikko
Hello, Enfold team.
We experience an issue with all of our Enfold websites. Please see private content for example.
To recreate an issue open the website with your browser. Make browser smaller to see hamburger menu. Click on the hamburger menu. Hover over the menu elements. Make browser bigger till you see desktop menu. You will see all menu items displaying their submenu dropdowns. In the inspector you can see that the .sub-menu now has opacity: 1; and visibility: visible; like you have it on the hover.
Please help us fix this issue.
Thank you!
Hi ihf-eramstad,
I tried to check the database using better search & replace plugin for wpenginepowered.com however none is found.
Code for fixing CORS does not work including a third-party plugin for enabling CORS.
The problem is, your site is using https://subdomain.wpengine.com however fonts are loaded in https://subdomain.wpenginepowered.com
I think the possible fix/options in the WordPress Dashboard as well as FTP has been tried and I think the next step would be asking help from WPEngine support for the said issue.
Try backing up your site first and try to use the last version of Enfold you used or the last backup of your site.
If it produces the same result, the next step would be asking help from WPEngine support for the said issue.
Best regards,
Nikko
-
This reply was modified 3 years, 3 months ago by
Nikko.
-
This reply was modified 3 years, 3 months ago by
Nikko. Reason: remove some links
I’ve inherited a website once created using the enfold theme version 4.5.7. It seems not to be working with PHP 8.0. So I have to update to a newer enfold version. Since the developer is gone and nobody knows about the license, I purchased a new one, created a token and entered it in the update section. The key was accepted, but no update via wordpress took place. The update via FTP doesn’t work, because on the how-to-page is stated that a child-theme is required. Sadly, the developer didn’t build a child-theme. So I tried the export function of the old theme and imported the export file to the new theme. That worked for the most part, but the font type does not look so good. So my question is: Is there a possibility to do an FTP update without a child theme? If not, what causes the font problem? I haven’t found any settings with regard to the font type in the enfold theme.
CodyGuest
Hi!
my support page isnt working even though I have support. I bought 4 months ago and gave up, but now I really need support. I would like you to fix my support account so I can ask for support.. How do I get support with support?
My account login should be: cwicks
I have used enfold for eyars and this is very frustrating!
Hi
We created our page https://portizar.com using the Enfold “Band” template.
Although most of it has already been replaced, there is one leftover that I would like to use, but am unable to locate.
In the attached screenshot, you will see in (what should be) Footer 1 (left column), the text from the original template:
INTERESTING LINKS
Here are some interesting links for you! Enjoy your stay :)

I would actually like to make use of this, but when I look in the traditional Widgets location, the Footers seem to be empty (screenshot attached)

That is normally the location I would go to for adding footer data, but as you can see, all 3 widgets are empty/blank.
Where should I be looking for this?
Thanks in advance.
John
Hey evabo,
Thanks for the link to your site, to not use the mobile menu and to have a transparent header on mobile please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field
@media only screen and (max-width: 767px) {
.responsive #top .av-main-nav .menu-item-avia-special {
display: none;
}
}
@media only screen and (max-width: 767px) {
#top #header .av-main-nav > li.menu-item {
display: block!important;
}
}
@media only screen and (max-width: 766px) {
.responsive #top #main {margin-top: -80px!important;}
#top #wrap_all .av_header_transparency {background-color: transparent!important;}
div#header_main > .container {display: block !important;}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
The Dev Team says it should be released on Monday, I have checked the blog element and it will show the tags if you add this filter to your child theme functions.php:
add_filter('avf_show_tags_meta', 'show_tags_on_blog_posts');
function show_tags_on_blog_posts(){
return true;
}
This new feature has been added to our documentation: Display post tags on Blog Posts element
Best regards,
Mike
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey edwindepianist,
That doesn’t look to be create using Enfold, but you should be able to achieve something similar using a Color Section element.
Best regards,
Rikard
Hey,
after Upgrading the PHP Version to 8.1 Enfold and the plugins Team Bilder and Video Plus don’t work together any more. When I try to create a new post, I get the message 1 (the whole text is in private content)
Fatal error: Array and string offset access syntax with curly braces is no longer supported in (..)/wp-content/plugins/a-team-showcase/includes/vendor/looks_awesome/common/src/Editor.php on line 90 .
If I deactivate the plugin Team Builder it works.
If I would like to change an existing post, I get the message 2 (in private content).
Both plugins are up to date.
I hope I didn’t describe it too confusingly.
What can I do?
Thank you.
Nadja
Hi Mats,
Thanks for contacting us!
Could you please go to Enfold theme options > General Styling > Fonts and try changing your fonts there and check if it helps?
If it does not, please create temporary admin logins and post them here privately so we can look into it :)
Regards,
Yigit
Hey Chris,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-menu.av_menu_icon_beside {
border: none;
}
Best regards,
Yigit
Hello Rikard,
Thank you for your help!
I found out what caused the issues with the Imagify plugin in combination with the Enfold theme:
In the Imagify plugin there are 2 options to display webp images:
1 – Use <picture> Tags Option
2- Use Rewrite Rules Option
The first option is the default and recommended option, but it will cause some issues as I described before.
When switching to the second option, the issues are gone and the Imagify plugin works smoothly with the Enfold theme.
More info about this:
https://imagify.io/documentation/my-images-are-broken/
Might be useful to know for other Enfold users who want to use this plugin.
Best Wishes,
Alwin
Hey Torge,
Thanks for contacting us!
Please check out this post: https://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/. Your previous developer should have used one of these ways to prevent updates on your installation.
Then, you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options to receive auto updates.
If you do not receive the updates after inserting your Token in Enfold theme options, please install Envato Market plugin: https://www.envato.com/lp/market-plugin/ and insert your Token in plugin settings and check Themes tab for the update.
Regards,
Yigit
Sorry about that. I have reactivated Enfold on the site.
Hi Lambrosgi,
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
Hi,
Thanks for that. Are we allowed to activate Enfold, so that we can check the problem?
Best regards,
Rikard
Hey iainski,
Could you try updating the theme to the latest version (5.3.1.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hello,
I have a problem installing the Enfold theme, for some reason it doesn’t want to install in wordpress, it throws us the following:
The link you followed has expired.
Try again.
We installed the theme a few months ago for another client and it works great, no issues.
Now we bought a new license on themeforest on the fourth and what I wrote above is happening.
Hi Ygit
I have received the file and have already exchanged it on the server of the live site. The Ticket Shop works again, but I would very much appreciate if I could use the latest version of Enfold. You can still test everything you need on the staging site with the latest version of Enfold.
Thank you very much for your help in advance.
Best regards
Beatrice
This reply has been marked as private.
Gael DOMPEYREGuest
Hi,
We are the new webmaster of domainedeguillau.fr which is a wordpress runing with enfold. The actual installed version is 4.0.5 and we can’t update anycontent except if it’s in “code box”, all others content boxes don’t close or record the content modifications. We think it comes from a compatibility problem between enfold 4.0.5 and wordpress 6.1, can you confirm that?
Secondly, if we want to update endfold theme, how should we do: is bying a licence the solution ?
Waiting for your answers
Regards
Gael Dompeyre
Hey,
Thanks for contacting us!
I tried to login once and got following error
ERROR: Too many failed login attempts. Please try again in 167 hours.
Please go to Enfold theme options > Performance > Self Hosted Videos And Audio Features (WP-Mediaelement Scripts) and choose “always load media features” and check if that helps :)
Best regards,
Yigit
Hi Beatrice ,
Please see private content field below for Enfold 5.0.1.
I will post updates here.
Regards,
Yigit
Hi Ygit
Can you give me Enfold version 5.0.1, therefore I can reinstall that version again until we found a solution.
Best regards
Beatrice
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit
Hi everyone,
my Website A has important Newsposts, that I want to automatically release on Website Bs News Area. Is it possible to somehow do that with the Enfold blog-posts element? I use Enfold on both sites.
Thanks and kind regards
Julian
Torge HoltmannGuest
unser Enfold aktualisiert sich nicht mehr von alleine, da vor einiger Zeit ein Programmierer Eingriffe vorgenommen hat, um Aktualisierungen zu verhindern. Wir brauchen also einen Spezialisten der sich im Theme Editor die Codes ansieht um festzustellen, was hier verändert wurde.
Müssen wir wirklich dazu auf themeforest.net ein Support Ticket in Höhe von 59 € bezahlen? Auf themeforest.net entsteht der Eindruck, als würden wir hier noch eine neue Lizenz dazu kaufen. Wir haben aber schon insgesamt drei enfold-lizenzen. Noch eine weitere brauchen wir nicht. Aber den Support oder einen Spezialisten, der in unserem Auftrag den Eingriff beheben kann.
Vielen Dank! Wir freuen uns auf eure Antwort!