Hi azulbambu!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-main-nav > li:hover > a { background-color: red; }
Regards,
Yigit
Hi german_photographer!
Thank you for using the theme!
I haven’t tried creating multisites through wordpress but I think it is better to update the theme through FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Ismael
Hi, my name is Egon, i love your theme ENFOLD, it is really very easy to use and works very fine.
I only have one question: I would like to show an shortcode in the excerpt of the theme. But if i put the shordcode “[wpc_countdown targetdate=”2014-05-08-10-15-59″]” into it i will not work. It only shows up the text.
I’ve tried to place the “add_filter(‘get_the_excerpt’,’do_shortcode’);” filter to the functions.php, but als soon as i saved it the page does not longer show, the browser stais white.
How can i manage to get it run?
Thank you in advanced for your reply, yours Egon.
Hi kenwae!
Please add following code to Quick CSS in Enfold theme options under Styling tab
strong.news-headline {
color: red!important;
font-size: 14px;
}
Regards,
Yigit
Hey phausner!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
#menu-item-662 a {
background-color: red;
color: white;
}
2- Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
3- Seems like you have already figured it out – http://i.imgur.com/VwJct4Z.png
Regards,
Yigit
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a {
padding: 0 7px !important; }}
And flush browser cache after applying the code
Cheers!
Yigit
Hi!
Can you point out the color section as well? I saw that you have custom ID for one color section on your page, and for that, following code should work
#testimonial-color-section-hold .container {
width: 100%;
}
You can add the code to Custom.css file inside Enfold/Css if you do not want to have it in Quick CSS section
Cheers!
Yigit
Hey heufti65!
Please try adding !important rule as following
.wp-caption-text {
display:block !important;
font-size:12px !important;
font-style:bold !important;
margin:0 auto !important;
padding:3px 10px 5px !important;
text-align:center !important;
font-family: "Roboto", arial, sans-serif !important; }
And flush browser cache after applying the code. If that still does not work, please try adding the code to Custom.css file inside Enfold/Css folder of your parent theme or Style.css file of your child theme if you are using one.
Regards,
Yigit
Hey coeval!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.comment-container, .text-sep-comment, .text-sep-cat, .blog-author { display: none !important; }
To edit the comment text, please use this plugin http://wordpress.org/plugins/codestyling-localization/ or change it manually in Enfold/Includes folder and open Comments.php
Best regards,
Yigit
I am not using any short code – just the contact form in the visual editor in Black Studio TinyMCE. I have not seen that I can use any original enfold widgets?
However, now I have inserted your short code. So it works.
thanks
Hello,
As you can see on this screenshot, i have a little problem when unsign the blank template.
Scroll the content stops at the bottom of the usual menu location.
In fact, the previous image remains visible, which is not pretty.
How can I change this?
Thank you.

Hi to the team !
I’m running the latest versions of Enfold and WordPress and I stumbled upon the same problem as described here : https://kriesi.at/support/topic/header-size-with-blank-template/
I found out how to get rid of the top “empty” header but one problem remains : when you scroll down to the next section via the button (I use a fullscreen slider), you get a new “empty” header corresponding to the height of a sticky header when you scroll down. I’ve been using the “minimum 100% of the browser height” for my color sections but I’m now loosing the benefit of it. I think it’s related to the new option for pages to have a fade-in sticky header, leaving an empty space when you use a template with no-header. Here is an example (just click on the button to scroll down) : http://agi.to
Is there any fix for that issue ?
Good day to you !
Fred
Hey there,
I have Enfold running on a multisite. Now I wonder what’s the best way to update. Do I use the Update function in the Network Admin Panel? Or is there a better / safer way. No changes made, only in the Quick CSS …
Thanks for help!
S*
Hi adrianwackernah!
Derzeit is kein flexibles Google Map Element in Planung, da die meisten Benützer nur ein “Fullwidth Map” Element wollten und keine Nachfrage nach einer Anpassung bzgl der Weite bestand (soweit ich weiß ist dies der erste Request). Ihr könnt aber gerne hier: https://kriesi.at/support/enfold-feature-requests/ einen Feature Request einbringen und wenn genügend Benützer dafür abstimmen, dann bauen wir es ein. Alternativ könnt ihr ein Plugin wie: http://wordpress.org/plugins/wp-google-maps/ verwenden, welches mittels Shortcodes arbeitet und die Weite flexibel anpassen kann.
Best regards,
Peter
@zerozendesign –
Thank you for your answer,
Of course, We can and will give more infomations if possible. We really need a Professional Web Design Company, our company is young but will work in international area. Bevor we share informations about us or our company, we want to see some references but your homepage is not available!
We are looking forward and pleased for more recommendations and offers.
Best Regards
Hi,
I can’t anymore upload images with Enfold and WPML – it is a HTML-Error without preview – picture. If I do it with Twenty Eleven Theme, it works. If I upload images with Enfold and WPML deactivated, it works.
Have you any idea?
Chears Chris
Enfold 2.6.2
WPML Multilingual CMS 3.1.4.
Wordpress 3.8.2.
This reply has been marked as private.
Hi!
Please create us an admin account and post the login credentials as private reply.
Best regards,
Peter
Hi morgantar!
Since 2.6 Enfold will add flags to the main menu. If you want to display the language shortcode instead of the flag images insert this code into your child theme functions.php file:
if(!function_exists('avia_append_lang_flags'))
{
//first append search item to main menu
add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
add_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
function avia_append_lang_flags( $items, $args )
{
if ((is_object($args) && $args->theme_location == 'avia'))
{
global $avia_config, $sitepress;
if(empty($avia_config['wpml_language_menu_position'])) $avia_config['wpml_language_menu_position'] = apply_filters('avf_wpml_language_switcher_position', 'main_menu');
if($avia_config['wpml_language_menu_position'] != 'main_menu') return $items;
$languages = icl_get_languages('skip_missing=0&orderby=custom');
if(is_array($languages))
{
foreach($languages as $lang)
{
$currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
$items .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
$items .= $lang['language_code'];
$items .= "</a></li>";
}
}
}
return $items;
}
}
(alternatively insert the code at the very top of enfold/functions.php after the <?php tag). You can also replace $lang[‘language_code’] with
$lang[‘translated_name’]
or
$lang[‘native_name’]
if you want to display the entire language name (and not just the shortcode).
Best regards,
Peter
-
This reply was modified 11 years, 7 months ago by
Dude.
It’ll be the same as in the first part of this video except when you would drag and drop into the wp-content folder you will instead delete: https://vimeo.com/64927356
The FTP information will be singular for your host but the program I use in the video is FileZilla.
1. If you are referring to Google Pagespeed, it should be disabled now. It looks like you disabled some other stuff to test. Whatever else you need me to do, please let me know.
2. It looks like everything eventually resolved itself with the transparency except for the social icons. They have not turned white. They look to be the same color as when there is a sold color header background. It would be nice to have those be white when transparent and then turn back into the normal color when resized on scroll just like the enfold demo site.
3. That makes a lot of sense now. Thanks.
Hey!
If you are referring to the theme options, you’d need to set those individually in each installation.
Regards, `
Josue
This reply has been marked as private.
Hi!
If you are using a child theme ignore custom.css, use style.css instead.
Best regards,
Josue
Hey!
I tried using a shortcode like this in a widget and it showed the captcha:
[av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='active' custom_class='']
[av_contact_field label='Name' type='text' options='' check='is_empty' width='']
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
[av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
[av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
[/av_contact]
Can you paste the shortcode you are using?
Best regards,
Josue
I’m trying to get the masonry portfolio to display images at pixel width or a predefined width via CSS. The behavior here on the widest browser set is closest to what I’m going for.
http://enfold.banyancom.com/people/
Bascially I’d like to turn off the responsive 3 col, 2 col, and 1 col settings. How could I do that?
Feel free to request it here:
https://kriesi.at/support/enfold-feature-requests/
Best regards,
Josue
This reply has been marked as private.
Hi Ziv!
We use this function, so if your WordPress installation is set to a RTL language the Enfold RTL stylesheet will be included automatically.
Best regards,
Josue