Hey, I really love the Forum and spent a long time on searching for a solution, but no success.
In the General Styling setting Content + Sidebar Width is set to 100 %. Unfortunaley after the last update, Enfold decided reduce it to roughly 50 %. You can see it on http://www.sfvoe.de
I changed the setting several times, deleted Quick CSS, etc. Do you know any solution?
Best regards
Jonas
My website looks right to the public: http://www.jordanspeech.com
However, I have a 500 error when trying to access wordpress.
I updated to PHP 7.1: same issue
I updated to latest wordpress via FTP: same issue
I updated to latest enfold via FTP: same issue
If I delete the ENFOLD folder, I get nothing.
Debug is on, I am throwing no errors. 128M memory allocated.
Can anyone help me? Not sure how to resolve this issue. I cannot add pages to client site, cannot alter existing pages, cannot update blog, cannot change themes… I love ENFOLD, but what am I supposed to do?
Credential here in private content. 12pm Noon EST
Hi,
Thanks for the update.
Did you enable the Enfold > Main Menu > General > “Append search icon to main menu” option? That will enable the search icon.
Best regards,
Ismael
Hi,
It would require quite some time to build a custom function and add the modifications to the theme files, so I am sorry to tell you that this is not covered by our support.
The below plugins is note tested with Enfold but it has worked for others. Please feel free to try a plugin that suits your needs
Old Post date remover
WP Plugin Archive
However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Vinay
Hi Günter
Thanks for your response. So you are saying that the standard WP search does not index anything within an avia element ?
However certain content is indexed certain not…
I installed the relevanssi. The good thing is that it can find much more. But when I example search for “Hausordnung” it does not show up when just typing. It comes even with the message not document, however if i then hit return it shows up in the search result.
How can I make sure it also shows up during typing in the magnifying glass?
I added the following to function.php as per https://kriesi.at/documentation/enfold/search/
(however can not see any difference if below is added or not to function.php in the child theme)
add_filter(‘avf_ajax_search_function’, ‘avia_init_relevanssi’, 10, 4);
function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
{
$function_name = ‘avia_relevanssi_search’;
return $function_name;
}
function avia_relevanssi_search($search_query, $search_parameters, $defaults)
{
global $query;
$tempquery = $query;
if(empty($tempquery)) $tempquery = new WP_Query();
$tempquery->query_vars = $search_parameters;
relevanssi_do_query($tempquery);
$posts = $tempquery->posts;
return $posts;
}
regards
Tony
Hi,
Thank you for using Enfold.
We will add the de_CH language files for the next release.
The searches do not work for Advanced layout builder elements. The content of some elements (like Special Heading) is not part of the page/post content but is stored in shortcode attributes.
As we are using the standard WP search – probably WP ignores shortcodes in search.
Could be, that a plugin like https://de.wordpress.org/plugins/relevanssi/ gives better results.
Best regards,
Günter
Thanks Yigit,
So, just so that I’m clear is it safe to:
1) Add the above to the \enfold\js\avia.js file, then;
2) Create \child\js\avia.js containing just:
$.AviaAjaxSearch = function(options)
{
var defaults = {
delay: 300, //delay in ms until the user stops typing.
minChars: 999, //dont start searching before we got at least that much characters
scope: 'body'
};
this.options = $.extend({}, defaults, options);
this.scope = $(this.options.scope);
this.timer = false;
this.lastVal = "";
this.bind_events();
};
Will everything still work properly? Sorry to be a pain, I just don’t want to break anything!
Hi,
Thanks for the update.
Have you tried indexing the posts using the SearchWP plugin? You need to add this filter in the functions.php file in order to set or change the default function from get_posts to the actual function used by the plugin to fetch the posts. An implementation for the Relevanssi plugin is also available in that section.
// https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search
Best regards,
Ismael
Hey Michael,
Thanks for contacting us!
I searched our database however email address you shared does not exist. Have you used another email?
I also checked your purchase code and it is not registered as well. If you would like to create a new account, you can register to our support forum using your purchase code here – and then start a new thread under Enfold sub forum.
Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com, https://snag.gy or Dropbox public folder and attach the links in your posts :)
Best regards,
Yigit
Hello,
I tried but it doesn’t work ..
I searched a bit on the web and it seems that the problem is just enfold compatibility with a.c.f.
But I saw that someone managed to make it work in the past:
https://kriesi.at/support/topic/how-to-get-the-id-of-the-post-when-you-use-the-avf_post_slider_entry_excerpt/#post-640822
this is the code in my postslider.php file now:
$acf_field = get_field(‘provacategorie’);
$permalink = $acf_field . ‘
<div class=”read-more-link”>‘.__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”></span></div>
‘;
but looking at the solutions of the predenti links … what am I missing? what should i add?
ps: can’t you log in for personal reasons?
I hope there are no problems in particular with this site or with me … I hope in your sincerity … maybe you are my competitor? if there are any “personal” problems please be clear so that I can search for other topics with other staff .. thanks
Best regards,
Sacha
Hi
I found the problem regarding translation. There is no de_CH.po / de_CH.mo file in the enfold theme only de_DE.mo/.po. Hence I just copied the de_DE.mo/.po to de_CH.po / de_CH.mo and the translation works.
Suggest you add in future also de_CH files to lang directory….
However the second problem is still open. Certain searches can’t be found on the website. Like above mentioned words like “Hausordung” or “Wohnungsbewerbung” can’t be found although on the page with menu item “Dokumente”.
Is there a way to “index” page?
Beste regards
Tony
Hi there,
After doing a mess of research, I see that others over the years have requested what we’re very much wishing to have happen with respect to the Masonry grid: titles always visible when the page loads, but the additional excerpts only visible upon mouseover. Here’s the page to which we’d love to add this modified functionality: http://codeable.searockstaffordcm.com/projects/
The Enfold admin for even the most recent version is limited with respect to seeing/dealing with these as disparate functionalities, and our client would really like this to happen. Might there be a functions.php and/or css workaround? And is this something that Kriesi plans to make standard in future…?
Please advise as to how we can accomplish this! Thank you.
Best,
– Kat Lilore
Hi
I have wordpress 5.1.1-de_CH installed with enfold 4.5.3. Hence the whole site is in German.
All works fine but the search function with the magnifying glass is always in english. Text says “search” instead “suchen”. And also the replies are all in english. Everything else is in German.
Also some searches cant be found although the keyword is on a page listed. E.g the word “Hausordnung” is on the page when menu “dokumente” is selected but can’t be found on the site and the reply is again in english.
Thanks in advance for support
Tony
Hey Gary,
Thank you for using Enfold.
A quick search led me to this snippet.
function pippin_add_taxonomy_filters() {
global $typenow;
// an array of all the taxonomyies you want to display. Use the taxonomy name or slug
$taxonomies = array('portfolio_entries');
// must set this to the post type you want the filter(s) displayed on
if( $typenow == 'portfolio' ){
foreach ($taxonomies as $tax_slug) {
$tax_obj = get_taxonomy($tax_slug);
$tax_name = $tax_obj->labels->name;
$terms = get_terms($tax_slug);
if(count($terms) > 0) {
echo "<select name='$tax_slug' id='$tax_slug' class='postform'>";
echo "
<option value=''>Show All $tax_name</option>";
foreach ($terms as $term) {
echo '
<option value='. $term->slug, $_GET[$tax_slug] == $term->slug ? ' selected="selected"' : '','>' . $term->name .' (' . $term->count .')</option>';
}
echo "
</select>";
}
}
}
}
add_action( 'restrict_manage_posts', 'pippin_add_taxonomy_filters' );
This is going to add a category filter in the portfolio admin area.
// https://pippinsplugins.com/post-list-filters-for-custom-taxonomies-in-manage-posts/
Best regards,
Ismael
On maizeroadbaptist.com
I’m getting error:
Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/shanet5/public_html/maizeroadbaptist.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:14) in /home/shanet5/public_html/maizeroadbaptist.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
I’ve edited the .php file according to these changes: https://kriesi.at/support/search/?bbp_search=events_countdown
but the site is still down. Can someone assist?
Hey webprojektdonauwoerth,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1024px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
I’ve searched all over and can’t find anything about how to change the timing for the transitions between images when using the fullscreen slider. I looked at line 3701 in the shortcode.js file and nothing is there to edit. I just want to slow the time between fades. How can I do this? Can we do it using CSS?
I’m using the latest version of Enfold.
Thank you!
Thanks for the info Mike, it works but still it is being very difficult to achieve demo style https://kriesi.at/themes/enfold-knowledgebase-demo/
I’m looking for a very big search bar. I’ll keep trying and we’ll see if I can get this exactly look & feel
Hi,
For now the solution we have seems to be following:
1- Please add following code to bottom of Functions.php file of your child theme in Appearance > Editor
function avia_remove_woocommerce_frontend_search_params() {
remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20);
}
add_action( 'init', 'avia_remove_woocommerce_frontend_search_params');
2- Then add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .woocommerce-ordering {
position: absolute;
right: 0;
margin: 0;
z-index: 20;
top: 0;
margin-top: 10px;
width: 100%;
min-width: 200px;
}
For clarification, i used this plugin in the past and it worked fine for me. That is why i recommended it. So far this seems to be the only conflict between the theme and plugin and simply removing Enfold’s sorting options fixes the issue.
Best regards,
Yigit
Hi SenjaLp
A few other people and me discovered this issue as well.
You have two options in my opinion:
1) Check this post by Günter (Enfold developer).
2) Inspect the background image path (just like you did according to your screenshot), check in which merged CSS file it is located and download it via FTP. Then search for the wrong path there and replace it with the correct one. Afterwards upload the css file again and it should be fine.
Just keep in mind that this manual change will be overwritten again if you update the theme (well, hopefully not because it might be fixed in the next version).
I hope this helps,
Michael
Hey jonrouse,
This css will remove the spinner:
#top .avia_search_element .ajax_load .ajax_load_inner{
display: none !important;
}
#top .avia_search_element form.ajax_loading_now .av_searchsubmit_wrapper{
padding-right: 0px !important;
}
#top .avia_search_element .ajax_load{
width: 0px !important;
display: none !important;
}
but you will still have animation in the button, perhaps a better approach will be to edit line 1346 of the \enfold\js\avia.js
file, look for:
minChars: 3,
and change to:
minChars: 999,
Best regards,
Mike
Hi,
I’m wondering if it could be possible to add a big search bar like this one https://kriesi.at/themes/enfold-knowledgebase-demo/ inside a slider like this https://kriesi.at/themes/enfold-shop/
I’ve been looking around this forum and I couldn’t find a goo solution for this.
Thanks in advance!
Hi,
We’re in the early stages of creating a knowledge base site for a client. We have a big search bar like yours, and when you type in, there’s a little animation on the search button that we’d like to disable.
It’s the same animation in this search box on your demo site – the little spinning circle which appears to the right of the button.
https://kriesi.at/themes/enfold-knowledgebase-demo/
Thanks in advance.
This reply has been marked as private.
Thanks. I already tried that with various search and replace plugins and none were able to find that search term. My guess was that part of the url was generated dynamically by enfold.
I did end up going into phpmyadmin and found the possible culprit (in the options table). It was referring to ‘http’

Only problem was that when i changed it to ‘https’, the site started throwing php warning errors like so:

Once i change that bit back to ‘http’, the warnings went away. Not really sure how else to approach it. Hopefully the support team has a fix for this.
It is a shame…a bit or research would have shown this to be incredibly easy to add. The article I linked shows just how simple it is to add this functionality into Enfold theme. This is such an elegant edition to Enfold theme with minimal effort.
Here is the implementation using ReCaptcha Version 2: Sample Blog Post with Google ReCaptcha V2 Comments
You need to learn this basic stuff yourself
Take the course I sent you
And learn to use Google as well
https://www.google.com/search?q=logo+and+menu+text+towards+the+center+enfold
That almost always give you a starting point
This required no less than 100$ of my time …spend it wisely
-
This reply was modified 6 years, 11 months ago by
aribann.
Hi. I want certain changes to be shown only on mobile devices through enold child theme functions.php file.
There is an option in the enfold theme to show or not to show the top search icon. I want that whenever my website is accessed on mobile phone instead of showing the search icon for searches, a mobile icon or any other icon with the functionality of mobile telephone link should appear. This will help my visitors a lot. My website is not searched a lot but people use my website to contact me directly on phone.
Can you help me with this and provide the code that could be used in functions file?
-
This topic was modified 6 years, 11 months ago by
Zatara.
This reply has been marked as private.