Hi,
Please see our documentation for: How to add Custom Social Icons to Enfold options.
Best regards,
Mike
Hey Anton,
Thank you for the inquiry.
Adding this css code should remove the space below the video.
.su-youtube.su-u-responsive-media-yes {
margin-bottom: 0;
}
The double button on the official site is not available by default, but here is the markup in case you want to use it on your own site.
HTML:
<div class="avia-double-buttons "><a href="https://site.at/themes/enfold-overview/" class="avia-double-button avia-double-button-1">View Demos</a><span class="button_or">or</span><a href="https://1.site.market/" class="avia-double-button avia-double-button-2">Purchase Now</a></div>
CSS:
#top .avia-double-button {
letter-spacing: 1px;
padding: 13px 20px;
text-transform: uppercase;
font-size: 13px;
text-align: center;
min-width: 175px;
display: inline-block;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
border: 4px solid #fff;
text-decoration: none;
}
#top div .main_color .avia-double-button {
border-color: #e1e1e1;
background: #fcfcfc;
color: #222222;
}
#top #wrap_all .avia-slide-wrap .avia-double-button, #top #wrap_all .avia-hover-fx .avia-double-button {
background: #000;
background: rgba(0,0,0,0.2);
border-color: #fff;
color: #fff;
padding-bottom: 11px;
text-decoration: none;
}
#top .avia-double-button-2 {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-left: none;
}
#top .avia-double-button-1 {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-right-width: 2px;
}
.avia-double-buttons {
margin-top: 30px;
text-align: center;
position: relative;
}
#top .button_or {
position: absolute;
display: block;
height: 26px;
line-height: 21px;
width: 26px;
text-align: center;
top: 50%;
left: 50%;
margin: -13px 0 0 -14px;
background: #fff;
color: #666;
border-radius: 100px;
font-size: 10px;
border: 2px solid #FFF;
font-style: italic;
font-weight: 600;
z-index: 11;
}
Best regards,
Ismael
Hi,
Thanks for the login, I tested both of your custom buttons:

and they both show the add more button option:

so I added more buttons and saved your page:

please check, if you still are unable to add buttons then please try the login you posted for us.
Best regards,
Mike
Hi,
On mobile there is not enough room for the buttons next to the logo, so they will need to be smaller and under the logo.
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 430px) {
.responsive #top #header #header_main .inner-container .widget {
order: 3;
flex-basis: 100%;
}
.responsive #top #header #header_main .inner-container .widget .avia-button.avia-size-medium {
padding: 12px 5px 10px;
font-size: 12px;
min-width: 60px;
}
.responsive #top #header #header_main .inner-container .widget>div {
padding: 0;
}
.responsive #top #header #header_main .inner-container .widget>div>div {
text-align: center;
}
}
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
In all my other themes, the blog page only shows excerpts of blog posts with a more… button/link to the full aritcle.
How can I do this in Enfold?
Any help appreciated
Kerry
Hi,
Thank you for the link to your site, the issue was in your widget there was a “pre” & “code” tag, probably from were you copied the code from.

I removed it for you and now your header buttons are correct

please clear your browser cache and check.
Best regards,
Mike
Hi,
Thank you for the inquiry.
You can use the following filter to add a new social icon into the list.
// https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
However, as the LINE icon isn’t included by default, you’ll need to retrieve an SVG version of the icon and convert it to a font icon using Fontello. Afterward, you can upload it to the theme using the Iconfont Manager. Please refer to the documentation below for detailed instructions.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
// https://vimeo.com/75743285
Best regards,
Ismael
Hi joandjaxx,
To make it extra large, replace avia-size-large with avia-size-x-large
For color, replace avia-color-purple with my-custom-color (or name it however you like)
Then go to Enfold > General Styling > Quick CSS:
#top .avia-button.my-custom-color {
background-color: #333;
color: #fff;
}
Just adjust the colors as you see fit (color is for text color).
Hope this helps.
Best regards,
Nikko
RomanGuest
Hallo,
bin seit Jahren ein begeisterter Enfold User, also gleich mal vorweg – tolle Arbeit, weiter so!
Ich bin schon vor längerer Zeit auf einen nervigen Bug gestoßen, den ich mit einem komplizierten Workaround gefixed habe. Heute habe ich durch Zufall etwas entdeckt, das ich mit euch teilen will:
Wenn ich ein Masonry als “Custom Element Template” anlege und alle gleich bleibendene Werte sperre, dann verschwindet der “Mehr Laden”-Button immer nach dem ersten Klick auf ihn, egal ob noch Elemente vorhanden wären, oder nicht.
Heute entdeckt:
Das Problem tritt nur auf, wenn der Wert “Beitragsnummern” gesperrt ist (Stil -> Paginierung).
Sobald dieser Wert entsperrt wird funzt alles wie gewünscht und der Button kann gedrückt werden, bis alles geladen ist.
Das soll, vermute ich mal, nicht so sein :)
LG, Roman
Hey sharynt3,
Please see this tutorial for making the team member element a popup.
In this thread Guenni007 offers another solution using a image, text & button to simulate a team member popup and has a working example that you can try.
Best regards,
Mike
HI, I would I stylize the Calendly “Book now” text pop up on my homepage to look like an enfold styled button? Right now the text is kinda plane….
-
This topic was modified 2 years, 3 months ago by
joandjaxx.
Hi
I can’t seem to get button row working in Custom Elements. Tried to create from start, and also tried to make a Custom Element from existing button row, it’s wanna make one button? Can’t add any or nothing. Tried one several enfold installation with samme output.
MelissaGuest
Hi Enfold Team,
We see that you have lots of themes. As a beginner of using WordPress theme, we will be much appreciated if you can give us some advice or suggestions about which Enfold theme will be most suitable for my B2B business? Also we’d like that theme can meet our requirements that have a button which can post some articles and the purchasing functions. Thanks again in advance! Looking forward to you soon.
Best Regards,
Melissa from UPP
Hi,
we´ve recently run into a conflict with the plugin Foo Bookings. It appears to be a conflict with Enfold because when I switched themes on advice of the plugin developer, the problem was resolved. I also tried deactivating all our usual plugins to make sure there was no conflict here, but this had no effect.
With Foo Bookings you can add dates to a product so that the customer can choose his prefered date on the frontend of the product page. Foo has recently added a pop up window to this function in the backend: To add new dates you click on the button “Add dates” and then the pop up is displayed. Unfortunately the window is all greyed out and it isn´t possible to enter any data. You have to click on escape to make the window disappear again. When I switched to the theme WP 2024 the pop up window was no longer greyed out.
I´d be really grateful if you could take a look at this and give me some advice.
Thanks a lot in advance.
Best regards,
Sara
This is all very confusing. So, I bought the enfold theme at themeforest.net. They send me to envato.com to connect the theme to my wordpress site. But I have to have an account here to get questions answered. Have I got that right? Three different logins for one theme.
Here’s my question, The connection between my site and envato says that my enfold theme is up to date, version 5.0, I come here and see that it’s actually up to version 5.6.9. How do I update to the latest version on my website?
With other themes all I have to do is click an update button. I see no such thing for this one, so how to I make this happen?
Thanks,
Dee
(Email address hidden if logged out)
James CarterGuest
Hello
I am considering buying the Enfold theme to build a WordPress website. But after searching the Internet I see users of this theme are having problems with the theme.
As early as May 2023 a user of the theme said he pulled up his site and pages on the site were missing on his site. And a web designer also said he had pages and buttons missing when he went to design a website page. Sounds like there is a problem with the page builder that is built into the theme.
Can you tell me if the problem with the page builder been fixed. It is now December 9, 2023. I really don’t want problems with the page builder. I understand it’s older technology and according to Theme Forest ithe theme has been updated recently.
Thank You for your time.
Hey smarta-brett,
Please try the following in Quick CSS under Enfold->General Styling:
.home .avia-slideshow-button {
display: table;
margin: 0 auto;
margin-top: 20px;
}
Best regards,
Rikard
-
This reply was modified 2 years, 3 months ago by
Rikard.
Hey Angelo,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#top .avia-button .avia_button_icon, #top .avia-button .avia_iconbox_title {
vertical-align: middle;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Please find the link below to import the 2017 demo slider into your LayerSlider using the import button:

Best regards,
Mike
hi,
it works fine other themes, i works fine when i deactivate the layout editor.
so it is clearly an issue in enfold, right?
other user have problems to:
bis dann, marco.
hello,
if i layout a product with the advanced layout editor the button from the plugin
request a quote is not visible. when i switch to the standard editor all is fine.
there some topics about this and it is an enfold problem, but no one posted a fix.
can you help, please?
bis dann, marco.
-
This topic was modified 2 years, 3 months ago by
netztaucher.
Hi
We made a new website with Enfold and WPML and now we have some problems or things that we do not understand.
The first thing is that sometimes we have “av_button: label” and av_button: link” and sometimes we have only “av_button: label” in the translation editor.
The second thing is that for example the job description of a team member can have new lines in the original language but not in the translation.
See screenshots in the private content section.
Thanks very much.
Best regards
Mike
Hi,
From what I see the “button” that is added in your portfolio grid is a link that has been added in the footer with a custom class of “x”:

this is not typical, usually the footer is empty:

so this is probably some custom code to add this link and create the button, and since you are losing this customization when you update the site it would point to a possible core file that has been customized instead of this code in your child theme, or perhaps the code needs to be adjusted to work correctly.
Please post the custom function that creates this button so we can test it on our test sites. I looked in your child theme but couldn’t find anything that would do this.
Best regards,
Mike
Yes, I do and thank you. Unfortunately the touch event seems to get caught behind delayed actions no matter what I exclude.
#top .dropdown_widget .buttons .button.checkout
#top .dropdown_widget .buttons .button
.woocommerce-mini-cart__buttons
a.button.wc-forward
a.button.wc-forward:hover
.woocommerce-page .button
#sv-rbadge-box
#searchform
#searchsubmit
.avia-search-tooltip
.inner-toolip
.minus
.plus
.rating_container
.woocommerce-product-gallery
.header_color .avia-tt
#top #searchform(.*)
.avia-search-tooltip #searchform(.*)
#top .avia-font-entypo-fontello
.header_color .av_ajax_search_image
.header_color .av_ajax_search_title
.header_color .ajax_search_excerpt
(.*).av_ajax_search_entry(.*)
.ajax_search_response (.*)
(.*).av_ajax_search_title
(.*).ajax_search_excerpt
(.*).av_ajax_search_image
.header_color h4
(.*).av_ajax_search_content
.main_menu
.menu-item-avia-special
.av-hamburger
.av-hamburger-box
.av-hamburger-inner
.av-burger-overlay
.av-burger-overlay-scroll
.av-burger-overlay-inner
.av-active-burger-items
.av-burger-overlay-active
.av-burger-overlay-active-delayed
.av-hamburger--spin
.av-js-hamburger
.avia_hidden_link_text
.av-burger-menu-main
#av-burger-menu-ul
#avia-menu
.av-width-submenu
.current_page_item
.current-menu-item
.avia-menu
.av-main-nav-wrap
.menu
.av-main-nav
.sub-menu
.av-burger-overlay-bg
.inner-container
#header_main
\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\?(.*))?( |'|"|>)
/dynamic_avia/avia-footer-scripts-(.*).js
/enfold/js/avia-snippet-hamburger-menu.min.js
/enfold/js/avia.js
/enfold/js/shortcodes.js
/enfold/js/avia-compat.js
/enfold/js/(.*).js
/enfold/js/aviapopup/(.*).js
/enfold/config-templatebuilder/avia-shortcodes/
/wp-content/plugins/woocommerce-germanized/(.*)
var avia_is_mobile
It is a very common problem and I don´t know what the issue is but it seems that the burger-menu calls to some other function that still does get delayed.
Hey Chrisxx1982,
Thank you for your patience and the screenshots.
1: please link to this page as I couldn’t find the purple color on my Android device, you are using Android correct?
2: Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #menu-item-shop .av-cart-counter {
background-color: red;
color: #ffffff;
}
3: try this css:
#top #main div.woocommerce-error a.button, #top #main div.woocommerce-message a.button {
background: red;
}
4: for the links on this one page only in the text element, try this css:
#top.home .avia_textblock strong a {
color: red;
}
5: try this css:
#top ul.products li .price,
#top p.price {
color: #000 !important;
}
Please adjust the colors to suit, after applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Sure if you wish, if it helps try these steps, if you see this Verify domain ownership via DNS record

and you added custom nameserver DNS URLs where you bought your domain from, like NameCheap.com

which points to your webhost with a cPanel, you can go to Zone Editor

then click “add record” ▸ “add TXT record”

then add the domain name like the other TXT records (without https) and paste the google code:

and wait a few minutes and the click “verify” on the google Verify domain ownership popup:

I had to wait about ten minutes and check three times on my test site, but this I got the success message:

then you can go to URL Inspection see the Request Indexing button which you can use to get Google to re-crawl and re-index your URL.
But you might have to wait a day before doing this, as I found that with a new account and domain google shows the message Processing data, please check again in a day or so

But at least you got the ball rolling, in the future you will find the Google Search Console to be very helpful.
Best regards,
Mike
Hey schweg33,
Thank you for the inquiry.
Are you trying to edit the password protected page? If so, try to add this filter in the functions.php file and add your own modifications.
function avf_custom_password_form()
{
global $post;
$label = 'pwbox-' . ( empty( $post->ID ) ? rand() : $post->ID );
$output = '
<div class="boldgrid-section">
<div class="container">
<div class="av-more-info">More info here</div>
<form action="' . esc_url( site_url( 'wp-login.php?action=postpass', 'login_post' ) ) . '" class="form-inline post-password-form" method="post">
<p>' . __( 'This content is password protected. This is a custom message. To view it please enter your password below:' ) . '</p>
<label for="' . $label . '">' . __( 'Password:' ) . ' <input name="post_password" id="' . $label . '" type="password" size="20" class="form-control" /></label><button type="submit" name="Submit" class="button-primary">' . esc_attr_x( 'Enter', 'post password form' ) . '</button>
</form>
</div>
</div>';
return $output;
}
add_filter('the_password_form', 'avf_custom_password_form', 99);
If you want to add a slider, try setting the builder to debug mode so that you can extract the shortcode of a builder element from one of your pages.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
Ismael