-
Search Results
-
I just found this topic about renaming the labels of the search results.
While @Ismaels solution works perfect with my custom post types, it doesn´t work for my portfolio items. I am using the german version of enfold and here “portfolio items” are translated to “Portfolio Einträge”. The problem is that the solution doens´t work if a german umlaut (in this case “ä”) is inside the label name.add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1); function avf_ajax_search_assign_label_names($label) { if($label == 'Portfolio Einträge') { $label = 'Mitarbeiter'; } else if($label == 'Produkte') { $label = 'Downloads'; } else { $label = $label; } return $label; }If I change the translation (.po / .mo files) to a name without “ä” (e.g. from “Portfolio Einträge” to “Portfolio Eintraege”), it works without a problem. Do you have any idea of how to get the code to work with the german translation? Thanks.
Hi,
I have my whole theme in Dutch but I saw that the replay on a search is still in english. The nl_NL.po file does have the translation but its not showing up. Any idea?
#@ avia_framework #: search.php:23 msgid "If you are not happy with the results bellow please do another search" msgstr "Als u niet tevreden bent met de zoekresultaten hieronder probeer het dan nogmaals"The File is located in the Theme folder: enfold/lang I do use a child theme where this file is not in.
Rogier
Hi, I love Enfold but lack the possibility to have a pop-up on front page for newsletter sign up. Used Optin Revolution until today but just discovered the plugin killed my images in layer slides so I had to remove it. Any suggestions on a solution/other plugin that is good for that? I use mailchimp.
Tried to seach here on forum but it’s tricky to find with all this huge content. Would be great if the search could be narrowed per theme…
Thanx!
Hello, is there a way of setting image and video url’s in the media elements of enfold, dynamically.
I want to pull demonstration links to videos & images that have been made for prospects who identify them self with a code that is used to query a database and extract the links.
I don’t understand where the elements are stored and rendered and how to intercept them.
If all else is impossible can I use ‘save as’ of a page to get the source code and put the relevant part into a code block and just use search/replace… I imagine that has a few problems though.
Thanks
Hi there
I have recently taken over this website built on the Enfold theme. Having searched through the code/pages I can’t find where to add the slider so that it displays (it is in place on the page but now showing).
http://www.cleggettwines.com.au/news/media/
I would like it to appear like the rest of the pages eg. http://www.cleggettwines.com.au/accommodation/Is there a way to change the path too? The breadcrumb path is: You are here: Home / News / News (yet the URL is: http://www.cleggettwines.com.au/news/media/
Any assistance would be greatly appreciated.
Kind regards
Alan
I have searched through your forums and found a site that has properly implemented Enfold with Diverse Solutions IDX Plugin. I’d like to know how it was done. I can’t get the search box dropdown and the features filters to look right on Safari, and I had to tweak a lot of css to get it to look decent on Chrome.
Here is the site that has it working properly: http://team-rb.com/idx/?idx-q-ListingAgentID%3C0%3E=32765&idx-q-ListingAgentID%3C1%3E=37833&idx-q-ListingAgentID%3C2%3E=137176&idx-q-ListingAgentID%3C3%3E=159523485&idx-q-ListingStatuses=1
As you can see the search box dropdown at the top displays properly, including the features filters checkboxes, on both Chrome and Safari, based on my testing. I can’t get mine to look like this in Safari.
If you look at my page in Safari, you will see that the search box breaks – its expanded by default and the filters are out of line (see private content). I also included a video in the private content.
Thanks
Hello,
I am no expert in coding but am curious so I have tried to sort the first part of the issue (moving the search button in the secondary menu) by following the advice in this topic from late 2013 – https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/ – unfortunately I could not find the code bits referred in there in the header .php file :(
Could you please help? And also let me know if there is a similar way in inserting a widget area created with Enfold in the same menu bar?
Many many thanks for your help, it would be great to solve this as I have reached the maximum of my abilities here!
Best!
