Hello,
in Enfold Advanced Styling menu I chose to edit H4 element. And then I used drop-down lists to choose a Font and its Weight:

I do not know where Enfold loads these fonts from. Custom font I really wanted was Franklin Gothic Heavy, but it was not in the list. Source Sans Pro seemed to be the most similar alternative so I picked it and then selected the weightest variant that was offered by the drop-down.
I tried to change Weight to 800, but nothing changes on my webpage, it still looks like it looks, no heavier weight. Strange.
Hi,
Thank you for the update.
Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. If it’s still not working, provide the login details in the private field.
Here’s how it looks like when we apply the modification directly to the browser.
View post on imgur.com
Best regards,
Ismael
Hi,
Did you upload the zip file in the Enfold > Import/Export > Iconfont Manager?
— https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Please enable the Appearance > Theme File Editor so we can check the modification in the functions.php file.
Best regards,
Ismael
Hi,
Sorry for the late response. According to the documentation, File and OEmbed fields are not yet supported. You may need to implement a custom solution to extract the values of these fields for your custom layout. Here is the list of supported ACF fields.
— https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/#acf-advanced-custom-fields-support
Best regards,
Ismael
I cloned the existing site to create a staging site but it seems that the theme is not recognised.
Could you take a look please support?
Apologies if this is a really basic question. I’m not a web developer nor am I an expert in WordPress or Enfold. That said, I’m hoping that there might be some suggestions or guidance available to help me understand how to integrate HivePress directory plugins so they work with the Enfold theme.
HivePress has some nice themes but I really would like to wrap it in Enfold so I can keep a consistent page look, feel, and function.
If I’m better off employing someone who knows WP and Enfold, I’m happy to chat with them!
Appreciate any thoughts!
Rick the newbie…
-
This topic was modified 1 year ago by
rickchamberlain. Reason: added info regarding WP and Enfold resources
I have recently updated our website (WordPress, Enfold theme), now this page
uses three slideshows. They work fine on PCs, but are not displayed from an Android browser with less width. This mainly affects smartphones and in case tablets. I have not made any settings in the slideshow that it should not be displayed on mobile devices. What could be the reason? Thank you.
I have checked couple of lazy loading seetings (based on https://kriesi.at/support/topic/slide-show-volle-breite-wird-auf-mobilen-geraten-nicht-angezeigt/), but could not find a solution so far.
Hi,
and the email addresses:

perhaps your email is in the spam folder, or it is being marked as spame and the server is deleting it. Try using a email address from your domain and set your site to use SMTP for sending emails with a login and password instead of using the default WP php mail.
See this plugin: WP Mail SMTP
Best regards,
Mike
Hi,
On some pages, we would like to add code in a codeblock. This for a booking system we use.
Code works on other website (with different theme) but not on Enfold. Can you help me out on this?
This is the code:
<style>
.bootstrap .player-selection-ul li.player-selection-li{
padding: 6px 15px;
line-height: 1;
}
</style>
<link href="https://nl.escapeall.com/Content/API/styles.css" rel="stylesheet">
<link href="https://nl.escapeall.com/CustomCss/fun-thrills.css" rel="stylesheet">
<script type="text/javascript">
function updatePlayersOptions(element) {
var jThis = ea_jQuery(element);
const selectedLanes = parseInt(jThis.find('option:selected').data('quantity')) || 0;
const maxPlayers = selectedLanes * 6;
jThis.closest(".alert-reservation-added").find('.extra-options-row-2 option').each(function () {
const playerCount = parseInt(ea_jQuery(this).val()) || 0;
if (playerCount > maxPlayers) {
ea_jQuery(this).prop('disabled', true).hide();
} else {
ea_jQuery(this).prop('disabled', false).show();
}
});
}
$(document).ready(function() {
$.getScript("https://nl.escapeall.com/Scripts/API/all.js", function (data, textStatus, jqxhr) {
GetBookingCalendra('#BookingId', {
ServiceId: ['23fa314b-449e-4881-9b8d-3674fa6bdeab'],
lang: 'nl',
Template: 9,
QuantitySelectionAsPlayers: true,
FirstWeekDay: 'Monday',
InitialQuantity: 1,
successReservationSelected: function (reserv) {
console.log('hello');
},
success: function () {
ea_jQuery('.choose-player-panel h4').text('Aantal banen');
ea_jQuery('.service-time-selection-panel h4').text('Tijd en Prijs');
ea_jQuery('.player-selection-ul li[data-quantity="1"]').html('1<br/><small>1-6 spelers</small>');
ea_jQuery('.player-selection-ul li[data-quantity="2"]').html('2<br/><small>2-12 spelers</small>');
ea_jQuery('.player-selection-ul li[data-quantity="3"]').html('3<br/><small>3-18 spelers</small>');
ea_jQuery('.player-selection-ul li[data-quantity="4"]').html('4<br/><small>4-24 spelers</small>');
ea_jQuery('.service-time-selection-panel h4').text(' Activiteit en tijd');
ea_jQuery(document).on('change', '.multiple-reservation-price', function (e) {
updatePlayersOptions(this);
});
},
successReservationSelected: function (toBeAppended) {
updatePlayersOptions(ea_jQuery(".multiple-reservation-price", toBeAppended));
}
});
});
});
</script>
<div id="BookingId"></div>
<div class="escapeall">Booking System powered by: <a href="https://nl.escapeall.com/">Escape<span>All</span></a></div>
Hello
we are testing recent updates in our staging site. We notice wrong logo dimension in thank you for your order email.
WordPress version: 6.7.2
WooCommerce 9.7.1
Enfold 7.1
Please see attachments
Thank you
Mauro
Here’s a file to one of the elements /enfold/cards.php
https://pastebin.com/sAGgw77A
This is the mast functions.php
https://pastebin.com/sAGgw77A
Hi,
Thanks for your feedback and glad we could solve the problem.
Enjoy the theme and have a great day.
Feel free to come back when you need further assistance – simply open a new topic.
Best regards,
Günter
PS. If you can spare a few minutes please leave a positive review at our product page https://themeforest.net/item/enfold-responsive-multipurpose-theme/reviews/4519990
thanks in advance.
Thank you for your help.
Unfortunately, the problem also occurs for me from version 7.0 onwards, even without a child theme.
I have made a short video demonstrating the issue:
(see private content)
Audio files can be selected and rearranged, but after adding them, the playlist remains empty in the settings window.
Best regards,
Mischa
—
Enfold 7.1 (with and without Child-Theme)
WordPress 6.7.2
Web server Apache
PHP version 8.2.28
Browsers: Firefox 128.8.0esr, Chrome 134.0.6998.118, Safari 18.3
Console-Error-Message:
avia-builder.js?ver=6.7.2-7.1
Uncaught TypeError: update_html.indexOf is not a function
at HTMLDivElement.<anonymous> (avia-builder.js?ver=6.7.2-7.1:2324:27)
at ce.each (jquery.min.js?ver=3.7.1:2:3129)
at e.<computed>.each (jquery.min.js?ver=3.7.1:2:1594)
at $.AviaBuilder.update_builder_html (avia-builder.js?ver=6.7.2-7.1:2251:23)
at avia-media.js?ver=7.1:553:36
at m.I (underscore.min.js?ver=1.13.7:2:9610)
at n.map (backbone.min.js?ver=1.6.0:2:1129)
at h.Collection.<anonymous> (avia-media.js?ver=7.1:413:24)
at p (backbone.min.js?ver=1.6.0:2:3700)
at f (backbone.min.js?ver=1.6.0:2:3497)
PS:
I have created a temporary fix for the avia-builder.js from line 2324.
// Put this in avia-builder.js at line 2324:
$(this).each(function() {
// Check if update_html is a string or an array before using indexOf
if (typeof update_html === 'string' || Array.isArray(update_html)) {
if (update_html.indexOf('avia_builder_') !== -1) {
// code to process the update ...
if( update_html.indexOf( '###avia64###:' ) !== -1 ) {
// encode base64 string
update_html = update_html.replace( '###avia64###:', '' );
update_html = atob( update_html );
}
}
} else {
// Handle the case where update_html is not a string or array
console.error('update_html is not a string or array:', update_html);
}
});
-
This reply was modified 1 year ago by
Mischa.
Hi,
Thanks for the update, we’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 the update, we’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 the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
I cannot get the staging site, which is a sub-domain of the licenced domain, to accept the enfold token.
How can I get it to accept the token?
Please see info in Private Content
Hey Erwin Hölzler,
Thank you for the inquiry.
The site contains a very old version of the theme, 4.2.6. You will need to download the latest version (7.0) from your ThemeForest account and upload it to your server via FTP. Please check the documentation below for more info:
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hi!
Thank you for the inquiry.
You can download the fontello zip file from the following thread and follow the instructions in order to add the new social icon in the list: https://kriesi.at/support/topic/setting-up-two-new-social-profiles-under-enfold-7-1/#post-1479658
Best regards,
Ismael
Hello,
I am trying to use “Enfold — Advanced styling” to set H4 custom settings. I changed font, size etc. It works except Font Weight. I set 900, which means “very heavy”, but on my webpage it is definitely not that weight. Can you help, please?
Im Textblock wird der gesamte Text als Link angezeigt und verzweigt auf einen zufälligen Beitrag. Das ist vermutlich seit dem neuesten Update von enfold so. Das war vorher nicht. Es passiert auch nur auf dieser Seite bei diesem einen Textfeld. Ich habe alles durchsucht und nirgends (auch nicht im HTML Code) einen Link gefunden. Es ist die Textbeschreibung von Heinz Grill, ganz unten rechts auf der Webseite. Der Text soll einfach nur als Text angezeigt werden. Ich habe alles mögliche probiert, sogar das Textfeld noch einmal neu erstellt und es passiert wieder. Keine Ahnung warum. Den Cache Speicher habe ich auch mehrfach geleert. Ich weiß keinen Rat mehr.
Unterstützung bitte auf Deutsch. Vielen Dank.
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Great, I’m glad that we could help. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the clarification. Enfold doesn’t remove any image data on updates, are you sure that the images were not edited by someone? I checked the Image element on a test installation, and the copyright information works as expected in the latest version.
Best regards,
Rikard
Hey agentur2c,
Please try the following in Quick CSS under Enfold->General Styling:
li#menu-item-214 a {
padding: 0 13px 0 0;
}
Best regards,
Rikard
Hey meganp46,
Thanks for reporting this and sorry for the problems.
Please replace
..\enfold\config-events-calendar\config.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_7_1/config-events-calendar/config.php
Do not forget to make a copy of the original file for a fallback and clear server and browser cache.
If you need help with this let us know.
Fix will be added to next release 7.1.1.
Best regards,
Günter
Hey wlashack,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-22982 div.main_color {
background-color: #000;
}
Best regards,
Rikard
Good Morning I am trying to center the top socket phone info area. I have the code in there and I’ve tried several different things and I cannot seem to get it to corporate. Can you please help me? Details in the private link area.
Erwin HölzlerGuest
Ich benötige Ihre Hilfe. Ich habe eine Enfold Lizenz für die Seite http://www.agentur-verlag.de . Jetzt haben wir die Seite auf agentur-verlag.com umgezogen. Teile von Enfold sind noch im Backend von WordPress vorhanden. Beispielsweise kann ich den Inhalt einer Seite sehen. Wenn ich versuche zu ändern, geht das aber nicht mehr. Was kann ich tun Was muss ich tun. Anmerkung: Ich habe mehrere Enfold-Lizenzen, sie laufen eventuell unter meine-persoenlichkeit.de
Vielen Dank im Voraus für Ihre Hilfe
Erwin Hölzler
Mail: erwin@hoelzler,de