Hey,
Thanks for contacting us!
Please go to Enfold theme options > Header > Header Layout > Header Style and choose “Minimal” option :)
Best regards,
Yigit
Hi Ismael,
Yes that CSS code works perfectly on desktop but not on mobile.
Looks like a CSS code takes over on small screens, I am wondering if it’s related to Enfold source code?
Thanks
Hi,
Great, I’m glad that we could help you out. 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
Hi,
Thanks for that. I can see the problem on your site, but I can’t reproduce it on a test site: https://wpexpert.se/enfold/product/test-product/, and the behaviour is exactly the same when using a default WordPress theme. Did you make sure to add the appropriate settings on the page in private?
Best regards,
Rikard
Hi, this is probably a basic question but on all my pages I have a page title and the content of the page. In Enfold I can not get the page title to appear?
I know the page title/breadcrumb bar but do not want to display the page title there since I do not think it is visible enough there. I want the page title to appear as the first thing on the page itself (like it was standard in the old days).
Thanks,
Peter
You took the wrong link (You took the link of my testing page where you can see that is working on other themes: This is the Link of the Enfold:
https://www.cmc-modelcars.de/produkte/modelle-112/
Hey Sabine,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.av-share-box h5.av-no-toc {
display: none;
}
}
Best regards,
Rikard
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
Here you can see that this is a problem of the theme Enfold. Other themes showing the price correctly
http://liveclone.cmc-modelcars.de/produkte/modelle-112/
Hi Alan,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi, Plugin support replied that it is working fine with other themes’. Conflict is only with Enfold theme. Could you please try to resolve it asap as it’s already too late for us,
Thanks!
Hi,
Thank you for the update.
The style of the block editor looks different compare to the default themes because we added our own theme.json file. If you want to revert it back, just create a copy of the theme.json file from the twentytwentytwo theme and override the same file in the Enfold theme directory.
For more info about the theme.json file, please check this documentation.
// https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/
Best regards,
Ismael
Hey Jasmer,
Thank you for the inquiry.
The burger menu is not visible on mobile devices or on smaller screens because the border color of the menu lines is the same as the background color of the header (white). To fix the issue, please add this css code.
@media only screen and (max-width: 767px) {
#top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
background-color: #808080;
}
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. And please do not forget to purge the cache.
Best regards,
Ismael
Hi webdesignphx,
Thanks for using Enfold and have a great day :)
Best regards,
Nikko
Hi,
In my booking widget, the both input text fields for “adults” and “kids” count are in gray color on mobile, but in #000000 on other devices.
Is any CSS from Enfold source code who applying an opacity on that field?
They always should be in black #000000.
Thanks,
D
Hi AudioSuites2018,
It’s a pleasure helping you :)
Thanks as well for using Enfold and have a great day!
Best regards,
Nikko
Hi Antonio,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .container {
max-width: 100%;
padding: 0;
}
Let us know if this helps.
Best regards,
Nikko
Hi tayloramatheny,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi havi,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top #wrap_all #header.header_color .av-menu-button-colored.menu-item-32 > a .avia-menu-text {
background-color: #ea526e;
border-color: #ea526e;
}
Best regards,
Nikko
Hi Alan,
There’s no option to change it however it can be changed by adding this CSS code in Enfold > General Styling > Quick CSS:
#header_main {
border-bottom: 4px solid #284492;
}
thickness: 4px
border style: solid
color: #284492 (you can use color names instead of hex code)
Just adjust the code as you see fit.
Hope this helps.
Best regards,
Nikko
Hi Alan,
Is it in webfont format? (file types: .eot, .svg, .ttf, .woff, and .woff2)
If yes, then you can go to Enfold > Import/Export > Iconfont Manager, then upload the fonts in zip form, for further information you can check our documentation: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Also, you can try to download icons in https://fontello.com/ and see the format.
Best regards,
Nikko
Hi kellyCraftMedia,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Kris,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Two animations I’m looking to replicate on multiple sites.
This one:
Enfold 2017 About Us
This one: The photos in the testimonials under where it says “WHAT OTHERS SAY ABOUT US”
Enfold
How can I apply either one of those animations (I’ll decide later which one) to the Team Member photos on the link below? I’ll be applying these to other sites as well.
Thanks for your patience,
Jas
-
This reply was modified 3 years, 8 months ago by
Jasmer.
-
This reply was modified 3 years, 8 months ago by
Jasmer.
and that sample page has no url ?
there are a lot of demos : https://kriesi.at/themes/enfold-overview/
And inside every demo page there are a lot of suppages …
Hi Rikard,
the fatal error problem is fixed, I increased memory to 128M.
But the life site now shows following problem:
Warning: Illegal string offset ‘desktop’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
After update to Enfold 5.1.1. the website produces following fatal error:
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 4 bytes) in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
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
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 Alan,
You can set that under Enfold->Main Menu->Separator Between Menu Items.
You can change the colour using this CSS:
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
border-color: red;
}
Best regards,
Rikard