Hi,
For the search icon option please look at Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu

and for the menu option please under the menus

Best regards,
Mike
Anonymous
This reply has been marked as private.
Hi,
Title container; try this in Quick CSS:
.title_container .container {
max-width: 100%;
}
Search icon; deactivate the Append search icon to main menu option under Enfold->Main Menu.
Menu; make sure that the Automatically add new top-level pages to this menu option isn’t checked.
Best regards,
Rikard
Hey Cordell,
Thank you for the inquiry.
1-2.) The content of the first tab is at the very bottom of the container. You may need to set the tab section’s Layout > Content height to the second option (Auto adjust to content). And make sure that the Styling > Alignment > Vertical Align settings of each tab is set to Top or Middle.
3.) All videos worked correctly when we checked the page. Is this fixed? You may have set the Privacy & Cookies > Cookie Handling > Default Cookie Behavior settings to the third or fourth option, which disallow or block external scripts including videos on page load.
4.) Did you enable the Enfold > Performance > File Compression settings? Please try toggle or temporarily disable it, and make sure to purge the cache.
If you have any additional questions at this time we kindly ask that you open them up in separate threads. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
Hi,
We sell Enfold exclusively on ThemeForest/Envato and have to abide their rules. Almost all authors promised it prior to the changes but we do not make the rules unfortunately.
We prefer to provide support via this support forum. Tech support does not have to be direct email or a phone call. We usually reply to each thread within 24 hours however unfortunately, when forums are busy, response time may increase. As I mentioned, Enfold users were able to post questions on the forums, whether they have active support and or not. That was not fair and was causing business on the forums. By applying the rules we are going to make sure we provide support in more timely manner.
Again, renewing support is totally optional and our forums are still searchable.
Regards,
Yigit
Hi,
We have only marketed lifetime support before rules were changed by Envato. As soon as Envato announced the changes in support system, we have stopped marketing lifetime support. This rule is not a new one either but Enfold users were able to use the forums until recently.
Users who would not like to extend their support period are still able to search the forums.
Best regards,
Yigit
Hi,
We modified the themes > enfold > includes > loop-index.php file via the Appearance > Editor panel and replaced line 143.
//echo preview image
if( strpos( $blog_style, 'big' ) !== false || strpos( $blog_style, 'custom' ) !== false )
To increase the size of the logo on mobile, please add this code in the Quick CSS field.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive .logo img {
max-height: 150px;
}
.responsive #top .logo {
height: 150px !important;
}
.responsive #top #header_main>.container .main_menu .av-main-nav>li>a,
.responsive #top #wrap_all .av-logo-container {
height: 150px;
line-height: 150px;
}
.responsive #top #header .main_menu .social_bookmarks {
display: block;
position: relative;
margin-top: 20px;
}
}
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
Ursula PaulerGuest
Hi, I am already using enfold and I do have a support question. I searched all forums, but didn’t find an answer. Unfortunately I am not able to find a way to start a topic in the support section …? Thanks for help and kind regards, Ursula
Hey julhobart,
Please try the following in Quick CSS under Enfold->General Styling:
.search-results .post-title, .search-results .post-meta-infos {
color: #000;
}
Best regards,
Rikard
Hi,
Thank you for the inquiry.
You may need to add this css code inside the css media query to adjust the height of the mobile and search icon.
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
height: 50px;
line-height: 50px;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. And if you need further assistance, please do not hesitate to open another thread. We will close this one for now.
Have a nice day.
Best regards,
Ismael
Hi,
Thank you for your patience, the dark line below the nav is due to this css which I believe is in your customization:
@media only screen and (min-width: 1024px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 220px !important;
}
}
Try finding this and change to padding-top: 218px, if you can’tfind it then please disable all of your caching and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and we can check again.
Your second question seems to relate to the search form at the top of the header, for which this css is setting:
.search-form-input {
vertical-align: middle !important;
margin: 5px 10px 5px 0 !important;
padding: 10px !important;
background-color: #fff !important;
border: 1px solid #ddd !important;
}
If this is in your custom css then change the border color, if not it will be trickier because of the !important; try this:
#s_website.search-form-input,
#truthbook-search .search-form-input {
border: 1px solid #000 !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Our Woocommerce Search and Filter Widgets have stopped working on desktop and mobiles in landscape mode. They display in mobile in portrait mode.
I have spoken to Woocommerce support who have suggested it’s because of the full width setting we have in Enfold. The site has always been full width so I can’t figure out why this is happening now.


Hey Hejanni,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.template-search .post-entry {
height: 80px;
min-height: 80px;
}
}
Best regards,
Rikard
Dear Enfold,
CJ site linked below, I need to add a Plug-In. But the box for search plug-ins does not appear on the dashboard.
Can you help?
Richard
Hi jaroljmek,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top .jet-ajax-search__fields-holder {
align-items: flex-start;
}
Hope this helps. :)
Best regards,
Nikko
Hey,
we are using the tab section on our website. Unfortunately, there was no option to initially have all tabs closed.
I researched in the forum and found one thread that deals with this subject.
The suggestion was to edit the tab.php in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs and set the “$inital = 1;” to “= 0;”.
So I created a “shortcodes” file in my child theme and added this to my functions.php:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
But it didn’t work out. How can I close all Tabs.
Thanks in advance.
Kind regards
Hi,
The avia_ajax_search function is located in the functions-enfold.php file. By default, it is using the get_posts function to retrieve the posts.
/**
* @used_by Avia_Relevanssi 10
*
* @param string $function_name
* @param array $search_query
* @param array $search_parameters
* @param array $defaults
* @return string
*/
$query_function = apply_filters( 'avf_ajax_search_function', 'get_posts', $search_query, $search_parameters, $defaults );
You may need to use the avf_ajax_search_function in order adjust it to the function used by the plugin.
Best regards,
Ismael
To sitesme
I had this same issue and finally figured it out after a day of “Inspecting” and fiddling with the settings and custom CSS. I finally ended up searching all the code in the CSS folder for “100px” and found the cause. In the Enfold CSS folder you will find a file called shortcode.css … In the COLOR SECTION of that file you will find the following CSS class defined …
.avia-section{
clear:both;
width:100%;
float:left;
min-height:100px;
position: static; /*fixes a glitch with bg image not displaying below video slide*/
}
Rather than change the 100px in the CSS file, I copied the code and pasted it the Theme Options – General Styling – Quick CSS, which will allow you to define Color Sections shallower than 100px and tweak the padding of your content accordingly. I set it to 50px for my purposes, but you can have at it.
.avia-section{
clear:both;
width:100%;
float:left;
min-height: 50px !important;
position: static; /*fixes a glitch with bg image not displaying below video slide*/
}
Best of luck.
Hi Ismael,
you do not need to to support qtranslate-xt – it just works and it did work for years with enfold. It stopped working recently and I need to check what caused it. Can you point me to the enfold files that handles the AJAX search? Thanks!
Best,
Elmar
Thank you both for your input.
Really pleased with the results. I will selectively use Critical CSS generation depending on the site design.
CDN
I’ll be doing a trial of Cloudflare CDN with my servers at some point soon. I have a customer who operates in more than one country coming online in the next few months so they will have Cloudflare added to their site once it is finished.
My web host offers Cloudflare with Railgun but it is on a per site basis – Effectively doubly my hosting charges to the customer if they want it. This is a limitation with my current hosting offering. So Cloud Flare FREE will be the starting point for now or Jetpack CDN.
I would say I have a ‘complete’ performance stack for Enfold now. Taken a few years to get there with each new version of Lighthouse adding complications. I doubt Google will make major changes to Web Vitals for V9 and V10 now that it is live as a search engine metric.
I’d like to do some work to help Market Enfold in the future. I did write a post about it a while back. So will be in touch once my workload quietens down.
I’ve got another 14 Enfold Sites in progress (reminds me I need to buy some more licenses….)
Hi,
Thank you for the inquiry.
The title is not displaying because by default the AJAX search is using the get_the_title function, which can only retrieve post title as the name suggests. You will have to modify the functions-enfold.php file and adjust this code around line 433 and 443 in order to get the title and link of the archive pages.
433:
$link = apply_filters( 'av_custom_url', get_permalink( $post->ID ), $post );
443:
$output .= '<span class="av_ajax_search_content">';
$output .= '<span class="av_ajax_search_title">';
$output .= get_the_title($post->ID);
$output .= '</span>';
You may need to use these functions.
// https://developer.wordpress.org/reference/functions/get_post_type_archive_link/
// https://developer.wordpress.org/reference/functions/get_the_archive_title/
Best regards,
Ismael
Hey El,
Thank you for the inquiry.
The theme or the AJAX search does not support the qtranlsate-xt plugin ever since. If you look at the following documentation, only Polylang, Relevanssi and SearchWP plugins have default integrations for the search feature.
// https://kriesi.at/documentation/enfold/search/
By default, the AJAX search relies on the get_posts function. You may need to ask the plugin author and ask them how the plugin retrieves the posts translation.
Best regards,
Ismael
Hey Jeannette,
Thanks for contacting us!
Please go to /enfold/framework/php/function-set-avia-frontend.php file and search
return $url;
and add following right above that line
$url = esc_url( $url );
This was already added in Enfold 4.8.4, so please keep the theme updates on your installations. Currently the latest version is 4.8.6.2 :)
Regards,
Yigit
Hey Lisa,
Please copy /enfold/searchform.php file to your child theme and replace it with – https://pastebin.com/wjd4hw4c :)
Best regards,
Yigit
ElParticipant
Hi guys,
there seems to have been a change in logic with one of the recent enfold updates. We use qtranlsate-xt for language translation. The search results are translated as well but recently the URL is no longer translated. Is there a function hook that we can use to translate the URL?
Best,
Elmar
Hi Ismael,
I have now added the above filter as per: https://kriesi.at/documentation/enfold/search/#use-relevanssi-in-search-instead-of-the-default-search and it still doesn’t fix the issue. Please note that the instruction in the above link also states “The below code is no longer required to add the Relevanssi support to your enfold theme. Please remove from your functions.php file if you have added it to the earlier version of the enfold theme.”
However, I have left the code in as per your suggestion. The issue is with the Ajax search itself. If you search for the Product Category “Brackets” for example, the Ajax search only returns the excerpt, the title and link are blank. But when you click through to search page: https://orthoemporium.zerobox.co.za/?s=brackets the title and link work as expected. So I just need to get the Title and link to be fixed in the Ajax search.
Thanks.
Hey Rustum,
Thank you for the inquiry.
Did you use the filter from the following documentation?
// https://kriesi.at/documentation/enfold/search/#use-relevanssi-in-search-instead-of-the-default-search
This should return the Relevanssi function instead of the default get_posts function, which is limited to default posts and custom post types.
Best regards,
Ismael
Thank you so much for this.
I have one more request which may be related to the theme.
I have used the combination of Search From and Custom Posts on another website successfully. However, here in Enfold theme the Search is not pulling any results from the taxonomies created in my Custom Posts:
https://mcollstaging.wpengine.com/property/
After Searching the results page gives no results but is named “Christian’s Profile”. This is my username so it seems like search is not searching Post Taxonomies but something else !? Does that make any sense?
I’d really appreciate your help here.
Thank you
Hi there,
I am currently using relevanssi with the following solution: https://www.relevanssi.com/knowledge-base/indexing-taxonomy-pages/ to return search results for taxonomy terms (Product Categories and Brands).
It works fine on the Enfold search results page. But on the Ajax search, the title and link come back blank. Only the excerpt is displayed. I understand the default enfold search is based on posts only.
But is there a way for me to customize this in my child theme to add results for taxonomy terms in the Ajax search results as well? I was looking as the following thread to try to achieve this: https://kriesi.at/support/topic/ajax-search/ but I’ve not been able to get very far.
Hello Enfold!
I hope you can help!! Thank you.
On the page in question I am using Elementor, Custom Post UI and Elementor Extras Search. When I use the Search Dropdown function an extra space appears below my Custom Posts Archives.
I realise it is a clash of some kind between the theme and the plugins but I hoping you may be able to give me a CSS fix. I would be very grateful because I need an advanced Search with Dropdown and I need to use the Elementor Archive Posts in this design/build. Note that when I remove the Dropdown the extra space disappears.
Thank you very much in advance