Hey OKEIwebbureau,
Try adding this css code in Quick CSS:
.home .avia-smallarrow-slider .slide-image {
background-color: transparent;
}
As for the button you can modify it in Enfold > Advanced Styling.
Hope this helps.
Best regards,
Nikko
Dear enfold team,
I did not find it in previous postings, so here my question:
There are pre-set colors that you can chose for example to select button colors or other.
These ones do not have a flexible color picker, but only an option list “green blue yellow red, etc.”
– so in this dropdown I can chose for example green, but it comes out in a different green than the one I would like to have.
QUESTION:
Where are these colors defined that are used also in the CSS code as green or red (without a color code)?
I would like to change the definition of “green”.
Ho and where could I find that in the code?
Thanks a lot
Tobias
Hi guys
I used you amazing theme Enfold for my new website.
Though I do have some issues with the responsive version:
1. The logo overlaps the main navigation
2. The elements on page “Preisliste” also overlap on a weird way. The button “Details” covers up the banner text.
How can I fix this?
Thank you in advance.
-
This topic was modified 6 years, 3 months ago by
Cdfb.
Hi,
Please enable custom CSS class name support from Enfold theme options > Layout Builder
Add a custom CSS class name “my-custom-button” to the button element.
Use the code provided in the below link
Let us know if you have any questions :)
Best regards,
Vinay
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
@media only screen and (max-width: 767px) {
.responsive #top.home #wrap_all .av-flex-cells .no_margin .flex_cell_inner {
padding-top: 0 !important;
}}
You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

Best regards,
Vinay
I solved the problem. As far as I can tell the fix was to re install Enfold and then make a change in the theme options form – any minor change – just in order to enable the Save All Changes button. Once I SAVED (with the re-installed theme installed), the LayerSlider began to work.
I want to emphasize that the theme re-install did NOT fix the problem until I did a SAVE ALL CHANGES in the Theme Options form.
Hi, I just updated to the latest theme. It appears that the highlighted button in my main navigation now has a border. How do I remove this border and restore the formatting of the original button?
Also on this page, there is now an image that appears to be from an Enfold demo. I did not insert the image on my end. When looking at the back end, I do not see the image. How do I remove it?
Hi Rikard!!
Sending you the credentials. It’s s Staging environment so, feel free to activate the Classic Editor Plugin, if you want to see what it looks like and the same goes for the selected Enfold editor. I can always refresh the Environment from backup or from the Live site if things go really bad ;) But I don’t think so. The only thing I saw is pages going blank.
Also, Kinsta does not cache this environment but there’s a cache button on the Admin area if you want to clear the natural caching of Nginx.
Let me know how I can help!
Thank you!
Havi
Hey Jen_22,
Thank you for contacting us and sorry for the delay.
To position the post meta elements please refer to the below link
You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

If you still do not see the changes please post a link to your site.
Best regards,
Vinay
Enfold 4.6.3.1
Privacy & Cookie settings
* Add an “OK” button for “Accept settings and dismiss notification”
* Add a “Learn more” button to “Link to another page” eg /cookie-policy/
Observe redundant modal code (with tabs etc) is still output on website
If no modal option is selected in the settings (ie “Open info modal….”), the modal code should not be output
Hi crtdude,
This plugin seems to work fine: https://wordpress.org/plugins/ultimate-member/
I haven’t fully explored everything but have tested it’s content restriction and it works fine.
Shortcodes work fine inside Text Block or Code Block, however for other elements, for example a button you’ll need to enable Debug Mode first. And once it’s enabled you should be able to see some shortcodes at the bottom of the Layout Builder, this is where you insert the shortcode for access restriction.
The generated pages of Ultimate Member works fine as well (Register, Login, Account, etc).
I hope this would help.
@Tia glad that you found a workaround.
Best regards,
Nikko
Hi there!
I am currently making a website for a venue. I am using enfold and I’m certainly loving it!
For the home page I need to show some upcoming events, I chose the portfolio grid combined with portfolio items to make the pages for the “events”. Doing so will safe me a lot of time in the future. Because of this I have done alot of custom CSS and it’s almost exactly as our designer wants it. I say almost for there is one last thing.
Is it possible to get a ticket button in the bottom right corner of each portfolio grid item? I have reffered to an earlier request of you guys: https://kriesi.at/support/topic/portfolio-grid-add-read-more-button/ . But sadly it seems like this code is outdated for me.
Cheers and thanks in advance!
Hi team,
i found this very cool solution on a homepage made with Enfold AVIA elements
How can i do this?
Best regards,
Alexander
Hello.
With the plugin WP Night Mode one can add wp-night-mode class to menu button, however that is not working.
By searching I can see that you have no official support for dark-mode but then there got to be support for plugins.
Dark-mode is really popular today and our websites will not be state of the art if your themes does not support it.
Help us out please. Using Enfold Child.
Hi flipstar99,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive #top .col2-set .col-1 {
display: block;
min-height: 355px;
}
#top form.login, #top form.register {
min-height: 330px;
}
.woocommerce .login .button {
margin: 10px;
}
.woocommerce .login .lost_password {
top: 0em;
float: left;
width: 100%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Bruno,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.slideshow_align_caption {
vertical-align: bottom;
}
#top #wrap_all .avia-slideshow-button {
width: 70vw;
}
The element in question is not a button, it is a full-width slider caption :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
I’ve tried following the steps here:
https://kriesi.at/support/topic/add-new-or-custom-social-icon/
but still can not get my Tripadvisor icon to show in social profiles. It only appears as a pencil icon.
I’ve added this code to my functions.php file:
function avia_add_custom_icon($icons) {
$icons[‘icon_name’] = array( ‘font’ =>’tripadvisor’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Tripadvisor’] = ‘Tripadvisor’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
I also uploaded the font using the Iconfont Manager.
Login info below. Thanks for all of your help!
Hi GriffinGraffix,
Sure, what I meant with fetching old css is for example in the style.css of your child theme you recently added some css code however when you view you didn’t see its effect, the first thing you can do is check view page source then find the link in style.css: https://purrproject.com/wp-content/themes/enfold-child/style.css?ver=4.6.1
Browsers often stores css/js files in the cache, and when you check on it the css code you added isn’t showing in there, the solution for this is busting css cache or you can clear your browser cache.
If the recently added code is showing but isn’t working on your site, you can try to inspect element and see what css is overriding it.
As for the generated css file from Enfold overriding your custom styling, it’s because of the order and the only way ensure that your code won’t be overridden is to put more weight on your selectors. For example you have this code:
.avia-button {
font-weight: bold;
}
and this gets overriden, you can instead replace it with:
#top .avia-button {
font-weight: bold;
}
For more information on this you can check for CSS Specificity: https://www.w3schools.com/css/css_specificity.asp
Best regards,
Nikko
Hi there, do you have a list of plugins that are automatically downloaded with the Enfold theme? I am asking because I have many plugins on my website and would like to delete most of them. I am worried that by deleting a certain plugin I might be impacting how Enfold works. Can you please confirm if any of the following plugins came with the Enfold theme?
Advanced Excerpt
Classic Editor
Connections
Forget About Shortcode Buttons
Youtube Channel Gallery
Hi,
in my WooCommerce shop the buttons for “add to cart” resp. “choose version” are currently black with blue colors for the text. These colors I would like to change:
– background
– background on hover
– text
– text on hover
I know WooComm is referring to the settings within the enfold panel, but I did not find a way to adjust this for the shop buttons only.
Your help is highly appreciated – thx a lot in advance & best regards Tilman
Hi Victoria,
Thank you for the reaction but this is an external plugin for the WhatsApp social buttons.
Let me explain it again, the Enfold template where the theme settings are there is a function by the theme itself to add the Whatsapp icon into the Menu.
This setting can be found in Header > Extra Elements.
Header Social Icons
Choose if and where to display social icons. You can define the icons at Social Profiles
The word “Social Profiles” is clickable which goes to Social Profiles settings in the theme settings.
In the Dropdown there is the item “WhatsApp” then on the right you can add your number for the Whatsapp.
The same works for the other items in the dropdown example Facebook and on the right facebook.com/kriesi
So tell me why do I have to install the plugin in the article even tho there is an option in Enfold itself? Doesn’t this just have to work or maybe there is a bug in the theme that just an update can resolve this? And why did you tell me a few reactions back that I didn’t add my number on the right way? And now you tell me to read the article which advises me to install an extern plugin and modify the whole thing. And on your first reaction, you send me to another thread which has nothing to do with my issue here.
Maybe one of your colleagues can help me?
Thank you.
-
This reply was modified 6 years, 3 months ago by
peruwan.
Hi,
I encounter a lot of errors when using the Modern Events Calendar plugin on the Enfold theme.
All of the “Add” buttons on this plugin do not function etc…. How does this come? Is there a way to fix these problems with this theme?
Also, Modern Events Calendar wrote you guys a message on August 28, 2019 at 10:45 pm (see link in Private Content).
I would certainly advise you to integrate this plugin into your themes. It’s a very powerful plugin with a lot of advanced features.
Do you have any updates regarding their request to cooperate with you?
Whether you would integrate this plugin or not, is there a way you can help me out?
If not, I will have to use another theme that is compatible with this plugin. But I hope I don’t have to because I like working with the Enfold theme.
Awaiting your reply!
Best regards,
Dave
-
This topic was modified 6 years, 3 months ago by
avrisar.
Hello,
I already used that way, but it doesn’t work as expected.
Screenshot: https://drive.google.com/open?id=1rSdHgSFVyoLeS7M2rVktTAf0Qfr8W0ma
I used this shortcode to make the button in header:
[av_button label='ORDER NOW' link='manually,#' link_target='' size='medium' position='right' label_display='' title_attr='' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='' id='' custom_class='' admin_preview_bg='']
I used the CSS shown in this page: https://kriesi.at/documentation/enfold/example-of-menu-left-widget-right-logo-right/#toggle-id-2
Probably I need to change the CSS, but i don’t now which code.
Hope you can help,
Thank you
Hi Ismael, thank you for the response.
The problem is I can’t use the Layer Slider anymore, I can’t create new slider, It brought me back after I clicked the add slider button. Please try it using the temporary access I created for kriesi support. There is javascript errors (codemirror) if you see through console windows when access the Layer Slider.
I’m using Enfold theme 4.6.3 right now.
Best regards,
Rudy
-
This reply was modified 6 years, 4 months ago by
rsingga. Reason: typo
Enfold 4.6.3, WP 5.2.4
Since this update, when I create a post with classic editor it displays in full on category page, as expected. If I use Visual Editor to create the post, all I get is a Read More button on the category page. How can I control this so to get the full post to display?
If this is due to a setting that I am just not seeing, please advise. Thanks.
-
This topic was modified 6 years, 4 months ago by
riktweed.
Hi,
I am using The events Calendar. It is possible to combine this with their plugin Event Tickets to sell or RSVP tickets of an event. It works fine when using another theme but with Enfold the ‘buy now’ or ‘RSVP’ buttons and forms are not visible.
See: https://www.congresarchitect.com/event/bordeaux-wijnfestival-juni-2020/?tickets_process=#buy-tickets
I presume it’s because of the Enfold overrides of the Events Calendar but I would really like it if the buy buttons etc. are visible.
What to do?
Thanks in advance,
Ariane
Hey NoraGTS,
Please refer to the following:
You would likely need to add the login script to a text widget after Step 5.
Best regards,
Jordan Shannon
Good evening.
I installed the child theme of enfold on my client site as described.
I need the buttons to have a rounded edge and so I entered this css in the quick css section:
body div .avia-button {border-radius: 30px; border: none! important; }
I noticed, however, that I don’t take the change.
The question arises spontaneously: but with a child theme can the rapid css be used? How do I set the custom css on a child theme?
Thanks to all in advance
best regard’s
Mino
Dear enfold support, my site is experiencing technical difficulties every time i try to follow your “https://kriesi.at/documentation/enfold/button/” Every time i try it breaks my website tottaly, and says (Your site is experiencing technical difficulties” And then i have to call my domain supplier one.com, to restore my site. And start over again?
Please help me this is S.O.S, how can i make the “toggle a section when a button is clicked” to work?
Im following every single step, but still it does not work! HELP HELP HELP!
I have another website called Smartpowerwear.com, and it works perfectly on that site. But it wont work on my second website “rydendahlforlag.dk”, even trough i try to look after what i have done on smartpowerwear.com, it still dont work no matter what i dont work. Please find the solution to make it work. Thanks a lot in advance,
Best regards Jonas Rydendahl.
Hi,
Sorry for the delay. You have the option to use the Masonry or the Blog Posts elements to display products in a page. The Masonry element contains an option where you can display sort buttons that filter items by category, but the layout would be different compare to the default product grid and users won’t be able to add any products to the cart.
Now, if you want to disable the sidebar globally and only enable it for the Shop page, go to the Enfold > Sidebar Settings and toggle the settings accordingly, then edit the Shop page and set the Layout > Sidebar Settings to have a left or right sidebar.
Best regards,
Ismael