Hi,
Thanks for the login, I have added Guenni007‘s shortcode function to your child theme functions.php
function social_bookmarks_shortcode() {
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
$social = avia_social_media_icons($social_args, false);
return $social;
}
add_shortcode('social-bookmarks', 'social_bookmarks_shortcode');
and the css to your quick css
#footer .widget ul.social_bookmarks {
display: inline-flex;
gap: 0px 10px;
}
#footer .widget ul.social_bookmarks li {
border: none
}
and now they show in your footer widget where you had added the shortcode [social-bookmarks]

Please clear your browser cache and check.
Best regards,
Mike
Hi,
Thanks for the login, I checked your LayerSlider on Windows in Chrome, Firefox, & Edge and they all seem to be aligned correctly, what browser are you using?

Best regards,
Mike
Stefano CastelliGuest
Hi, i noticed that in many many many WP websites using enfold, yesterday has suddenly appeared a message in contact forms using enfold’s recaptcha v2 to validate submissions. all these forms are now disabled (the submit button won’t show), and the message is (translated from italian) “this contact form is deactivated because the user has refused to accept the google recaptcha service, which is necessary to validate messages sent from the form.”. i tried in one of my websites, and i cna confirm is a theme problem: i deactivated all pluigns, i have WP 6.1.1, and the latest 5.4 enfold release. i also checked my recaptcha setup ion google, and they are ok. just check the error message in google and you’ll find plenty of websites, ALL of them are using enfold (i checked 10) https://www.google.com/search?q=errore+questo+modulo+di+contatto+%C3%A8+disattivato+perch%C3%A9+l%E2%80%99utente+ha+rifiutato+di+accettare+il+servizio+google+recaptcha%2C+necessario+per+convalidare+i+messaggi+inviati+dal+modulo.&oq=&aqs=chrome.4.69i59i450l8.103074j0j1&sourceid=chrome&ie=UTF-8
Hi Lene,
I have changed the color in the top bar, in Enfold > Advanced Styling > Small bar above Main Menu > font color
As for the bold headings, it is caused by All Headings (H1-H6) in Advanced Styling which has font-weight set to light and text transform to uppercase, I have removed it and it fixed the issue. Basically settings at the bottom have higher priority than those at the top (in Advanced Styling).
Best regards,
Nikko
Hi,
since enfold version 5.4 and PHP 8.0.27 or 8.1.15 the text in the Google reCaptcha V2 version is only output in English. No matter what language is set in the browser. Below is the complete iframe. Our key is made unrecognizable with an x
<div><iframe title="reCAPTCHA" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=xxxxxxxxxxxxxxxxxxxxxxxxx&co=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&hl=en&v=tNAc29ZZrpcOCErva2nr4BS9&theme=light&size=normal&cb=6c3b77hgxlr9" role="presentation" name="a-6benibceywwt" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" width="304" height="78" frameborder="0"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div>
You can see the en behind hl=
We tested this in 3 other sites. All pages start with <html lang=”de-DE”
And the V2 recaPtcha shows I’m not a robot / Privacy and Terms instead of “Ich bin kein Roboter” and Datenschutzerklärung-Nutzungsbedingungen
Regards
Hey 0_o,
When I check your page it looks like you don’t have Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression enabled and it looks like you are not using a caching plugin, ThinkJarvis wrote some good tips for using WP-Rocket here. We also have a great article here that may help.
Best regards,
Mike
Hi,
Thanks for the login, I commented out your css:
.iconbox_content_container.smaller-dots-2 ul {
line-height: 1.4em;
}
.smaller-dots-2 ul li::before {
content: "\2022";
padding-right: 10px;
color: #949faf;
}
.entry-content-wrapper .smaller-dots-2 li {
margin-left: 0;
text-indent: -1.1em;
}
and added this css:
.iconbox_content_container.smaller-dots-2 ul {
line-height: 1.4em;
}
.smaller-dots-2 ul li:before {
content: "\2022";
color: #949faf;
list-style: disc inside;
float: left;
position: absolute;
left: 8px;
}
.smaller-dots-2 ul li {
list-style: none;
padding-left: 16px;
}

please clear your browser cache and check.
Best regards,
Mike
Hi,
Glad Ismael could 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,
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
Hi,
Glad Nikko was 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,
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. There is no cost involved, you can simply upload the theme on your new site. I would recommend that you register your theme license though, if you haven’t done so already: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi,
Thanks for the update, 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,
If you do not need the WP block editor (= Gutenberg) Enfold has an integrated option to disable it without the need of any plugin:
Theme Options Enfold -> Theme Options tab -> Select Your Editor at bottom.
And if you want to switch depending on page/post you edit you can also do that with
add_theme_support( 'avia_gutenberg_post_type_support' );
This adds additional options on options page and links to open a page/post
Best regards,
Günter
Good morning, is there any way to set the tabsection tab image via shortcode by pointing to the image url directly? I noticed that enfold uses tab_image=”###” where ### is a number (I think generated based on the loaded resource), I was wondering if it would be possible to put the url directly. I tried adding the attribute style=”background-image:url(…);” but it doesn’t work…
Thanks in advance!
Hi mediaapps,
Please go to Enfold > Advanced Styling > select < blockquote > (without space) and click Edit Element button.
Blockquote section should be added, just change the border color there.
Hope this helps :)
Best regards,
Nikko
Hi Franz,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi xeovision,
We are happy to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Oceans247,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.av-burger-overlay-bg {
opacity: 1;
}
Hope it helps.
Best regards,
Nikko
Hi Stefan,
Please add this code in your child theme’s functions.php file(at the bottom):
add_action('init', 'avia_deregister_portfolio', 5);
function avia_deregister_portfolio()
{
remove_action('init', 'portfolio_register');
}
If you aren’t using a child theme yet, you can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/ (make sure to import parent theme options).
Best regards,
Nikko
Yigit,
I’ve found the problem.
Even updated, the Disable Gutenberg plugin (2.8.1) makes the Avia Editor crash. Up to the Enfold team to see what the problem is.
Since, I use the Avia editor, I will disable it. I’m stuck with the Gutenberg Editor which is not a huge problem.
I can use now the 8.1.14 PHP version and won’t pay the extended support to my provider.
Best regards,
Michel
Hi,
Is it a specific setting in the plugin?
Can you disable different settings to isolate a certain one causing the conflict?
Try ensuring that the plugin is not forcing jQuery to load in the footer and check that Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer is not enabled.
Unfortunately, we don’t have any experience with this plugin.
Best regards,
Mike
Hello Ismael.
This may be Vimeo permissions, as some load and some do not. I am still investigating, but it seems that is the case, because Enfold is not changing the URL request.
You can close this.
Thank you.
Hi,
is there any possibility to disable or hide the automatically generated portfolio archive page (…/portfolio_entries/) within Enfold or do you know another solution?
Regards, Stefan
Hey koboldox,
You can change that under Enfold->Advanced Styling.
Best regards,
Rikard
Hi,
Thanks for that. The update to 5.4 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 use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
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.
Best regards,
Rikard
Hi,
You can do that under Enfold->General Styling->Typography.
Best regards,
Rikard
Hi Franz,
Please try the following in Quick CSS under Enfold->General Styling:
a:where(:not(.wp-element-button)) {
text-decoration: none;
}
Best regards,
Rikard