This reply has been marked as private.
Hi Mike
Just for your info. I managed to add templates through the link to standard-template right of a page on the enfold theme (as it was in the beginning). This option does not exist on the child theme. BUT: there is no: undo. You can create a template but not delete…
I aded you 3 screenschots from another WP page I’m working on. https://www.picdrop.com/buettner/JPdWMtQHhH
You may download the screenshots as I will deactivate the link within one week.
Now you know something new in enfold even you know probably everything.. :-)
greetings and many THANKS for your support.
Dominic
-
This reply was modified 1 year, 11 months ago by
dbuettner.
Hey Petra,
Could you try updating the theme to the latest version (5.7) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi there
My client has an old version of the Enfold theme (using Version 4.8.6.2.), however when I try and update it for them it breaks a few things on the site. I can see they have a customised header.php in their child theme with google tag manager scripts in there. They also seem to be using a plugin called “Tracking Code Manager ” and have 2 tracking codes setup with that – so I’m not sure where that injects itself. Can you please help.
Thank you
Natasha
did y’all re-disable the Enfold Child compression/merging? No problem if so, I just want to know if I need to turn it back on or not. My homepage performance (no videos) is suffering a bit. . . usually in the upper 90’s, now low 80’s. I can wait if y’all are testing though. Just let me know.
J
Hi,
I have seen in the documentation how you can add a single line of text with logo using code in function.php
Yes, that is correct. You can add a subtext to the logo using the avf_logo_final_output filter. Please refer to the documentation below for more info:
// https://kriesi.at/documentation/enfold/logo/#text-logo-with-subtext
Best regards,
Ismael
Hey 34oldcat29,
Thank you for the inquiry.
The post css file seems to be missing, which might be the reason why some elements are not rendering correctly. Please try toggling or temporarily disabling the Enfold > Performance > File Compression settings and then purge the cache. Let us know if this resolves the issue.
Best regards,
Ismael
Hey Aubin,
I recommend downloading the theme zip file from your Theme Forest account and extract it to your desktop, then find the file “functions-enfold.php” and use it to replace the one on your site via FTP or your webhost file manager.
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 ,
I made a mistake while trying to remove the default sorting in function “functions-enfold.php” .
My enfold page is broken.
How can I recovery it please ?
https://pagespeed.web.dev/analysis/https-gatehealing-com-counseling-austin-tx/ap2oii2fxu?form_factor=mobile
There are things on this that look like enabling Enfold’s compression/merging should fix. This is still just the mobile site. I don’t know if the “eliminate render blocking resources” is related to the mobile image thing or not . . . but it seems that this should not be a thing?
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#top div .av-dark-form input[type="text"], #top .av-custom-form-color .button {
border-width: 1px !important;
}
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 Peter,
You could try placing it in a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
Rikard
Hey Bogdan Scalco,
Thanks for the link, your client is using a old version of the theme v4.5.2, they should update to 5.7
To update your version of Enfold you will need to download the latest installable WP 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
Hi,
Try this css instead:
@media only screen and (max-width: 479px) {
#menu-item-shop .cart_dropdown_link {
padding: 0;
}
.responsive #top #menu-item-shop.cart_dropdown {
margin-left: -64px;
}
.responsive #top #header_main>.container .main_menu .av-main-nav>li>a {
padding: 0 0 0 10px;
}
.responsive #top #header_main > .container .main_menu .av-main-nav > li.av-burger-menu-main.menu-item-avia-special > a {
padding: 0 0 0 42px;
}
.logo img {
max-height: 70px !important;
}
}
for this result:

To show a open search bar you would need to add a header widget and then increase the size of your header. But since it would take up room on the mobile devices do you think that it would be used by most of your visitors, or would the current search icon work for the few people that might use it?

Best regards,
Mike
Bogdan ScalcoGuest
Hello,
One of the clients to whom I offer web hosting services, found that the theme he uses for his website has vulnerabilities.
Can you help us update this theme and in witch conditions?
scoala1sacele.ro
Thank you,
Bogdan Scalco
Hi slimMedia,
Please open a new thread and include a link to where we can see the elements in question.
Best regards,
Rikard
Hi,
Thanks for the clarification. Could you try updating the theme to the latest version (5.7) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi @Guenni007,
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_7/avia-shortcode-helpers/class-avia-slideshow.php
I modified the filter parameters (see line 973ff).
You can use this filter now like:
function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array() )
{
if( 'avia_slideshow' == $context )
{
// get class of slideshow
$slider_class = get_class( $extra_args[2] );
if( in_array( $slider_class, [ 'avia_sc_slider', 'avia_sc_slider_fullscreen', 'avia_sc_slider_full' ] ) )
{
$index = $extra_args [1];
// current slide in loop
$slide = $extra_args [3];
// get shortcode attributes of current slide
$attr = $slide['attr'];
// only change for first slide and when default
if( '' == $attr['heading_tag'] && 0 == $index )
{
$args['heading'] = 'h3';
}
}
}
return $args;
}
add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );
… only ever replace the “default setting” ….
It gives more flexibility e.g. if there is dynamic created content on the page (e.g. like in upcoming 6.0 with ACF fields and/or in custom layouts )
Best regards,
Günter
Dear Sirs,
Can you please advise the best way to achive this screen shot using enfold theme. We want to be able to use it on mobiles as well as desktops (responsive). I have looked at the support documentation but cant see answer where we are using multiple lines of text as in our design.
Many Thanks
Peter
Hi,
Been trying to locate css for adjusting the Grid Layout for Blog Posts module, for adjusting column spacing/gap and removal of round corners.
Could you be so kind to share the CSS to custom style it? Thank you so much!
Note:
Could not find above info on: https://kriesi.at/documentation/enfold/blog-post/
Best,
Frederik
-
This topic was modified 1 year, 11 months ago by
frb1.
-
This topic was modified 1 year, 11 months ago by
frb1.
-
This topic was modified 1 year, 11 months ago by
frb1.
Hi,
You are using a blog element on a page to show your bolg. you are not using a “template” you don’t need to remove the other “templates” and you don’t need to “add” templates.
The reason you page doesn’t show correctly is because to set the page as the default blog:

this is not the setting you want, I correct it for you:

I corrected your “template” error and now you page shows correctly.
Please remove your “templates” this is not the correct approach.
Best regards,
Mike
Hi Rikard,
The strange thing is that the environments are actually similar. The staging environment no. 43 is a relatively fresh copy of the live environment. Or to be precise: the moment I created the staging environment the widgets showed up here. BUT these are not clickable, as mentioned before. Can you confirm this?
Perhaps this helps:
On a previous staging, with the main difference that a previous version of Enfold (5.6.11) is installed, the widgets work as they should. I will add the url to the private content.
Best regards,
Arnout
Hi Kenji,
Thanks for reaching out to us. If you can’t access the account which was used to buy the license in question, then you would have to purchase a new license. Otherwise you will have this same problem every time you want to update or access the theme files. A license can be bought here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Once you have access to the theme files, then the update to 5.7 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 upload the theme as if it was new under Appearance->Themes->Add New Theme.
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.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
hi there,
i’ve had to specify a pixel width for the date of birth drop-down’s:
#top #input_10_3_1, #top #input_10_3_2, #top #input_10_3_3 {min-width:100px;}
they were set to:
#top .gform_wrapper input, #top .gform_wrapper select {margin-bottom: 0;min-width: auto;}
which causes them to collapse like so: https://share.cleanshot.com/lVTjRXMC
this seems to be something to do with enfold as the above is set in the gravity-mod.css file which sits in /wp-content/enfold/config-gravityforms
is this a known issue? can you help?
Kenji NaritaGuest
Hello!
My name is Kenji Narita and I work in web production in Japan.
I’m translating from Japanese to English, so I’m sorry if some sentences are difficult to understand.
A client consulted with me about not being able to update Enfold.
Enfold version: 4.5.4
Enfold Child Version: 1.0
It looks like this site was originally created by a different web production company.
Therefore, the production company was responsible for managing Enfold and logging into Envato Market.
However, I was advised that the production company had gone bankrupt and updates were no longer possible.
There was no update button on the WordPress theme screen, so I created an Envato Market account with my own address and tried to update it, but I couldn’t because there was no purchase history.
I haven’t been able to update since I can’t contact the production company.
In this case, do I have to purchase and update the theme for a fee?
Hey Manel Roig,
Thank you for the inquiry.
The license for the theme should not expire; only the support license does. You can still update the theme using the private token. Please refer to the documentation below for more information:
// https://kriesi.at/documentation/enfold/theme-update/
// https://kriesi.at/archives/the-complete-guide-to-updating-enfold
If you haven’t generated a private token yet, you can do so by following the instructions provided in the link below:
// https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Best regards,
Ismael
Manel RoigGuest
Hi, my Theme License has expired on December 16th, 2021.
My current, expired license key is: 3bbac9b1-ee8b-48af-9ea0-5b564bb8dd8c
How can I renovate the license, but not buy an Enfold template again?
Thanks
Hi,
These are the default template options:

the Default Template is the file template-builder.php and can not be removed.
To remove the other ones:
Archives
Blank – No Header, no Footer
LayerSlider Blank Template
Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function remove_layerslider_template( $templates, $theme, $post ) {
unset( $templates['layerslider-blank'] );
unset( $templates['template-archives.php'] );
unset( $templates['template-blank.php'] );
return $templates;
}
function adjust_template_filter() {
remove_filter( 'theme_page_templates', [ 'LayerSliderClass', 'add_templates' ], 10, 3 );
add_filter( 'theme_page_templates', 'remove_layerslider_template', 10, 3 );
}
add_action( 'init', 'adjust_template_filter' );
when you add this the meta box will not show in the backend because there is no choice to be made, the Default template will be used.
If you add your own template the meta box will then show, for example I created a file named my-template-blank.php with the Template Name: My Blank Template:

and now the meta box shows with this option:

If you also want to remove the LayerSlider blank template meta box:

Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function remove_layerslider_meta_box() {
remove_meta_box( 'ls-page-meta-box', 'post', 'side' );
remove_meta_box( 'ls-page-meta-box', 'page', 'side' );
}
add_action( 'add_meta_boxes', 'remove_layerslider_meta_box', 11 );
Best regards,
Mike