This reply has been marked as private.
When I click on a toggle item to open it, the page scrolls to top. This behavior does not show up with every toggle link. It shows with the standard behavior. If the behavior is set to “open all”, it works correctly.
What I’ve already tried:
– Standard enfold theme used
– All plugins deactivated
– Researched in the forum, but found no similar error
– Set the behavior (in toggler settings) to “open all”. With this setting, the toggle links working fine. But this is not a option in this case.
Think you should habe a deeper look. Therefore you will find login credientials in private content
Hi,
I have exactly the same issue, guess it is not a proble of @honighut and his theme or server.
and when you search the forum, there are several people having this server error message when trying to import theme settings file as @honighut and I.
Hi Ismael,
Yes I was expecting the 2 characters words to be working in the AJAX settings – is that not possible?
And not the “Higlight terms in results” – that should be on the results page.
The file compression settings are already disabled?
This is what the SearchWP support team says:
“the problem you are having is that the form submission (which is controlled by Enfold) is not being triggered due to too few characters being entered.
Enfold needs to be configured to submit the live search for 2 characters as it does for 3 characters. Once that submission is triggered the customization you included in your last update will be applied and perform the search using SearchWP.
> I also tried to check the “Highlight terms in results” in the advanced tap, but doesn’t seem to work aswell. Is that regarding the same issue?
This is somewhat related and would require additional customization to how Enfold returns the results to apply the highlighting. Their support team should be able to provide you with instructions on customizing that output and then once we know how to do that we can update that results template to apply SearchWP’s highlighting. We should solve the issue with the 2 character search first and then we can try to integrate highlighting once we hear back from the Enfold support team as to how we can customize that results template”.
Thanks in advance.
Best regards Sheila
Hi,
Thank you for the inquiry.
Try to use this css code to hide the search icon on mobile view.
.astm-search-menu.is-menu.full-width-menu.av-active-burger-items {
display: none !important;
}
Make sure to add the code inside the css media query for smaller screens. You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css code.
Best regards,
Ismael
Hi,
I still need help – we want the lightbox images to have fullsize once clicked on the preview.
I’ve searched for that and found some snippets to add to the functions.php, but that doesnt work:
add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' );
function enfold_customization_change_popup_size( $size ) {
return 'full';
}
as well as
function change_lightbox_size() {
return "full";
}
add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);
and
function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta){
$link = wp_get_attachment_image_src($attachment->ID, "full");
return $link;
}
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
Are these deprecated or why aren’t they working?
Regards
-
This reply was modified 4 years, 5 months ago by
emilconsor. Reason: Specification
Hi, I use the “enfold photography” Demo as the base of a website: test.santner.ch. Unfortunately I don’t get the search field in the main menu working. I activate “Fügt Suchsymbol zum Menü hinzu” in the Enfold Theme Options under Main Menu. But it does not appear. Am I missing something? Or should I use a widget instead?
Thanks! Guido
Hi Ismael,
Is this still valid for 2021 version of Enfolds 4.8.6
I have implemented the code in the Child theme functions.php file
Added custom field “product_video” to the product
Pasted in Youtube Watch url
Updated product
Enfold Child > Theme Options > Shop Options > Product Gallery = Default enfold product gallery (and not the WooCommerce 3.0 product Gallery)
A quick multi-file test search of enfolds theme does not reveal the use of the function woocommerce_single_product_image_html
The Enfolds Gallery uses these two functions
avia_woocommerce_thumbnail OR avia_woocommerce_gallery_first_thumbnail
Hoping you can help update this code so that the filter works with Default enfold product gallery
I’d also like the Video as the fist item in the product gallery.
Yes I can achieve this using WooCommerce 3.0 product Gallery and a plugin – YITH WooCommerce Featured Audio and Video Content Premium
However, I would really like to work out a solution using “Default enfold product gallery”
Are their any specific hooks or filters to achieve this?
Hi Shari,
Please try the following in Quick CSS under Enfold->General Styling:
#search-5 #searchform>div {
height: 37px;
}
Best regards,
Rikard
Hey Telmore,
Thank you for the inquiry.
I have checked the boxes “Remove minimum word length” and “Highlight terms in results”,
These options will only work in the default search form, but not in the AJAX search. Is that what you are expecting?
I changed the value, but still doesn’t seem to work. See screenshot: https://test.telman.dk/wp-content/uploads/2021/07/screenshot.png
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after editing the file. And please make sure to purge the cache before testing the search again.
Best regards,
Ismael
Hey Hans,
Thank you for your patience, you can manually edit the Advanced Layout Builder shortcode by Enabling Avia Layout Builder Debugger
this will add an additional field below the Advanced Layout Builder where you can edit the shortcode

You can copy all of this code to a plain text editor such as VS Code and edit by search & replace and then paste back into the debugger field and save.
Best regards,
Mike
Hi,
Thank you for your patience and for the link to your site, you are seeing this because something is changing your page title from the default “Search Results for…” to “1” I believe this is probably a conflict with a plugin, please try disabling all of your plugins and checking again. I can not reproduce this on a new install with Enfold.
Best regards,
Mike
Hi
I have added SearchWP and inserted the snippet as you recommend here: https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search
It seems like the integration is not working as intended. In the SearchWP advanced setting I have checked the boxes “Remove minimum word length” and “Highlight terms in results”, but none of them seems to be working. I have contacted the SearchWP support and they recommended reaching out to you for enable, as the SearchWP does not control that search form.
I tried to look in your support forums and found this: https://kriesi.at/support/topic/searchwp-with-enfold/
I changed the value, but still doesn’t seem to work. See screenshot: https://test.telman.dk/wp-content/uploads/2021/07/screenshot.png
Thanks.
Hi,
We tried to change the filters in the plugin and it seems to be working as it should. Items are displayed after the search. Unfortunately, we do not provide support for third party plugins as stated on our support policy. You may need to contact the plugin developer for additional assistance.
After the theme update, please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache.
Best regards,
Ismael
Hi,
Sorry about that. We had to modify the functions-enfold.php file and add the $post as one of the parameters of the avf_ajax_search_excerpt filter to make the original or unmodified excerpt available.
$excerpt = apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ","...", true, '', true), $post );
The filter or the function avf_ajax_search_excerpt_allow is now working as it should. We will forward the issue to our channel.
Best regards,
Ismael
Hi.
I’ve tried adding the code to my function file from here https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search. However, it always throws a critical error on my site. I even tried copying it from here, too
https://gist.github.com/jchristopher/7a4926bd6035fbf06689df2d7a2a72f3
I searched the support forum, but couldn’t find anyone else with a similar issue. Any direction would be appreciated!
thnx!
Hi There,
My anchor links stopped working for some reason.
I searched the forum and can not figure it out…
I just updated today to the newest version of WordPress and Enfold.
Can you please take a look for me?
Thanks!
Best Regards, Annelies
Hi,
Thanks for the feedback, I looked into this further and I didn’t find this specifically mentioned in WP Post Formats but I did find this article describing the first video being used as the featured image. But when I test on a new install with the default theme Twenty Twenty-One it doesn’t work, yet with Twenty Nineteen it does work. So it’s not clear if this is a default feature, but my research finds this is not a feature in the Enfold elements, so I will submit this to the dev team for review as a feature request and recommend for now that you add your featured image to your posts and use the Layout ▸ Featured Image option on the post to disable the image from showing along with your video.

Best regards,
Mike
Hello,
I updated to Enfold 4.8.4 yesterday. I’m noticing that the popup search calendar in my events listing, which allows searching from a certain date when one clicks in the “Events From” box, is partially hidden by the main page heading. It used to be visible in “front” of the main page heading. As it is now, it’s unusable. Example here:
Event Page
Screenshot below.
I’d appreciate ideas for a fix. Thanks! Lance

Hey saludesencial,
Enfold does work with LearnDash, I don’t have experience with BuddyBoss but from my research, it looks like BuddyBoss is meant to be used with their themes in order for the full integration with LearnDash to work correctly, it looks like anything else is called Custom BuddyPress Development on their site, so I would lean towards BuddyBoss not working well with Enfold, but you would have to try it to be sure.
Best regards,
Mike
Hey jifei,
It’s not possible to edit that page using the Enfold Layout Builder unfortunately. This might help you out though: https://aspengrovestudios.com/how-to-customize-password-protected-pages/. If not, then you can try searching online for “edit WordPress password page” for example.
Best regards,
Rikard
Hey Sabine,
Thank you for your patience and the link to your page, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field to make the player button have a gold background when it is not playing and currently can’t be seen:
button#sound-frame {
background: #ca994f !important;
}
I have not investigated plugins for background music before so I can’t recommend any, please check the WordPress repository to see if any will fill your needs. Google suggests this one.
For your icon list next to your contact form try this Quick CSS:
#kontakt > div > div > div > div > div:nth-child(1) > div > div.avia-icon-list-container > ul {
padding-left: 80px;
}
it should line up under your image.
To add your own Fontello icons please see this documentation. If this doesn’t help then please create a test page and explain which element you want to use the custom icon for and include admin login in the Private Content area.
Best regards,
Mike
Hello,
I remember that once, when you clicked on the search icon, the pointer was already in the text field. Now I have to click inside
I see that in the Enfold demo autofocus is working correctly
How can restore it?
Thank you Mauro
@kommo
Thanks. Quite a bit went in to this one from an optimisation perspective for looks and speed.
The above the fold section is an ALB color section with background image. I have set a minimum height depending on the image requirements for each screen size (Either 350px or 600px). I then applied a custom class and custom ID to each to set the height depending on the screen size. This removes issued with CLS in Google Web Vitals because the sizes are explicitly stated early.
If you view source in Google Chrome you can see the code added as critical CSS into the header. I used wp_head to add code directly into the header from functions.php.
Most of the mods come from a performance perspective:
The logo and srcset images are pre-loaded so the logo is available as early as possible.
Self hosting fonts and Adding font preload manually from functions.php just like the other critical CSS. This prevents Font Swap (Flicker) from occuring as the fonts are available right away.
To improve LCP and FCP scores you can either pre-load the background color section image in the same way as the fonts so it is available right away or add critical css in the way that I have – serving a different image size per screen size.
I use critical CSS on Burden Basket because of the minimum height applied to the ALB colour section.
To ensure the images look right on all screen sizes I have used media queries to load a different banner image per screen size on every page.
I have enfold setup to have mobile break points at 989px instead of 767px. I do this in the Enfold control panel and every column element on every page .
As the page scales down (if you resize the browser window) I have used media queries to change the menu font size and padding so that it works on screens all the way down to 989px. You can adjust the mobile breakpoint if required to lets say 1024px (for ipads) with some custom CSS. If you search the forum you’ll find this one.
Although most sites read Left to Right from a mobile design perspective – Put the first image on the left – This will mean users see picture content first in the same way people are familliar with on social media. Its good UX design to do it this way but looks a little unusual on desktops. You could always set two images and hide the first one on desktops if you prefer them the other way around on different platforms.
I hope this helps.
Dear Richard,
Thank you for the hint with the sharing through cloud. I have created a folder “Enfold Support” and uploaded two print screens.
https://drive.google.com/drive/folders/1NFAgkuQElvuQf1EL4nF5VSWXuZCLfK1x?usp=sharing
Following again the description.
From the website http://www.ecofit.fun (not live yet) I want to include internal and external links. The external links work fine as I need to copy the URL from another page. The problem I face is on internal links. This is supposed to be very simple, but I don’t achieve it. There is a search text field, but whatever letter or word I enter, I does not show any result. And obviously the search words are common on my site. I have viewed several tutorials and these always show many results from which they can select. But in my case, nothing. Following the two problems.
1. Internal Link for Text (see picture)
I mark the text I want to link “Your devotion is fitness?”. Then I click on the “Link” button and a window opens as in picture. Then I search for fitness (probably 10x on my website), but “No results found”. I tried without letter, with single letters and several words, but no result.
2. Internal Link for Button (see picture)
If I want to set a link for a button. I open the button where I find the section “Link Settings”. There are then many options as “Set Manually” and or under Single entry Taxonomy overview page for Category, Post Tag, Post Format, Portfolio Entries, from a drop-down menu. I don’t understand the meaning of them so I tried all of them. Below this drop-down menu der is an empty text box without name. I assumed that this is search function, but no.
Internal link setting must be a very easy task, but I don’t see what is wrong and how I could achieve it. I hope you can help me as this is extremely important for SEO, so it must work.
Kind regards,
Daniel
@justin
The menu design for Burden Basket used a combination of features from the Enfold Documentation.
Sorry for the late reply.
I used a combination of settings from the Enfold Documentation.
The logo layout is set to Logo Center, Menu Below
The logo is then re-positioned to the left using Quick CSS
Custom Widget added to header
The widget is then re-positioned to the right with Quick CSS
Bonus Points
If you add a search widget into the customer widget area – the Ajax dropdowns still work because it is within the header area. Great for Ecommerce sites.
Justified Menu (equal spaced menu)
Colours and menu break point adjusted with Quick CSS.
Hope this helps. It took a bit of fiddling but I have a simillar design running on most of my ecommerce sites becuase it makes them look and function more like a typical ecommerce site.
I am in the process of upgrading a client’s neglected website from a much earlier version of Enfold to the newest version.
The export/import process was messy and didn’t fully work, so I have spent a great deal of time fixing things up to their former glory. This has worked well, except for one last element which I can not make work. That is…
The page background images.
I can see where these are located in both the old version of Enfold and in the new version. However, the new version does not seem to have settings for size or position.
If I edit the shortcode itself, the image simply disappears.
Here is a visual of the old version, just to be clear about what is happening:

The blue abstract image is what we are looking at.
The best I can do, using the color section’s background editing settings is this:

Note the small and mis-positioned image at top centre.
(Note that the main landing page is intended to have one background image and all the other pages to have a different one.)
Is this a common complaint? I could not find anything using the forum search tools.
Seeking your best advice.
Kenneth
Hi Hejanni,
1. This would require using a child theme, if you don’t have one yet then please download it at https://kriesi.at/documentation/enfold/child-theme/ and read the instructions on the documentation.
Then go to wp-content > themes > enfold > includes folder then copy loop-search.php, then go to the child theme, then create a folder and name it includes inside it paste the copied file.
Edit the file and find this code (it should be in line 105 in Enfold 4.8.3):
echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>';
below it, paste this code:
if (get_the_post_thumbnail( $the_id )) {
the_post_thumbnail( $the_id );
}
2. Can you give us temporary access? the maintenance mode keeps appearing and prevents us from seeing the search results. I tried to check this on my local server but I don’t see this happening.
Best regards,
Nikko
Hi everyone and thank you in advance for the help.
I’m trying to make a sliding gallery like this https://www.takesadamatsutani.com/objects
with three images that can slide with arrows and a text on the bottom.
Someone knows if with enfold is possible to do it?
I tried to search on the forum but I couldn’t find anything.
Thank you