Hi, we have a multisite set up with one of our sites set up in English and one in French. However, on the french site until now we’ve just translated all the text manually but would like to set up a blog and the built in enfold elements (such as search bar and comments) are defaulting to english. How can we get these default elements to show up in French?
Hey swelzel,
Thank you for using Enfold.
Could you please provide a link to the page with the overlay effect? OR replace the css code with the following:
#menu-item-search {
display: none;
}
.image_overlay_effect, .image_overlay_effect_inside {
display: none !important;
}
Best regards,
Ismael
re-write all files via ftp, nothing changed :(
found out that this sign is a ‘?’ in utf, maybe this helps. Try to find this sign as text in the entire enfold-folder – search says 870 files with this sign. But when i search in a file for this sign – its not there, at least not in this format.
The console says also nothing special – the event by klicking the month of the date looks ok.
Any ideas?
<!–
Debugging Info for Theme support:
Theme: Enfold
Version: 3.8
Installed: enfold
AviaFramework Version: 4.6
AviaBuilder Version: 0.9.1
– – – – – – – – – – –
ChildTheme: Enfold Child
ChildTheme Version: 1.0
ChildTheme Installed: enfold
ML:128-PU:51-PLA:4
WP:4.5.4
Updates: enabled
–>
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.cart_dropdown {
position: inherit;
height: auto;
margin-left: -40px!important;
}
Then add following code to Functions.php file in Appearance > Editor
function av_move_search_tb(){
?>
<script>
jQuery(window).load(function(){
jQuery("#header ul.cart_dropdown").detach().prependTo('.avia-menu.av-main-nav-wrap')
});
</script>
<?php
}
add_action('wp_footer', 'av_move_search_tb');
Best regards,
Yigit
-
This reply was modified 9 years, 5 months ago by
Yigit.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
li#menu-item-search {
right: 0px!important;
}
.avia-search-tooltip {
margin-left: -86px!important;
}
}
Best regards,
Vinay
Hello Kriesi team,
I am using the Enfold theme. I have a team page with many team members on it. I’m using the Team Member widget through enfold to add the team members. I would like to add a search to the page or some way to easily jump to a member as there are so many and it’s difficult to find the person you are looking for. Is there a way to do this through Enfold, or can you direct me to a plugin that I can add to do this? Thank you for your help! Monica
Hey chasteandswank,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate {
display: block !important;
}
.av-main-nav > li { display: none; }
li#menu-item-search {
display: block!important;
margin-top: -90px;
right: 70px;
}
.responsive .main_menu {
float: right;
}}
Best regards,
Vinay
Hello – searched the forums, and am looking at (Enfold 3.8) trying to move the search icon to the top bar ONLY, and NOT have it appear to the right of the Main Menu. Here is the issue:
Using Header Secondary Menu in the Top Bar at the Right
In “functions-enfold”, I have replaced
if ((is_object($args) && $args->theme_location == ‘avia’) || (is_string($args) && $args = “fallback_menu”))
with
if ((is_object($args) && $args->theme_location == ‘avia2’) || (is_string($args) && $args = “fallback_menu”))
as instructed. This worksnicely, BUT the search icon appears in BOTH the Top Bar and to the right of the Main Menu? Can you help me remove from the Main Menu?
Hi,
you need to test this plugin by yourself. If it doesn’t work for you then you need to search another plugin with such a function. A list of recommended plugins for Enfold here: https://kriesi.at/support/topic/recommended-plugins/
Best regards,
Andy
Hi,
I’ve been searching the forum/Google for a while, but I can find the answer. I would like to have the same mobile menu style as displayed in the Creative Studio template in my Enfold theme. Is that possible and if yes, how can I fix that?
Cheers,
Steven
Hi,
When we are developing a wordpress site (using Enfold theme) we usually runs it in a staging url with no ssl/https and in a subdomain. We do our stuff there and then we deploy it on the live url in ssl / https. We have been doing this process with other themes with no issues. Until recently we decided to migrate our sites to Enfold. We have migrated 4 sites in Enfold already but we keep on having issues with our url. I noticed two major issues:
1. Changing url from staging to live. We are using “search and replace” plugin another one to make sure that we will replace all the staging urls. But all urls in pages or posts that were using the advance editor of Enfold can’t be replaced and still using the staging url so we are doing it manually.
2. Chaning http to https. Same as above except that it’s not the domain name that we are replacing but it’s the protocol.
Is there a way, a plugin or a script that we can use to fix the said problems/issues above? I searched about it and I understand that the reason is because Enfold is saving the data in serialized form. I also read about the WP Migrate DB plugin that will fix the issue but the said plugin adds additional process to us, and I’m looking for something that doesn’t require a migration process or doesn’t add additional risky steps to our process.
Thank you!
Greetings, I hope you can help quickly as this is a clients website. >.<
I’m getting this error
Fatal error: Call to undefined function avia_get_option() in /home/shinerzack1225/public_html/wp-content/themes/enfold/index.php on line 16
Only thing I did was updated WP and the theme using the auto-updater by supplying my purchase information in the theme admin.
I searched the forum and found the best thing to do is reinstall the theme via FTP. I did this and the same error is happening. I even tried to reinstall in a different directory /wp-content/themes/enfold2 just to narrow down the issue. Same error.
Things I’ve tried:
– Deleted my cache and viewed the website on a different device. It’s not fixed and a cache issue.
– Disabled all plugins. None are currently active.
– Installing the default wordpress theme and activating it. It works fine. Only error is when Enfold is the theme.
Please advise as this is a clients website so downtown isn’t really a fun thing to have.
Including the needed credentials below.
Thanks for all your support!
We are building/adding a Blog for a client on an existing Enfold Website.
(the blog is in working mode so it is only visible in the pages)
We are using the Avia Layout Builder.
In searching through the support forums it becomes clear that when using this builder, the Theme Options> Blog Layout do not work 100%
We do not want the author or date to show but it shows for some reason
we do want the categories and tags to show on each post as well as social widgets marked in the Theme Options section.
these do not show either
In addition
http://www.tcm-team.at/category/rezepte/suppen/
has different typography/colors etc…
includes the Dates and Author which we do not want
Permalink correct
Here
Permalink correct
has different typography/colors etc… to the above link
does not include the Author
needs to include the categories (Tags appear above the Post Title)
Permalink incorrect….or is it?
It should say:
http://www.tcm-team.at/category/rezepte/eintopfe/eintopf-mit-kaninchen-karotten-und-zucchini/
why do the individual Posts have incorrect Permalinks?
I do not want to play with the Permalinks as the website is originally set up as a normal website.
How do we set up access for you?
Thanks!
Best regards,
Dara
-
This topic was modified 9 years, 6 months ago by
DaraEmerson.
Great Work Guys,
Please i need a function code to move the cart icon from right to the left of the menu. I have searched the forum but haven’t seen anything to help.
I saw some css code to re-position the item but when resizing the browser it looses its place, so i was thinking there is a code that can make it start before the menu (like this: https://kriesi.at/support/topic/move-shopping-cart-to-main-nav-menu/#post-368028 but no longer works) or at least could i add a first menu icon link (using normal menus) and let it behave like the cart icon (by showing item number and also the cart dropdown on mouse over.) I dont want to have to download a plugin for this. Enfold is well built and very extensive I’m sure i can achieve it without a plugin.
Looking forward to your response.
Hey maximilianolombardi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hi,
JPro Cars plugin should work fine with enfold as we haven’t heard of any known issue with it.
Apart from that there are a lot of plugins available to setup a website for car dealer please check https://wordpress.org/plugins/search.php?q=car+dealer
let us know if you have more questions.
Best regards,
Vinay
Hey hannerinc!
Thank you for using Enfold.
I’m sorry but we can’t find the search bar anywhere in the header. Did you remove it? Please add it back so that we can check the error.
Best regards,
Ismael
Greetings, I hope you can help quickly as this is a clients website. >.<
I’m getting this error
Fatal error: Call to undefined function avia_get_option() in /home/shinerzack1225/public_html/wp-content/themes/enfold/index.php on line 16
Only thing I did was updated WP and the theme using the auto-updater by supplying my purchase information in the theme admin.
I searched the forum and found the best thing to do is reinstall the theme via FTP. I did this and the same error is happening. I even tried to reinstall in a different directory /wp-content/themes/enfold2 just to narrow down the issue. Same error.
Things I’ve tried:
– Deleted my cache and viewed the website on a different device. It’s not fixed and a cache issue.
– Disabled all plugins. None are currently active.
– Installing the default wordpress theme and activating it. It works fine. Only error is when Enfold is the theme.
Please advise as this is a clients website so downtown isn’t really a fun thing to have.
Including the needed credentials below.
-
This topic was modified 9 years, 6 months ago by
Fraggs. Reason: Added more information
Hello guys,
I have my Enfold site now since 3 weeks and I’m currently creating the whole site. My main problem is that the frontend is still in English. My wordpress backend is German and it’s strange that the enfold theme loads the de-de file correct into the site but it seems like it would not translate some things. I tried loco translate, translated the stings which needed to be translated but it does not work for me. It’s translated in the plugin but doesnt get displayed on the website. I checked my backup, went to enfold -> lang -> de-de and there are the things translated but they don’t get displayed on my site. I still have english breadcrumbs, english search results or english blog posts.
I need your help guys.
Thank you.
Regards,
Julien
Hi,
my problem is the same as many others have had with Enfold for years (which I found out after some research in the forum):
I want to open a Youtube video in a light box (which is easy with Enfold) and not see the “related videos” at the end.
1 – What is the cool solution for this?
2 – it seems that Enfold doenst offer this easy solution? Why? since it is a common problem.
Regards,
Klaus
Hey Rikard, thanks for looking into this for me. Before I head into the useless world of WordPress forums, allow me to ask a couple more questions of you:
1. yes, the last two strings do the same thing – i was simply stating that wrapping the search term in quotation marks didn’t do anything
2. what is odd is that searching “gray” pulls up articles to May of 2016, but nothing newer – why would that be?
3. searching “gray’s” pulls up ALL new articles PLUS the articles from May of 2016 and previous – why would this be?
I have another site using Enfold that I tried a similar test on. I searched for Larry’s and Larry. The same results came up, no differentiation at all. Try the links in the private content and see what I mean.
This ACN site is not behaving properly and I’m wondering if it’s a bad theme installation, or a bad WP install? It’s a Pagely-hosted site, so I don’t have a lot of access to things.
Thanks for looking at this for me.
Dear Ismael,
i am trying to edit the sarch box in Enfold and have it full width. Through the forum i found a lot of tips but now i would like to have the content in search box centered, which i just can´t figure out. Could you help?
I posted a private link to my site.
Could you have a look please?
Regards
Robert
Basilis,
I am calling bullshit on that one now. It took you a mere 2 minutes to answer 3 of my tickets, so you didn’t even read them. Your answer to this ticket makes it very clear, that you have been too lazy to read and understand the question. Because that’s what it was, a question and not a request. I don’t want any customisation here, I am pointing to an irregularity in behaviour. And you should be interested in that, as it is your job to find such irregularities, confirm them and report them to your boss @Kriesi, if they turn out to be of interest to others too.
But you didn’t even get that. So let me put my question in very simple words:
When you search for something, the search widget displays realtime results while you are typing. It displays some results in the order result A, result B, result C. Then you hit enter. The Enfold search result page opens. You see the results ain a different order, e.g. result A, result C, result B. Why ist that.
This is not correct. Call it a bug, call it whatever you like. But I haven’t asked for customisation , so don’t call it that to get it out of the way. As I have writtten, it a rather small issue. But if you don’t even bother to understand it in oder to weigh it’s importance and report it or tell me that it’s to small of an issue to be reported, then your are wasting your time and mine here.
When we run any kind of a search string using Enfold,.. the results return on 10 entries per page. We need to change that number to 24.
Where can we find this in the code?
Hey navindesigns,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
li#menu-item-search:hover a {
background: transparent!important;
color: inherit!important;
}
Best regards,
Yigit
Hi guys,
I have a multiple issues, I searched and poked around on the forum and google, I did all the suggestions. but still the visual and text editor are still not showing.
1- update to the latest version of enfold,
2- update wordpress to the latest version
3 – deactivate all plugin
4- I had issues with updating enfold from the admin area, the (config-bbpress) folder disappeared then I uploaded the folder (config-bbpress) via ftp then I got these wierd symbols on top my menu, see image

then I had to upload the whole theme 3.8 via ftp (now the child them) stopped working but the symbols disappered so I spend a couple of hours trying to remember what I did and fix the site back to the way I had it before this mess.
but I still don’t see anything in the visual and text editor. see image below

after all this mess I still don’t see anything in the text editor.
Help Please?
Hi!
Thank you for using Enfold.
This option is not available yet but you can use this filter to enable the burger menu on a specific page or pages:
add_action('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
function avf_header_setting_filter_mod($header) {
if(!is_page(array(13))) return;
$header['header_position'] = 'header_top';
$header['menu_display'] = 'burger_menu';
return $header;
}
//first append search item to main menu
add_filter( 'wp_nav_menu_items', 'avia_append_burger_menu', 9998, 2 );
add_filter( 'avf_fallback_menu_items', 'avia_append_burger_menu', 9998, 2 );
function avia_append_burger_menu ( $items, $args )
{
if (is_page(array(13)) && (is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
$items .= '<li id="menu-item-burger" class="av-burger-menu-main menu-item-avia-special">
<a href="#">
<span class="av-hamburger av-hamburger--spin av-js-hamburger">
<span class="av-hamburger-box">
<span class="av-hamburger-inner"></span>
<strong>'.__('Menu','avia_framework').'</strong>
</span>
</span>
</a>
</li>';
}
return $items;
}
Adjust the value of the is_page() function. Make sure that the “Display of menu items” is set to “text”.
Cheers!
Ismael
Hey stanbrid,
Sorry for the late reply, and thank you for sharing the screenshots.
The major difference that I notice are page title and sidebar in the search result page.
If you have disabled the sidebar on the pages in Enfold > Sidebar options then the sidebar won’t show in the search pages.
To enable it please go to Enfold > Sidebar > and select Right sidebar on pages as seen in below screenshot.

Then make sure the sidebar has some widgets added in Appearance > widgets > sidebar
To display the page title please go to Enfold > Header > Header Layout > Header Title and Breadcrumbs > Select the options that suit your design best from the drop down list.
If you still have any issues please share the login details in private content.
Best regards,
Vinay
-
This reply was modified 9 years, 6 months ago by
Vinay.