Hey bellwetherroofing,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3427 #av_section_1 input.button {
background-color: red;
}
Best regards,
Rikard
Dear Support,
I would like to show or hide fields in your contact form based on the selection in a dropdown field on that form.
Is that possible with Enfold itself, or do I need to license a form plugin like formidable forms?
Is there a workaround like pressing a button to call contact form A, another button contact form B etc?
Thanks in advance!
Best regards
Uwe
Hi,
Cookie bar buttons and the popup use the language of your WordPress installation. The translation is missing for the “When refusing all cookies this site might not be able to work as expected.” in German language files so it uses the default English text.
To update the text, please go to the Enfold theme options > Privacy and Cookies > Cookie Handling, scroll down, enable the Show Advanced Options option, and change the text in the Refuse Cookie Warning area ( https://imgur.com/a/YcmOlMr ).
Regards,
Yigit
-
This reply was modified 1 year ago by
Yigit.
Its not about the Button-Text, its about the popup-box taht occurs when user is declining to set cookies. PLease have alook at teh text I posted. Teh WordPress runs in German , but the translation within Enfold doesn’t work propperly. Some things in teh backend are still in english, also system messages like the mentioned popup…
Where can I change that specific text I quoted?
Hey slikslok,
The language will follow your WordPress language settings, and the button texts can be changed under Enfold->Privacy and Cookies->Cookie Handling.
Best regards,
Rikard
Hello,
despite my settings in WooCommerce to allow customers to create an account during checkout, I only see option to log in as existing customer (or to continue as guest) and the option/button to sign up is missing.
Could this be influenced by a conflict/customization by Enfold?
A note, I am using a [woocommerce_checkout] on checkout page, as I had literally zero control over the default checkoutpage.
Thanks for support,
Jakub
Hi,
I have installed Enfold on 2 websites with 2 licenses, each using the Enfold Parallax template as a basis. In the 1st installation the elements on the homepage do not stretch apart (services, buttons, etc.), in the 2nd installation everything stretches apart and there are huge holes between the individual elements. I have compared both installations several times in the options, and I cannot see any difference in the settings. Can anyone help me? The elements in the 2nd installation should move in the same way as in the 1st installation.
Hey Gianluca,
Please try the following in Quick CSS under Enfold->General Styling:
button.single_add_to_cart_button, .single-product ul.cart_dropdown {
display: none;
}
Best regards,
Rikard
Amanda StansfieldGuest
Hi there,
I have a couple of issues:
1. Iam having a problem with the button option not styling. Below is what was suggested and it’s not working.
Have you tried temporarily disabling the Enfold > Performance > File Compression settings? Also, please make sure to clear the cache before checking for any changes.
2. My developer is no longer working as a developer and has left me without access to the purchase code. In my previous 2 emails I have sent you the proof of purchase and how he purchased enfold before designing my website. Please see below the response you sent which I do not have access to. I need to be able to receive support. Are you able to access the purchase by the developer to help me: This is the information I have from him:
valid Envato private token: FikXNC5k1UNFv30ctB5FCMZyhvGVnRpG
Your username: Dependablewp
Your E-Mail: (Email address hidden if logged out)
To register on the forum, you’ll need the purchase code. Please ask the previous developer for this information so that you can register on the forum.
Hey Amanda,
Thank you for the inquiry.
I am having a problem with the button option not styling.
Have you tried temporarily disabling the Enfold > Performance > File Compression settings? Also, please make sure to clear the cache before checking for any changes.
To register on the forum, you’ll need the purchase code. Please ask the previous developer for this information so that you can register on the forum.
Best regards,
Ismael
AmandaGuest
Hi there, Below is my previous message. Edit to share my web developer is no longer in business and has refused to give me the token for me to register with you directly. On the back I end I see the below info that he registered my site on WordPress with before building it with enfold.
my web developer is no longer in business, he has told me I need to contact you directly for support now. EEK.
When I log into WordPress, I can see the information regarding the purchase of Enfold and have shared in in the private content area below.
Can you please help me register so I have you for support please?
I am having a problem with the button option not styling. I can change the wordage on it, but styling and advanced is no longer active and I cannot set it’s location or link to another page. Please advise.
maybe it is just the fact that the new WP 6.7 switches back to block editor as standard.
Goto Enfold – Theme Options – Select your Editor : and switch back to classic Editor.
or is the problem that you want to use the block editor – but had no enfold elements anymore?
By the way. I can see the button at the top to activate the advanced layout editor – but the active click area is only on the half right. (as if only this part of the standard editor button area is active)
It is that field on the left that overlaps the Enfold button.

______________
not necessary:
it starts with ALB editor even in Block Editor Mode if you got this in your child-theme functions.php:
function trigger_alb_on_load(){
?>
<script>
(function($){
$(window).on('load', function(){
setTimeout(function() {
$("#avia-builder-button").trigger('click');
}, 300);
});
})(jQuery);
</script>
<?php
}
add_action('admin_head-post-new.php', 'trigger_alb_on_load');
I’m trying to download the Agency Enfold demo paralax and when I click the install button in the demo menu it attempts to import but then i get a popup saying “download of files for demo Creative Studio Demo did not work! You might want to try reloading the page”.
I’ve reloaded the page……
Hi I have a question about Enfold accordeon. On mobile, while clicking one of the lower buttons, the page jumps back up all the way to the top. What do I do?
For clarification: this only happens when you get to the lower buttons of the accordeon.
Hey Peter,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #main a:hover:where(:not(.wp-element-button,.avia-button)) {
text-decoration: underline;
}
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,
It looks like you did not add the css above, or you have an error before the css above so it is not working correctly, nonetheless I tested it and found that some extra css is needed to line up the search in the header before and after scroll, this is the css I tested:
#top .header_color input[type='search'],
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
margin-top: -10px;
}
#top .header_color.header-scrolled input[type='search'],
#top .header_color.header-scrolled .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
margin-top: -49px;
padding: 0;
}
/* Fra Fibiosearch support 9 nov 2023. */
/* Overriding default Enfold code. */
.menu-item .dgwt-wcas-search-wrapp {
opacity: 1 !important;
display: block !important;
}
.dgwt-wcas-search-input {
margin-bottom: 0 !important;
}
.menu-item .dgwt-wcas-search-form {
margin-bottom: 0 !important;
}
/* Search field. */
#menu-item-3327 {
height: 90px;
display: flex;
align-items: center;
}
/* Search field. 6 nov Joachim. */
#top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select {
border: 1px solid lightgrey;
background: white;
}
/* Search button. 6 Nov Joachim. */
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
background-color: #f7f7f7;
color: #0f0f0f;
border-top: 1px solid lightgrey;
border-right: 1px solid lightgrey;
border-bottom: 1px solid lightgrey;
}
and this is the result before scroll:

this is after scroll:

Best regards,
Mike
Hey ibuzaev,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #main a:where(:not(.wp-element-button,.avia-button)) {
text-decoration: underline;
}
Best regards,
Mike
Hi,
Thank you for the update.
Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.
We can’t find any posts with the comment section. Please provide a direct link.
Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.
Try to modify the enfold\comments.php file and look for this code around line 180:
$default_heading = 'h3';
$args = array(
'heading' => $default_heading,
'extra_class' => ''
);
Best regards,
Ismael
Hey maartenrobben,
Please go to Enfold Theme Options > Transparency Options you might need to click the button to show the options:

Best regards,
Mike
Good morning,
I am having a problem with the articles on my site with Enfold Child,
When I share a post with the Facebook share button,
on the article:
https://kerry-han.fr/sonotherapie-et-entreprises-pour-les- Personnes-reaches-du-cancer/
The image is displayed in preparation for publication, but disappears once published.
Do you have a solution to fix this problem?
Sincerely.
Pour les français :
Bonjour à tous,
Je me permet aujourd’hui de créer un ticket car cela fait déjà un moment que j’ai finaliser la publication du site web d’un de mes clients et depuis, mon client à eu besoin de partager sur son compte Facebook un de ses articles grâce aux boutons de partages que j’ai intégré au site web. Cela fonctionnait correctement depuis quelques mois et depuis aujourd’hui, quand je partage via n’importe quel compte Facebook l’article en question, une image blanche s’affiche à la place de l’image intégrée à l’article partagé.
Quelq’un pourrait m’aider ou me donner une piste s’il vous plaît ?
Merci.
For English people :
Hello everyone,
I now allow myself to create a ticket because it has been a while since I finished publishing the website of one of my clients and since then, my client needed to share on his Facebook account one of his articles thanks to the sharing buttons that I integrated into the website. It worked properly for a few months and since today, when I share via any Facebook account the article in question, a white image is displayed instead of the image integrated into the shared article.
Can someone help me or give me a clue please?
Thank you.
Dear Rikard
i have now the child-theme moved in other folder. Without folder themes…
Now is main theme enfold…
Now can’t also in enfold come in the settings …. Blank page without setting options….
The main enfold is in this morning to the newest version updated….
What is here happened??
Can you help me fast?
I move my child theme back in themes folder. Than is my site style back… But without cookie buttons and settings options…
arrrrrgggg.
Regards strumpel
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.single-product .avia-buttonrow-wrap a {
width: 49% !important;
}
Best regards,
Rikard
Hi,
I removed the previse solution and edited your archive.php & tag.php and replaced this on line 63:
'custom_query'=> array('post__in' => $post_ids,'post_type' => get_post_types())
with this:
'custom_query' => array( 'post__in'=>$post_ids),'contents' => 'excerpt_read_more',);
for this result:

if you don’t like the button, change your blog style at Enfold Theme Options ▸ Blog Layout ▸ Blog Styling

For your tag.php I replaced line 117:
'custom_query' => array('post__in' => $post_ids,'post_type' => $key));
with:
'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=> $key ),'contents' => 'excerpt_read_more',);

Please note that since you are not using a Child Theme these customizations will be lost when you update next. So it is best if you copy these files to your child theme after you install it.
Best regards,
Mike
Dear Kriesi team,
I’ve got the following problem: I created a website using the Enfold Theme and a sidebar menu. There, I set some menu items as mega menu.
Now my problem is that on low resolution dispays I won’t see the whole menu as some menu items are shown below the screen’s edge. I want the menu to be sticky, but the menu items to be shown facing upwards from the menu button and not downwards. Is there a possibility to do so?
Thanks in advance!
Dear Enfold Team,
I created a color section with a full-screen (stretched to fit) background image (or Video).
The first background section displays correctly. But when I press the scroll down arrow the next section seems to be added to the (reduced) header and the down arrow is hiding below.
So the ‘next’ scroll down arrow key is not visible, only when you mouse-wheel down. Could you please help out, so we can see the scroll button on #av_section_2 / #av_section_3 / etc. ?
To get a better idea I attach the page and also give you access to the page.
Thanks,
Stefan
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
a.all_sort_button, .editorial-design_sort_sep {
display: none;
}
Best regards,
Rikard
Dear Enfold Team
I would love to have 3 icon elements in one row on mobile, instead of having them aligned vertically i would love to have them horizontally basically.
Also, i would love to have the width of that row to be the same more or less as the buttons on top. I will attach a screenshot of how it should look.
It’s the first element on mobile layout (home).
View post on imgur.com
Thank you so much for providing me any sort of help. I just renewed my support licence, thanks!
Cheers from Switzerland
Miro
Hi Mike,
Oh, this really helped now. Allowing cookies on Safari for iPhone and all the mentioned features are visible. Please accept my apologies, it seems I may have blocked cookies in the recent past and forgot about that. Appreciated.
On my desktop PC I am working with different browsers like Firefox, Opera, Microsoft Edge preferably in private mode. And since the last two updates the mentioned features are not working anymore on Firefox. So this is still not clear to me although I allow Firefox to set cookies.
So here’s the update:
Enfold Cookie-Disclaimer does not work on Firefox
Scroll to top button does not work on Firefox
Plugin Portfolio Filter Gallery does not work on Firefox
Plugin NextGEN Gallery does not work on Firefox
Many thanks & all the best!
Matthias
Hi,
Ok, I thought that you wrote:
This is what I found:
Enfold Cookie-Disclaimer does not work on Firefox and Safari
Scroll to top button does not work on Firefox and Safari
Plugin Portfolio Filter Gallery does not work on Firefox and Safari
Plugin NextGEN Gallery does not work on Firefox and Safari
Menue does not work on Safari
But when I check I don’t see an issue with these.
But note that Safari has changed their AD block settings to now block FB and other items, so you would need to manually disable this.
Also note that you typically need to accept the cookie settings for some elements to work like the NextGEN Gallery.
Best regards,
Mike
Hi,
Please try adding the following code to the Quick CSS field in the Enfold theme options > General Styling > Quick CSS:
#top .avia-fold-unfold-section .av-fold-unfold-container.folded::after {
z-index: -1;
}
#top .avia-fold-unfold-section .av-fold-button-wrapper {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, white));
padding-top: 20vh;
margin-top: -20vh;
}
If you’d like to see this implemented in Enfold, please feel free to request it at https://github.com/KriesiMedia/Enfold-Feature-Requests.
Regards,
Yigit