Hi,
I would like to use ENFOLD’s “latest news” widget in that way, once that it shows only the “latest news” of category A, and twice (as another widget below) the “latest news” of category B.

Is there a solution for it, or if this won’t work, a plugin?
I don’t know for what to search …
Thanks.
Open enfold demo or my site dev.bigthumb.com and the search icon in the menu bar is a pause button. Bug? How do I get this fixed?
Hi Tom,
The search icon should still work in IE8. It does on my live install, my personal site and the past dozen or so client sites I’ve built with Enfold. All tested with native IE8, Enfold 2.0.1 and WordPress 3.6.
Regards,
Devin
Do you mean the standard text strings like on the search page: http://www.volantexrc.com/cn/?s= (“If you are not happy with the results bellow please do another search”, etc.)? If yes you must translate these strings with a po/mo translation file. I’d suggest to generate the po file with Codestyling: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Afterwards select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Or do you want to translate i.e, “ABOUT US”? If yes just open up the textblock element (seems to be part of a color section) and replace the text with your translation…
Hi tonaua,
With an issue like that it would be best if we could just inspect it live. You can obfiscate your url from search engines by using http://goo.gl/
Regards,
Devin
ok, I found a perfect solution, that shows automatically the excerpts, too – thanks to Dude’s code modification with using the plugin Relevanssi:

Here is the code modification, so that Relevanssi works perfect with ENFOLD:
https://kriesi.at/support/topic/instant-search-not-matching-search-results#post-135415
You can change it in wp-contentthemesenfoldframeworkphpclass-form-generator.php – search for
$this->output = '<form action="'.$params['action'].'" method="post" class="ajax_form '.$extraClass.'" data-avia-form-id="'.$this->formID.'"><fieldset>';
You can modify the post query but note that it will affect ALL portfolio grids. Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and search for
$query = array( 'orderby' => 'post_date',
'order' => 'DESC',
'paged' => $page,
'posts_per_page' => $params['items'],
'post_type' => $params['post_type'],
'tax_query' => array( array( 'taxonomy' => $params['taxonomy'],
'field' => 'id',
'terms' => $terms,
'operator' => 'IN')));
Replace the operator value and use AND instead of IN
In this case I’d contact the hoster – ask them if any redirect rules are in place which can block or affect search queries. You can also try to switch to another theme (like TwentyTwelve). If this link: http://www.lighthousemktg.com.au/?s=test still redirects you to the front page it’s definitely a sever configuration issue.
Hi!
Sounds like a javascript issue/conflict. You can use the browser console to determine which script breaks the website.
Best regards,
Peter
I answered your single topic with the same question here: https://kriesi.at/support/topic/how-can-i-use-or-activate-woo-commerce-on-my-site#post-136152
Please try not to duplicate a question on multiple topics as it makes it harder for us to answer quickly and for others to search.
Regards,
Devin
Hi – I need to use the portfolio custom post type to create a searchable directory of attorneys. We have over 70 attorneys, so we’d need to be able to search for them by last name, title, expertise, etc.. We recognize that it may be possible to customize another plug-in to help accomplish this, but would appreciate some assistance working with the enfold theme and we just want to hire someone to do it.
If you can help, please email me at: (Email address hidden if logged out) and I can provide you more details. This is a very common function of larger attorney websites, so you could probably look at any law firm’s website that has more than 25 attorneys and see this kind of implementation.
Hi,
I am using Enfold on http://www.epicresearch.co/learningcentre
I need the theme to run properly with fallbacks on IE6 too. Please let me know how to achieve it.
Promptness will be appreciated.
Hi Ismael,
I am on version 2.0.1 and WordPress 3.6.
I have a couple of plugins like Akismet and WordPress SEO, but deactivating doesn’t fix the problem.
** Just realised it only happens when I am logged in to WordPress and that toolbar thing is at the top. Sorry!
Hey,
Please upgrade to Enfold 2.0.1. I think it will fix the issue. Upgrade WordPress to 3.6. Did you add plugins prior to this issue?
Regards,
Ismael
Actually we just use the standard search query and we have no influence on the search results. You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
It seems like the standard search query doesn’t work in your case. Eg
http://www.lighthousemktg.com.au/?s=test doesn’t work but the same search works on the demo page:
http://kriesi.at/themes/enfold/?s=test
Try following
1) Deactivate all plugins and check if the search works. If yes activate them one by one until the search doesn’t work again.
2) If 1) does not solve the problem upload all wordpress and theme files again. Use the latest versions (wp3.6 and Enfold 2.0.x).
3) If 2) doesn’t work go to Settings > Permalinks and hit the “save” button to flush the rewrite rules.
Open up wp-contentthemesenfoldincludeshelper-post-format.php and search for
$heading = is_singular() ? "h1" : "h2";
Replace h1 and h2 with any headline type of your choice. h1 is used on single post pages, h2 on the blog & archive page. If you’re using a child theme you can duplicate the avia_default_title_filter() function and overwrite the parent theme function if you like.
Hi
sorry for the late response, i wasn’t near a computer.
about the search issue, i paste the code in “enfoldcsscustom.css”
and no change…
inline style will always have priority over external css, no ?
thanks
I LOVE Enfold! Thank you for making me look so good to my boss.
On my site, when I search for a phrase and the home page is included in the search results, I get this sentence below the results heading for: Home:
“This is a Page excerpt. It will be displayed for search results”
Can you tell me where I can find this so I may remove it? (I am using a specific page named Home for my home page, not a posts page. I tried creating a posts page named Home and put in an excerpt that I wanted but it did not change the excerpt blurb on search results.)
Thank you!
Hi,
I have Enfold theme bought, and now I want to configure it with bbPress in the way I need.
1. Under topics list I have an “Add new topic” form. I would like to have a button instead and form to appear on separate page. Is it some Enfold specific thing to display the form? If yes how to fix it? If no do you know how to fix it or any tutorial maybe? I have searched through whole web and nothing
2. Is IP address under the avatar Enfold specific as well? How do I disable it. By hiding with css?
3. What is the field saying 0p under avatar for. What 0p means? Some points? How does it work. I assume again it is Enfold sepcific as I have not seen it in any other bbPress forum
Thanks in advance.
You can use Relevanssi for the ajax search query. Open up enfoldfunctions-enfold.php and replace
$defaults = array('numberposts' => 5, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
$_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']);
$query = array_merge($defaults, $_REQUEST);
$query = apply_filters('avf_ajax_search_query', http_build_query($query) );
$posts = get_posts( $query );
with
$defaults = array('numberposts' => 5, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
$_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']);
$searchquery = array_merge($defaults, $_REQUEST);
if(!function_exists('relevanssi_do_query'))
{
$searchquery = apply_filters('avf_ajax_search_query', http_build_query($searchquery));
$posts = get_posts($searchquery);
}
else
{
global $query;
$tempquery = $query;
$searchquery = apply_filters('avf_ajax_search_query', $searchquery);
$tempquery->query_vars = $searchquery;
relevanssi_do_query($tempquery);
$posts = $tempquery->posts;
}
Unfortunately this is not possible at the moment but you can hide certain menu items by inserting “noMobile” into the css class field of these items (if you can’t find this option field on the menu option page search for the “Screen Options” tab in the right top corner and click on it. Then tick the checkbox next to “CSS Classes” to activate this field).
If you really need to separate menus you can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests and we’ll look into it if more users request it.
Hi Guys
Since updating to latest theme files, the search button and also the “View All Results” buttons do not work. They both just refresh the home page. The dynamic list is working fine. It’s more if I hit View All Results or just type a word and hit enter.
Any suggestions?
Thanks in advance.
Cheers
Jase
Hello Dude,
Thanks for your response.
In this case, all these two ‘��’ should be removed. Therefore, the breadcrumb is created, the PHP code should cut off the string before these two invalid characters. Sometimes, you will see one of these as ‘�’. But this is just a representation of UTF-8 encodings in a browser, and using W3C HTML Validator reveals invalid character code is “xE3” in this case.
This can happen when you are trying to truncate a UTF-8 string at any character boundary. For example, if you have a string “あ”, which consists of 3 bytes “E3 81 82”. If you cut the string within these 3 characters, the original character “あ” will be corrupted, and it is represented like this ‘�’.
This issue is not limited to Japanese. In German, for example, a character ‘ä’ can be encoded as two bytes: “C3 A4”, and cutting these two bytes into half will make the ‘ä’ character invalid.
With a little search, I found a similar article:
http://stackoverflow.com/questions/8484162/how-to-truncate-an-utf8-string-in-php
I think using mb_strimwidth instead of substr will resolve this issue.
Thank you,
I absolutely love this theme, but this is the one problem I can’t seem to resolve. I have two websites using Enfold (drjenna.net and horsestreat.com). On the drjenna.net site I am having issues with the menu overlapping the logo as the window is made narrow and on iPad portrait. Horsestreat.com the menu completely disappears when viewing in iPad portrait mode. I’ve searched through this forum and tried some of the suggested CSS fixes as well as the modifying the .js file, and none have worked.
Please help!