Hi,
How can i change the fontcolor by the transparent header? By header under settings i cannot find anything.
And i would like to change the enfold Logo to the other Logo. Where can i do that?
Thanks for help :)
Many greetings rixi
Hey Acquarius26,
Thank you for the inquiry.
Try to include this css code to adjust the initial and scrolled color of the burger menu:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#top .header_color.av_header_transparency .av-hamburger-inner,
#top .header_color.av_header_transparency .av-hamburger-inner::before,
#top .header_color.av_header_transparency .av-hamburger-inner::after {
background-color: #fff;
}
#top .header_color .av-hamburger-inner,
#top .header_color .av-hamburger-inner::before,
#top .header_color .av-hamburger-inner::after {
background-color: var(--enfold-header_burger_color);
}
}
Best regards,
Ismael
Hi,
I added that code but the header height looks the same. I even tried to adjust the padding number with no success.
Where did you add the css code? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings or post the login details in the private field so that we can check the theme options.
Best regards,
Ismael
Hi
I have enabled the cookie consent banner in Enfold a long time ago and everything works fine from the front end but now I notice that Google Analytics says I must set up ‘Behavioural analytics consent signals’ . See screenshot at https://flic.kr/p/2qFoz49
The option I chose was ‘I use a consent banner from a third-party platform’ but do not see WordPress as an option. Could you please give me an idea what to do?
Many thanks
Tia
I have read through all of the recent past support on this and my fullwidth easy slider stopped working on our website and I cannot figure out the solution.
It seemly happened randomly and I have tried updating Enfold to the current version, updating WordPress the its most current version, deactivating all my plugins, and building a new page. I remain stuck at the slider only showing the arrows and the dots for the images present, but none showing up when you click on these.
Can you please help me figure out what I have that is conflicting and causing the slider to not work?
riversandlands.org
Thank you so much!
Rebecca
-
This topic was modified 1 year ago by
roconnor2.
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hello! I’ve created a staging site and I see what you mean about the default theme switch. Also, I do not use a plugin to choose Enfold as my theme.
The URL is below and you can use the existing support login info
-
This reply was modified 1 year ago by
leesalu.
Hi,
Thanks for the update, 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,
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 Enfold, is it possible to change the color of the small light gray square in the post slider element?
I hope so! Because they ar not visible enough on desktop; see this testportfoliopage:
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.
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.
Best regards,
Mike
Hey,
I tried disabling your active plugins using the Health Check & Troubleshooting plugin ( https://wordpress.org/plugins/health-check/ ) and I noticed that when I do that, the theme switches to a default theme. Are you using a plugin to set Enfold as your active theme?
Also, I noticed that the data for the data-av_icon attribute is missing only for the Instagram and YouTube icons. I think this could be plugin-related as well.
Please replicate the issue on a staging site and send us a link to your site and admin login credentials so we can investigate the issue further.
You can use the All-in-One WP Migration and Backup plugin ( https://wordpress.org/plugins/all-in-one-wp-migration/ ) to copy your site to a staging site.
Regards,
Yigit
I can’t save changes in my Enfold extended-layout editor. If i try to save any changes, a popup is shown about a JSON error, and nothing is saved.
And if i revisit the editor after the failed save attempt, i am notified, that an autosave has been made, and that the page im currently eddititng is outdated.
Right now i can’t change anything, because it won’t be safed, and so far i have found no solution to my problem.
Hi,
Thank you for the screenshot.
You can adjust the color values of the Alternate Background Color and Main Content Font Color in the Enfold > General Styling > Main Content tab. Let us know if this works for you.
Best regards,
Ismael
Hi,
Thank you for the screenshot.
Please provide the login details in the private field so that we can check the issue further. In the meantime, try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. Let us know the result.
Best regards,
Ismael
Hey jccardaillac,
Thank you for the inquiry.
The site is not loading our end. To adjust the style of the contact form fields, please add this code in the Enfold > General Styling > Quick CSS field.
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
border-color: #000000;
color: #000000;
font-family: inherit;
background: #eeeeee;
}
Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Best regards,
Ismael
Hi,
Thank you for the update.
If the latest version does not appear on the dashboard, you may need to update it manually via FTP. The site is currently using a very outdated version of the theme, which is probably why the dashboard update is not available. Please upgrade to version 6.0.8. For more info, refer to the documentation: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp.
Best regards,
Ismael
Hi Mike,
Thank you for your help. I suppose before I check those first things you mentioned I should update Enfold and see if that helps. I was under the impression that I was up-to-date because that is what the Enfold>Theme Update section is telling me in the WordPress dashboard. See screenshot. It is not giving me the option to upgrade through the dashboard like it normally does.

Any idea why that would be the case?
Hi there,
After much debugging it seems that there is a conflict between woocommerce and Enfold. On checkout, the terms and conditions button is not clickable or is clickable after a very long delay. The same thing does not happen if I have the Storefront theme active. We are running PHP version 8.4 (but same thing was happening with PHP versions 7.4-8.4), and all plugins, themes and wordpress version are up-to-date.
With debug turned on I get the following errors on the checkout page:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the avia_framework domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Deprecated: Creation of dynamic property avia_sidebar::$title is deprecated in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-content/themes/enfold/framework/php/class-sidebar-generator.php on line 34
Deprecated: Function wp_targeted_link_rel is deprecated since version 6.7.0 with no alternative available. in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Deprecated: Function wp_targeted_link_rel_callback is deprecated since version 6.7.0 with no alternative available. in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Deprecated: Function wp_targeted_link_rel is deprecated since version 6.7.0 with no alternative available. in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Deprecated: Function wp_targeted_link_rel_callback is deprecated since version 6.7.0 with no alternative available. in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Hi,
Glad we were able to 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
Brilliant thanks so much this has solved the problem. This process has given me a lot of confidence in Enfold and I will continue to use it as my main theme on going for all my woocommerce sites.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper ~ .form-row.form-row-wide {
display: none;
}
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,
You would place this code in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field
To create a table to display like in the screenshot above, try creating a duplicate test page and post a admin login for us, then after we make an example you can examine and copy the code to reuse. That maybe easier for you.
Best regards,
Mike
Hi,
Glad we were able to 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,
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
Hey Noah,
I see that you are running an old version of the theme, could you try to update to the latest version (6.0.8) to see if that helps please? The update to 6.0.8 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/theme-registration/
If you don’t have access to the account which was used to purchase your theme license, then you might want to consider purchasing your own copy. Otherwise you will have the same problem each time you want to update or access the theme files.
Best regards,
Rikard
Hi again.
I am about to give up now. Have tried to explain the issue several times now and you don’t seem to read what I write as you respond as if you didn’t read my replies at all but only skimmed through the text.
First I already have that interval set and it works just fine IF I don’t use Enfold theme. But as stated many times now in my replies, something with Enfold is triggering this feature to not work as intended.
Do you have any others working with support in this forum? Maybe you can hand this over to someone that can read and understand the issue I am facing?
Noah GregoryGuest
Good afternoon! I have taken over a website for my company that was built by someone else before me. It came with Enfold (so I do not have the sale information, etc to ask a question and that is why I am asking here). I have gotten very used Avia layout builder and I want to maintain it. I cannot get my PHP to update though, and I have been able to trace the hangup to the Enfold theme. Are there any other reports of this, and any way that I can “fix” it to maintain the Enfold theme & Avia and be able to update my PHP? Thanks!!