Hey Charlie Nicholls,
I included a DropBox link below to the final version below from 2018, v4.4, which is no longer supported.
Please note that at the time it worked with PHP v7.1, so it probably will not work with PHP v8
it was also compatible with WooCommerce v3.3.0, so it probably will not work with the latest WooCommerce.
Also, note that you will need to use WordPress v4.9.9, we closed support for it before WordPress v5 because we didn’t find it practical to update it for v5.
In order to use the Replete theme you will be open to many risks, I would recommend starting to work on a new updated site with Enfold, you will need to set aside some time to manually recreate the site, as there is no migration option.
Best regards,
Mike
Hi,
Please add the css code above to the Enfold Theme Options ▸ General Styling ▸ Quick CSS field.
If you still find trouble with this please include an admin login in the Private Content area so we can help.
Best regards,
Mike
Hi,
Glad Rikard 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,
An easier way to update your version of Enfold, instead of using FTP is to download the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
Mike
Bonjour,
J’ai suivi vos indications en activant à nouveau la dernière version et j’ai 3 erreurs (voir ci-dessous) qui apparaissent en sachant que j’ai déjà WP DEBUG avec la valeur FALSE…
Warning: Creating default object from empty value in /homepages/13/d621856167/htdocs/jetsaveurs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28
Warning: Cannot modify header information – headers already sent by (output started at /homepages/13/d621856167/htdocs/jetsaveurs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php:28) in /homepages/13/d621856167/htdocs/jetsaveurs/wp-includes/pluggable.php on line 1421
Warning: Cannot modify header information – headers already sent by (output started at /homepages/13/d621856167/htdocs/jetsaveurs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php:28) in /homepages/13/d621856167/htdocs/jetsaveurs/wp-includes/pluggable.php on line 1424
Pouvez-vous m’aider s’il vous plait, je vous donne un accès en privé, soyez très prudent s’il vous plaît le site doit impérativement resté fonctionnel pour mes clients.
Dans l’attente de votre retour,
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
After searching, I could not find an answer ….
Is there a way to center the text alignment for the widgets on the sidebar(s) – I’m using a right sidebar, and I see there is Left and Right, but no center. If I use a slider, it compensates for the block automatically, but a Enfold widget doesn’t seem to allow it.
Thanks!
entypo fontello ist der Font Icon Set den Enfold nutzt. All diese netten kleinen Symbole. Da es von deinem Server gehostet ist – also nicht über Dritte werden auch keinerlei daten eingeholt oder versandt. Somit ist das rechtlich o.k.
Bei Loom : ich nehme an, du nutzt den Browser Chrome denn: “loom” ist eine Erweiterung für den Chrome-Browser.
Glaube das ist ein Screencapture AddOn für den Chrome Browser.
Seit Ihr Euch sicher, dass die auch über Enfold eingeladen werden? Einige Google Ads kommen auch gerne mit eigenen Schriften daher. Google Maps, Google Analytics etc. pp.
Ausserdem könnte auch im Advanced Layerslider in den Advanced Settings die Google Font Unterstützung aktiviert sein.
Frage : habt Ihr denn auch diese ( Sonderzeichen der ) Schriften mit heruntergeladen bei Google?
Befindet sich eines der beiden Snippets in eurer child-theme functions.php:
// etwas neueres Snippet mittels filter
function my_output_google_webfonts_script( $activate ){
return false;
}
add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );
-
This reply was modified 3 years, 3 months ago by
Yigit.
Hi @enfold!
Ich habe Google Fonts als ZIP-Datei hochgeladen und entsprechend unter hochgeladene Schriften eingebettet. Dennoch wird in Google Chrome fonts.googleapis.com angezeigt dass Open Sans geladen wird und zwar die Sprachen: /* cyrillic-ext */, /* greek-ext */, /* hebrew */ usw.
Wie kann ich das ändern?
Grüße aus Lauf
Michael F. Kraus
Hallo
ich habe
1. Ein Header mit Hintergrundbild darauf befindet sich ein Scroll down Link mit animierten Pfeil, den man ja super in Enfold einstellen kann. Aber nach die Breite unter 1024 px breite ist, springt der Pfeil aus dem Bild und geht immer weiter runter, um so kleiner der Bildschirm in der Breite wird. Bekomme es nicht hin das er wieder höher geht, also näher am Bild.
2. Habe ich einen Text und Button im Hintergrundbild, das ich so eingestellt habe das, wenn es unter 673 px ist, ausgeblendet ist und das sich eine neue Section einblendet, wo sich dann Text und Button befindet. Aber auch hier viel zu weiter Abstand nach oben, auch da bekomme ich es nicht mit CSS hin, dass es weiter oben steht.
Kann mir jemand helfen? Ich sitze schon Stunden daran und es klappt einfach nicht.
Hey markusroesslersugabeet,
Thanks for your question, when you use the Gutenberg editor the Enfold Advanced Layout Builder options will not apply, so you will only be able to use the options offered by the Gutenberg editor.
The Advanced Layout Builder will not edit the “archive/” , “category/” or “tag/” lists.
If you want to change category page layout to blog single big style, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
function avia_change_category_blog_layout($layout, $context){
if($context == 'archive') $layout = 'single-big';
return $layout;
}
to do the same for the tag page, also add this to your child theme functions.php:
add_filter('avf_blog_style','avia_change_tag_blog_layout', 10, 2);
function avia_change_tag_blog_layout($layout, $context){
if($context == 'tag') $layout = 'single-big';
return $layout;
}
Best regards,
Mike
Hi
ich hatte eigentlich gedacht das Problem mit den Fonts sei gelöst, aber im Config-Template-Builder von Enfold werden noch Schriften geladen wie folgender Pfad beweisst z.B. themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts >entypo-fontello.wolff2
Kann man das auch abschalten? Genauso wie cdn.loom.com die ist auch noch zu sehen. Rechtlich muss das raus, kann jemand helfen?
Das andere hat alles geklappt, nach dem ich die Fonts hochgeladen habe und die Fonts auch die neuen Fonts beim allgemeinen Styling eingestellt habe.
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
For Google Enhanced Conversion Tracking, we need to include a script with the sender’s email address on the contact form thank you page. Is there any way to forward the data from the form to the thank you page to read it and insert it into the script?
We have received the following script from Google. Can this be used together with the Enfold contact form?
<script>
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
‘event’: ‘form_complete’,
‘enhanced_conversion_data’: {
“email”: „ (Email address hidden if logged out) “
}
});
</script>
Thx for your support.
Regard, Mike
Hi,
Thanks for the update.
An update appeared after installing and configuring the Envato Markets plugin. After running the update, the entire website was no longer accessible. Reason. The update has changed the name of the main theme (!!) The Envato Markets plugin is therefore unfortunately not convincing in its present form and from my point of view it does more harm than good. Error message in private content.
We haven’t had any other users reporting this problem, and I haven’t seen it on any of our test sites either. Are you sure that your theme folder was named “enfold” before the update?
Regards,
Rikard
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
Hey Ryan,
I went to Enfold theme options > Advanced Styling and edited “Menu Item Button”.
Please review your website :)
Cheers!
Yigit
I’ve tried, they did suggest me added several lines of code into function.php but it didn’t work, I’ll chase again.
I found some more unusual behaviors:
If user hover at the category title, it does not shows the title name but shows strange code
Example page: http://dir81.otherfish.net/directory-dirtest2/categories/restaurant/
screenshot:
http://dir81.otherfish.net/wp-content/uploads/2022/08/dir-hover-category-title.png
and, the title should link to the category page it self, but it actually links to the first list of the category, in the case above: http://dir81.otherfish.net/directory-listing/329/
Also the WordPress default ‘Edit’ is not link to the category, but to the Edit of first list of the category, screenshot to explain: http://dir81.otherfish.net/wp-content/uploads/2022/08/dir-edit-button-category.png
If I switch to any other theme, it works fine, but when I using Enfold, it become conflict somehow….
Regards,
Vincent
Hi tsays,
Try using WP Super Cache or W3 Total Cache.
As for the issue, it does not happen on my wordpress install, also you can see this in our demo for example in Enfold 2017 – https://kriesi.at/themes/enfold-2017/elements/color-section/ which uses 0.7 in overlay. However since it does persist on your site, then please check if your hosting has a built-in caching, it might be preventing the changes you made from appearing instantly.
Best regards,
Nikko
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
.avia-animate-admin-preview.av-rotateIn, .avia_transform .avia_start_delayed_animation.av-rotateIn,
.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon,
.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon {
animation: none !important;
}
.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon,
.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
Cheers!
Yigit
Hi Vincent,
Thanks for contacting us!
I added following code to Enfold theme options > General Styling > Quick CSS field to remove house icons from menu and title bar
#top #avia-menu .drts-fas,
#top .title_container .drts-fas {
display: none !important;
}
However, I am not really sure why menu is different on Directory, Listing and Location pages even though the menu items have the same ID. Have you tried contacting plugin authors to see if they had experienced such issue before and if so, have a solution or pointers? :)
Best regards,
Yigit
Hey badoes,
I believe that this issue may be related to your other thread, where you are using an old version of Enfold and you should update. Please check.
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,
When I update Enfold to latest (rename old theme dir, extract new version to enfold dir), all seems to work fine, expect the footer.
The footer has lost its content.
Using a child theme.
Do I need to replace the footer.php in child theme?
regards
Hello,
When updating something in WP-admin, page, user, widget, and a like I het this error:
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/gebo.com/public_html/wp-includes/functions.php:5831) in /home/customer/www/gebo.com/public_html/wp-admin/includes/misc.php on line 1381
This happens with current Enfold Version and Latest.
WP is latest.
Any help is ofcourse appreciated.
Hi,
I’m seeing the same thing in both browsers, so it’s not working in either one of them. Please try to download the extra weights that you want here: https://fonts.google.com/specimen/Montserrat. Then upload them under Enfold->Import/Export, and set the new font in Advanced Styling as well.
Best regards,
Rikard