Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li > a { color: #e1e1e1; }
Best regards,
Yigit
Hi
when i put the widget “Enfold Advertising Partner” Widget into the sidebar – i am not able to link to a new window. Is there a way to manage that or can i put the Media-Element of AVIA Builder “partnerlogos” into the sidebar?
I am sure that our users do not want to leave the page if linked to a partner.
THX, Oliver
Also –
I need to keep the text for that menu link as white with no hover effect on text.
Hey Ismael,
Thanks for that.
I’m getting somewhere, but changing the height changes the height of the menu itself and I don’t want to do that. You can see now that I have positioned http://codelessme.com/paidfairly.
This is what I have in quick:
#header_main .container,.main_menu ul:first-child > li a {
height: 85px !important;
line-height: 65px !important;
}
#avia-menu {
position: relative;
top: 8px;
}
.fixed_header #main {
padding-top: 85px;
}
The heading is a fixed height.
Hey vasilybodnarchuk!
1- Please go to Enfold theme options > Header and make sure that you have checked “Append search icon to main menu”
2- Can you post a screenshot of css issue? It did look fine to me
Best regards,
Yigit
Hey Lucinda!
Can you post the link to your website so we can investigate?
Best regards,
Yigit
This reply has been marked as private.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .title_container { display: none; }
Best regards,
Yigit

Hi! I am incorporating an intranet plugin into the Enfold theme. It’s working out great so far but there is one little weird thing happening with the search buttons. Any idea on how to fix this?
Add an admin list-filter for portfolio entries…
function restrict_portfolio_listing() {
global $typenow;
$post_type = ‘portfolio’; // change HERE
$taxonomy = ‘portfolio_entries’; // change HERE
if ($typenow == $post_type) {
$selected = isset($_GET[$taxonomy]) ? $_GET[$taxonomy] : ”;
$info_taxonomy = get_taxonomy($taxonomy);
wp_dropdown_categories(array(
‘show_option_all’ => __(“Show All {$info_taxonomy->label}”),
‘taxonomy’ => $taxonomy,
‘name’ => $taxonomy,
‘orderby’ => ‘name’,
‘selected’ => $selected,
‘show_count’ => true,
‘hide_empty’ => true,
));
};
}
add_action(‘restrict_manage_posts’, ‘restrict_portfolio_listing’);
function convert_id_to_term_in_query($query) {
global $pagenow;
$post_type = ‘portfolio’; // change HERE
$taxonomy = ‘portfolio_entries’; // change HERE
$q_vars = &$query->query_vars;
if ($pagenow == ‘edit.php’ && isset($q_vars[‘post_type’]) && $q_vars[‘post_type’] == $post_type && isset($q_vars[$taxonomy]) && is_numeric($q_vars[$taxonomy]) && $q_vars[$taxonomy] != 0) {
$term = get_term_by(‘id’, $q_vars[$taxonomy], $taxonomy);
$q_vars[$taxonomy] = $term->slug;
}
}
add_filter(‘parse_query’, ‘convert_id_to_term_in_query’);
Hey Ben!
Yes, we already change the slug translation method. A tutorial can be found here: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/
Cheers!
Peter
Hi Kriesi Team!
I am working on a very customised eiditon of enfold and I got stuck a bit with customising the menu.
This is the site I am working on :
http://dev.irecruitexpo.com/
I want 2 changes to be made on the menu.
1.) I want to make the top level main menuitems to stay hoovered unti another main menu item is hoovered. I mean if I hoover some of the submenu items opening from the main item, the main item background should stay blue as long as I keep hoovering the submenu or until I hoover another main menu item.
2.) I want to change the direction of how 2nd level submenu items open. Instead of opening to the left I want them to open to the right.
I appreciate any tips or help what you can provide. I am loking forward to your reply!
Regards,
Tom
While trying to get to work with Enfold and WPML. I’m running into quite some problems.
At first I thought the problem was in WPML but now the WPML supports starts pointing at kriesi:
http://wpml.org/forums/topic/404-after-switching-languages/page/2/#post-320149
My problem: I bought a theme (enfold) and a Plugin (WPML) which both claim to be compatible with each other and it just does not work.
I would realy apreciate some help.
The latest problem is the javoscrip error : 
Hey David!
Please use this on your custom.css or Quick CSS to adjust the height of the menu list:
.main_menu ul:first-child > li a {
height: 40px !important;
line-height: 40px !important;
}
Add this to move the main menu position:
#avia-menu {
position: relative;
top: 30px;
}
Cheers!
Ismael
Hey!
Are you using WPML? Please use this plugin: 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”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for 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).
Regards,
Ismael
Hey!
Glad it is working now. :)
Cheers!
Ismael
Hi Ismael,
1) I downloaded and installed the update ( 2014 January 09 – Version 2.4.5) before sending you my post…
2) I put my code in the custom.css. The font that I want to use is Bariol regular font.
The code :
/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
@font-face{
font-family:bariol_regular;
src:url('/wordpress/wp-content/themes/WPenfold/font/bariol_regular.ttf') format ("truetype");
}
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
@font-face{
font-family:bariol_regular;
src:url('/wordpress/wp-content/themes/WPenfold/font/bariol_regular.ttf') format ("truetype");
}
}
Kind regards,
Thomas
I’m having same problem. Installed Enfold new, using child theme and slider just vanished and will not display on front end. I duplicated the back end slider, renamed it and still no luck.
Changed themes – input my api and username again, refreshed cache and still no luck.
Any suggestions?
Lucinda
Hi!
1.) It should be there by default. Try to download the theme again then update your installation.
2.) What is the font you’re trying to use? Did you create a font folder inside the enfold theme? Please post the @font-face code that you created.
Cheers!
Ismael
Hi Devin,
I found the problem. It was with the Layer Slider WP. The previous theme was also using the plugin, so it caused a conflict. I got rid of my older theme and the plugins for it and the installation worked.
Thank you for the quick response.
Lyse
+ 1 for Right Sidebar on woocom single product pages also.
I described the need here https://kriesi.at/support/topic/get-a-right-sidebar-in-woocommerce-single-product/ but @Zerozendesign did it weel in just a few words, as quoted by @ttem just above :
The addition of a right sidebar option on a woocommerce page. For visitor usability, this seems like it would be a no brainer. The ability to add the shopping cart widget into the right sidebar so visitors could view their cart as they are shopping would be an ideal scenario.
Thank you very much.
My site can be found at http://bit.ly/1fqPkFc.
I have used the snippet below on other themes and it works great. It adds a pop-up Pin It button to all images on hover, but I’m not sure where or how to add it to Enfold. I’d like to have it function on all pages.
I could not add the Insert-html-snippet plugin mentioned above because it is out of date with the current WP version, so I tried one called Code Snippets which did nothing. I can’t tell where it is adding the code. I need it to go after the opening tag <body>
<script type=”text/javascript” src=”//assets.pinterest.com/js/pinit.js”
data-pin-hover=”true”
></script>
Hello, I need to add http://vk.com (social media site) button to fixed header among other social icons.
There is no such an option for now in Enfold admin panel. I can find an icon I need on http://fontello.com/ (“vkontakte” keyword), but what’s next? It would be brilliant if I could combine some custom frontello icon with some custom social network link…
-
This topic was modified 12 years, 2 months ago by
Vermishelle.
Josue, yes I tried using a Text element, but 2 things:
First the link is not seen, and all you see on the website is the text
And secondly, Yoast cannot see the code either.
Devin,
Here is the code Im trying to use:
http://video.imaginefs.com/medias/jwtmn2t7w3?embedType=iframe&videoWidth=640
I looked at using shortcodes, but the page is relatively complicated and it didnt seem that easy to re-create each page that way.
If I cant use these codes in some way within Enfold, we may need to move themes, as we are not getting the benefit of any Video SEO right now.
Any help, gratefully received.
Hello Dude,
In this topic: https://kriesi.at/support/topic/problem-with-wpml-templatebuilder-and-permalinkstructure-since-3-7-1-update/
we talked about the fact that Propulsion/Enfold together with using WPML sometimes changes the permalink structure…
You said that you’ll contact Kriesi for a solution for that specific problem..
Right now I wish to buy Enfold for a new client and we’ll be needing WPML in the future. THere is also another project coming up where i’ll be needing WPML..
Pls let me know asap if this problem has been fixed and if I can safely buy this theme and not be confronted with the WPML problem in a later stage..
Thanx!
Ben
Hey!
Sure – you can use following css code
.page-id-15 #av_section_1 .post-entry{
background: rgba(255,255,255,0.5);
}
The last value must be between 0 and 1 and determines the opacity.
Cheers!
Peter
EdParticipant
I have successfully installed the Compact WP Player Plug in with the idea of placing a player localed to the right of the social media icons on my page built on the enfold theme. Can you please help me customize this?
The code I need to call my audio file is
[sc_embed_player fileurl=”http://myblog./wp-content/uploads/2014/01/music.mp3″ volume=”10″ loops=”true”] but where do I place it?
Hi hellovlad_!
1) The breadcrumb doesn’t take care of the menu items and the menu order does not affect the breadcrumb hierarchy. See: https://kriesi.at/support/topic/breadcrumb-navigation-2/
2) I recommend to rename the “Portfolio 3 Column Ajax” page to “Portfolio” – then the structure should be “You are here: Home / Portfolio / Portfolio Item Name.”. If you want to remove the “Home” link insert following code at the bottom of functions.php
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1);
function avia_change_home_breadcrumb($args){
$args['show_home'] = false;
return $args;
}
Then the breadcrumb should just show the pages (“You’re here: Portfolio / Portfolio Item Name”).
Best regards,
Peter