Hey!
Have you tried using the wp_nav_menu_items filter? we use that to insert the default Enfold search field:
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
function avia_append_search_nav ( $items, $args )
{
if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
if(avia_get_option('header_position', 'header_top') != "header_top") return $items;
if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
global $avia_config;
ob_start();
get_search_form();
$form = htmlspecialchars(ob_get_clean()) ;
$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="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
</li>';
}
return $items;
}
Cheers!
Josue
hi –
on this demo page: http://kriesi.at/themes/enfold/homepage/transparent-header/ the menu text changes color upon scrolling.
However, on our site, which we just installed and have done nothing with, http://websitetestingserver.com/megan/?page_id=2890 the menu text does not change color upon scroll. How do I get my version to act like the demo?
many thanks,
doug anderson
Hej,
I’m wondering, whether Enfold can show blog posts or
portfolio entries in my case as you can see it here: http://www.hochschwarzwald.de/.
* number of columns depends on window size (responsive) – in this example up to 3 columns
* variable heigth of preview
Any suggestions?
Thanx
-
This topic was modified 11 years, 6 months ago by
flymotions.
I just purchased Propoulsion theme because it is built on Woo Commerce platform. But after using Enfold, I find it hard to use. Does Enfold support Woo Commerce?
Hi.
I have updated to 3.01 and i like the changes but it has messed up a lot of my custom css in my child theme.
I keep getting pointed to this folder uploads/dynamic_avia/enfold_child.css.
Why has it grab some of my css from child theme style css? Can you just explain it to me and why you have gone this way and the purpose.
Thx
-
This topic was modified 11 years, 6 months ago by
khedrubje.
We just upgraded to the latest version of the Enfold theme and I’m having issues with the the social and search icons not appearing in the themes header and footer. It just shows the text.
Here is a link to our site: http://photoindependent.com
You can see the issue in the header of the homepage. Please help.
Thanks,
Chris
Ismael,
Thanks for showing me where to get the code and where to put it in the file. I have another problem before I can get to that. When I try to log on or get to any of the admin controls I get the message:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /vservers/beckymartzcom/htdocs/wp-content/themes/enfold/functions.php on line 97
I can’t get to the point of changing code.
I have the original download on my computer. Could I use that to restore the functions.php or functions-enfold.php and get back to the original code, eliminate the error, and then make the changes you have indicated? At this point I am frozen out of WordPress/Enfold.
Thanks
wjmartz
Can someone please help with a solution to this issue? Do I need to reinstall the update somehow? Add the above container code somewhere? Any suggestions? I started this thread a week ago when I updated Enfold to 3.0.1.
I’d really appreciate some sort of step forward.
Thank you,
Eisa
I just fixed the problem! It is a “duh!” solution. Just selected custom height of header in Enfold’s panel, and everything works fine now.
Anonymous
Good evening Josue ,
Thanks for the code . Looks great.
But you can again take a look at the presentation ?
Input: http://i.imgur.com/EGnW57A.png
WHILE scrolling : http://i.imgur.com/XJfVgJb.png
It looks as if the logo at the left edge of the frame is cut away . Perhaps you can engage further to the right 1px for it yes .
Can any such influence as the logo disappears when scrolling. In the Enfold logo it looks as if it is just small .
With me as if the logo pulls down .
How can I enlarge the logo with the dog . That’s almost as big as the header ( 120px ) ?
Can you tell me a CSS code as in the Scrolled header a little invisible getting? Covered as on so about 10 % as it is in the original Enfold Theme also .
Regards,
Dominik
Hi Guys,
I’m using the 3 & 4 Column Portfolio provided by the Enfold Theme.
Is there a way to get rid of those gaps between the colums?


Thanks in advancce,
best,
Simon
-
This topic was modified 11 years, 6 months ago by
Simon.
Our live site is currently using v2.3.1 of Enfold and it appears that the original developers customized the parent theme as there is no child theme present. It also looks like edits and customizations were made to custom.css, layout.css, and possibly more files.
We are trying to update a dev site on a testing server first, to make sure we can get v3.0.1 of Enfold working with WordPress 4.0 before we feel comfortable that changes to our live site won’t be ruined.
What would the best way be to go about this? (Use the 3.0.1 version as the parent and create a new child theme and try to input the customizations there?) What is the easiest/best way to find all the customizations that were originally done to make sure that they get applied?
We are having no luck getting the new version working and looking the way its supposed to match the live site on the dev site.
Hey!
@manjii, you are using a very old version of Enfold (2.2), please update the theme to the latest version (3.0.1).
Regards,
Josue
Hello Enfold team,
Please go to http://www.thecgschool.com/free-members/
The WP Layerslider (at top) looks great on the desktop but on the mobile portion it gets moved down. It has to do with this CSS I modified (to get the desktop version to work right):
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 140px!important;
}
How can I make it so that the mobile version doesn’t push the WP Layerslider down 140 pixels?
Thanks,
Brian
Ismael, I’m a bit frustrated. I set no side bar in Enfold and then for that page I choose side bar setting right hoping it would show just my custom settings for the sidebar but it doesn’t change anything. For my widget settings I have the sidebars set for my custom settings so those should just show up. Also is it possible to show the comments from the post that is showing rather than having to click on the post to view the comments. The reason we want to show the comments on the front page is for SEO reasons. Give the page more content and it will always to be changing.
Thanks for your help in advanced.
carla
Hi!
I have nested the last version of Enfold inside the main Enfold theme (also last version) by accident, via FTP,
and I can’t remove/delete it (I use FireFTP as recommended).
As a result, the theme display is corrupted (double or triple menus, no images).
I tried to properly overwrite the Enfold theme but the nested guy remained…
Any suggestions?
Many thanks in advance.
And how do I turn OFF these backend translations, please??
My website has plenty more languages than I can speak/read, so it’s important that I can edit all languages and still know wth I’m doing.
For example, when I want to insert and edit a Portfolio Grid (all elements are translated as well, so luckily there are still icons in them):
All of the settings of the pop-up editor are also translated. I cannot understand it anymore. Like Italian, I don’t speak that language, but when I’m editing my Italian website I get settings like:
Quali Voci?
Selezionare le voci da visualizzare selezionando una tassonomia
Euhm, right, that’s where I need to edit … what exactly?
I seriously need to find a way to deactivate backend translations. I’m sure it’s caused by Enfold because everything WP native is still in English while most of Enfold is translated.
Tried the suggested plugin, but still see it translated.
The problem is, it basically happens to all Enfold-related fields, such as the advanced layout builder. So no point switching themes. I tried looking in my WPML settings to see if it could be set there, but couldn’t find anything that may have an impact on this.
All I see is the spinning wheel… I disabled all new plug ins etc and it’s still not working
what to do?
Hello,
My website uses enfold, but we are having some issues from google.
when it renders, the menu above the header seems to take up all the space? Any way to hide that on mobile?
Hi Yigit.
I updated to the latest version of enfold. It helped…the only issue now is the logo placement in mobile. You will see the issue on the iphone 4. The logo is overlapped by the menu. The code above did not resolve the issue. You can see it here. musicbydesign.com
Hi there,
first of all – I love enfold and working with it.
I want to create a site using the tab element to show the offers of the company.
It should look like this site: http://www.fitbox.de
Is it possible to change the tab element so that it looks like that. clicking at EMS – the ems section shows up below. clicking at the clock symbol – the text to shows up under the symobols. I just want to have the symbols bigger and no lines between the tab sections.
Thanks for your help.
This reply has been marked as private.
Hi,
I just wanted to know what the best way is to override a font style such as H2 or H1 via css in a color section. I have the custom-css activated in Enfold so I can add a class.
Here is what I tried
.ad {
font-size: 35px;
color: white;
}
Is that enough to get it to work?
sl
Ismael, yes I’ve noticed that. However, 340 x 156px is just not suitable for a lot of situations. Modifying the CSS is not obvious. It’s easy to say “modify CSS” but harder to do in practice. I realize I’m trying to push Enfold into the WP equivalent of Squarespace – which probably wasn’t your intention :)
Anyhow, any attention that can be given to make this easier on us would be greatly appreciated. My guess is that the load on tech support would go down a bit and I know you guys could use that :)
Thanks again for your awesome support and an awesome theme.
Hey!
You can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .social_bookmarks li a { color: white; }
Best regards,
Yigit
Hi,
Thank You for all your amazing work with the wonderful Enfold theme. Everything is looking great just having major issues with the Contact Forms that are built in. We are using a Windows 2012 Server. Have also tried Contact Form 7 and seem to be getting a mail sending error also.
Hey generatrorassociates!
Please go to Enfold/includes and edit error404.php file
Regards,
Yigit