Thanks, I’ve tried that, but despite trying different browsers and refreshing, the page is still loading the standard /wp-content/themes/enfold/js/avia.js?ver=1 file.
Hey emin!
Please go to Appearance > Editor and open Header.php file and find
wp_nav_menu($args);
echo '</nav>';
and add following right below it
get_search_form();
Then add following code to Quick CSS in Enfold theme options under Styling tab
#header #searchform { float: right; padding-top: 37px; }
.main_menu { right: 20%; }
#top #menu-item-search { display: none; }
Please hire a freelance developer if further customization is needed
Regards,
Yigit
Dear all,
the AJAX-Search (location: main menu) displays two german terms below the input, when searching for a text-string which doesn’t exist. This happens in both versions of our website (standard: german / 2nd language: english). I think it is not a bug, so I kindly ask to give me some advice on how to solve that misbehaviour.
What I did, while trying to solve it on my own:
While earching for the strings which do not translate in the english version of our website, I found both translations in “themes\enfold\lang\de_DE.po”:
on line60/61
msgid “Sorry, no posts matched your criteria”
msgstr “Entschuldigung, aber kein Eintrag erfüllt ihre Suchkriterien”
and
on line 65/66.
msgid “Please try another search term”
msgstr “Bitte versuchen Sie einen anderen Suchbegriff”
I used the “import .po-file”-function, imported the above mentioned .po-file and selected both terms to add them to string translation.
The result was that I saw an existing english translation for both terms. I added the german translation for both terms, check “translation done” and saved.
But sadly this did not solve the still existing problem.
I hope I described my approach in an understandable way. And I am looking forward to get a hint on how to solve this issue.
Kind regards!
Hi!
You can try to replace this line in enfold/js/avia.js:
new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "body", attach:'element'});
with
new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "#header", attach:'element'});
This change will change the click event scope and maybe fix your issue.
Best regards,
Peter
Hey!
If you use a 3 columns layout the thumbnail size of 200×200 doesn’t make sense because the columns will stretch the images to 273px x 273px. You can try to increase the number of columns on the settings page (WooCommerce > Settings > Products – scroll down and search for the “Column Count” option and set it to 4 or 5). Then Enfold will show more columns per row and the image/thumbnail size will decrease because the column width is smaller.
Best regards,
Peter
Hey mnolden!
Dafür gibt es seit Enfold 2.4 eine Option im Adminbereich. Gehe zu Enfold > Theme Options > Header und suche nach der “Append search icon to main menu” Option. Stelle sicher das diese Checkbox nicht markiert ist und speichere die Optionen.
Cheers!
Peter
Hi again. The issue is resolved and the problem was 100% with the UserPro plugin. Its author cited a “minor jquery conflict,” which he corrected for the updated version. I can now confirm that the updated plugin works very well with Enfold. Thanks!
Please, I will soon commence design with your enfold theme I purchased.
I am in discusiion with a propective client, and he is suggesting that instead of your icon collapsible text box, he would like to have a full (non collapsible) Text Box on the Right Hand Side of the Top Menu Bar.
Please, how can this be achieved with your theme?
Hello
I have done what you mention but it still doesn’t seem to work.
My description is saved and appears when I open the code source of my site but the “Page Analysis” of the wordpress seo by yoast at the bottom of the front page still indicates : No meta description has been specified, search engines will display copy from the page instead.
The keyword / phrase conseil does not appear in the page title.” > There is a meta descritption and the the keyword does appear in the title…
Thanks again
Hello,
While optimizing the SEO of my website with the Yoast plugin, it dosen’t seem to work for my front static page.
It says the meta description empty whereas it is not, I have wrote in a text… “No meta description has been specified, search engines will display copy from the page instead.”
For all the other pages it is fine, so must I configure it somewhere else for the front page ? In the header.php ?
Thanks very much for your help
Hallo,
wie kann ich die Search-Funktion ( das Lupen-Symbol) in der main nav beim Enfold Theme entfernen? Über eine schnelle Antwort wäre ich sehr dankbar, das wurde ganz vergssen, wir wollen die Website aber heute veröffentlichen.
Danke!
Mathias Nolden
I just discovered that it now conflicts with a plugin I’ve had installed before I installed Enfold and will check with that plugin’s author. Thanks.
This reply has been marked as private.
Hi,
Everything was fine with my theme…Today I have updateded my enfold Theme via filezilla . I copied enfold folder> the newest version.
In Firefox: All font face symbols are broken! (search symbo in header etc…)
Can you help with that firefox 26 -font- face problem???
Firefox updated
Windows8.1 updated Started PC again
Firefox cache cleared
.htacess:
<FilesMatch “\.(ttf|otf|svg|eot)$”>
SetEnvIf Origin “^http(s)?://(.+\.)?(medientanz\.de|medientanz\.de)$” origin_is=$0
Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is
</FilesMatch>
Webpage:http://medientanz.de
Thanks Thomas
Hi,
Just installed Enfold on a new WP install, imported the dummy data and set the menus but I can’t see the Top Navigation Menu. The only thing that seems to be showing is the “search” icon.
However, if I switch to the twenty fourteen theme, or any other stock themes, the Top Navigation Menu shows without problems.
Any idea why this is?
Looking forward to your response, thanks!
Fox
hi astrid!
in the dashboard => ENFOLD you go to menu header! there is a box “Phone Number or small info text:
i have wrote (make a div container) <div id=”myphone”>Now call me: <b>123456789</b></div>
and in the menu “styling” (also in the same menu ENFOLD) there is under the Tab “General” a Box “Quick CSS”- here is the code…
#myphone {
font-size: 14px;
padding-bottom: 10px;
}
so it should be, what you searching for…
kind regards
charly
Hi!
You can wrap the “Search” text into a span and hide it like:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span style="display:none;">Search</span></a></li>';
Best regards,
Peter
Unfortunately it isn’t that simple. In this case ‘search’ text will appear under the magnifier/search icon. I would like to have visible only icon there. I’ve found something like this:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow">;</a></li>';
in https://kriesi.at/support/topic/replace-toggle-icon-with-another-entypo-fontello-font-or-use-a-png/
I cant figure out how to get magnifier icon not the character you can see here http://www.fileformat.info/info/unicode/char/e803/index.htm
Regards,
Pawel
Hey AssuranceOgilvy!
Please edit functions-enfold.php, find this code on line 69:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
Replace it with:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="search-text">Search</span></a></li>';
Add this on Quick CSS:
.search-text {
margin-left: 10px;
font-size: 12px;
}
Regards,
Ismael
Hey!
Edit js > avia.js, find this code on 307:
if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
{
switchWidth = 989;
header.addClass('mobile_menu_tablet');
}
Replace it with:
if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
{
switchWidth = 767;
header.addClass('mobile_menu_tablet');
}
This will force the theme to only show the responsive menu on screen sizes lower than 768px.
Best regards,
Ismael
Hi Devin,
I guess I’m not clear where that code would be placed, or where Swiftype would add code similar to that? I just need the Enfold search box to use an engine that can provide results from both my main domain and subdomain, and the subdomain isn’t wordpress…any other ideas to simplify this?
Hi,
wow, I have searched now a lot, to find where to change the portfolio slug. I supposed to find it in the theme settings, but they are at the “permalinks” page.
But now I’m a bit confused about the difference of
– portfolio-item
– portfolio-entries
I need to translate it into German, but I’m not sure, where both slugs appear.
At the demo theme I find only the slug “portfolio-item”:
http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/
but nowhere a slug “portfolio-entries”.
For what is “portfolio-entries” please?
What’s the difference?
Thanks a lot in advance
This reply has been marked as private.
Hi awesome Kriesi-Team! :)
I’m preparing another enfold-website for a new client. I already made some custom css-changes but still have the following issues (I already used the search-function without success in my case.
– I need the logo to be aligned right instead of default left. The main navigation stays left.
– the mobile navigation icon is overlapping the logo on smartphones
– I can’t use the fixed header with my quick css (where I moved the logo above the main navigation)
I already set the following quick css code for having the logo above the main navigation:
http://webigami.de/deppisch/wp-content/uploads/2014/02/quick_css_jansthh.png
The drafted website: http://www.webigami.de/deppisch
I would very much appreciate your advice.
Cheers and thanks,
Jan :)
I would like to know if you can give us a code so that the Search icon is preceeded by the word search (or for the multilingual – recherche – in french) in Enfold.
Or, perhaps easier, if it is possible to change the appearance or function to that of how it appears in Choices theme. Also with the social media icons beside it, instead of above.
Thank you so much, this would be a great help.
Hey!
Go to Tools > Localization. Look for Enfold theme then edit the Deutsch/Deutschland language. Search for “Want to join the”, edit the search result “Want to join the discussion? <br/>Feel free to contribute!”. Save.
Best regards,
Ismael
Hi pgps!
Open up engold/functions-enfold.php and replace:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
with
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'>Search</a></li>';
Best regards,
Peter
My Enfold search box is appearing in the wrong place. When the magnifying glass icon is clicked the search box (line with the arrow) appears floating in the bottom-middle of the page rather than underneath the icon as it should be.
I have done a quick forum search and found this mentioned here; https://kriesi.at/support/topic/enfold-search-box-position/, but the fix was never really found – it just went away…
I have checked my custom css files (and removed it entirely), and that doesn’t seem to be the problem. I have also tried deactivated plugins, again without much luck.
Any help to diagnose this would be greatly appreciated.
Website: http://www.animana.com/
Enfold version: 2.5.2 (with child theme)
Browsers tried: Chrome: 32.0.1700.107 m, Internet Explorer: 11.0.9600.16518
Hey!
Please update the theme to the latest version (Enfold 2.5.2). I recommend to use ftp: https://vimeo.com/channels/aviathemes/67209750 for the update.
Best regards,
Peter