@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, 9 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
I need to create child themes of Enfold in multi sites set up, but not sure what is the correct set up with the way your CSS folder is with custom.css. Can you advise? Thank you!
Hey!
Please change the settings as Ismael mentioned (Enfold > Header > Mobile Menu > Header Mobile Menu activation):

Cheers!
Josue
Hello Ismael,
So i’ve over write all the wordpress core files but the issu is still here ! it only happening when Enfold s activated …
Thanks for the layerslider. It works fine now
Hey @TheBiZWeavers,
I can definitely see how you would be having issues. The theme, when combined with s2Member, WPML and WooCommerce will need more than the typical server set up to run as stable.
WooCommerce is also showing that it only has 40mb of memory to work with though I don’t know if that is an error or not. You can view the WooCommerce stats from WooCommerce>Stystem Status.
So in your case, you will probably need to upgrade your hosting environment if you want to work with all of the current plugins at once.
Best regards,
Devin
Hi!
It sounds like you mean the sidebar on the single product page is showing under the image. This is exactly how it is supposed to show using the default theme options and code since the sidebar loads under the image and the single product page does *not* have a sidebar.
You can change the single product layout using the functions and example grid structure in the demo php snippet here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Regards,
Devin
Hi there…
You’re correct… activated is the right term. Can you give me some direction about how to delete the folder over FTP? I’m a real novice here… feel free to give me instructions like you’re talking to a four year old. :-)
Thanks!
Donna
Hi dwmcclure!
When you say previewed, do you mean you activated the theme? If so and its causing an issue you can delete the enfold folder from your wp-content folder over FTP or your hosts file manager which will revert WordPress to one of the default themes.
Regards,
Devin
Please help. I thought I would take a look at how Enfold would handle my client’s WordPress site and now I cannot access the admin panel to revert the site back to the original layout or edit Enfold.
Any tips would be greatly appreciated.
http://www.xpeditionarchery.com/admin
I have tried to upload a font zip files from from http://fontello.com/ and am getting the following error message
Couldn’t add the font.
The script returned the following error:
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 41: parser error : Opening and ending tag mismatch: img line 41 and a in /home/xxxx/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 177
Warning: simplexml_load_string() [function.simplexml-load-string]: lt=”eagles view consulting logo” src=”/wp-content/uploads/2010/03/logo2.png”></a in /home/xxxxn/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 177
Hey,
For some reason the mobile menu is not being display on our version of Enfold. Can someone help me figure out why?
This is what I have in my style.css .responsive .mobile_menu_tablet .main_menu { display: block; }
I will respond with a private reply and provide the site URL.
Thanks guys!
I’m trying to pass a set of post IDs to the av_postslider shortcode. Some enfold shortcodes allow for something as simple as ‘ids=”12,14,25″‘ but this isn’t working for av_postslider. Any suggestions?
I actually already tried that. But it still overrides any specific field width settings in Formidable.
To “sort of” help (but still doesn’t solve the problem) I used:
#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
min-width: 0 !important;
}
It’s better, but that doesn’t solve the problem either.
The main issue is that in Formidable, you can specify whether a field is full-width, or you can choose your own width (i.e. 5 characters wide for a number field, etc) and it seems like the “width” in base or child CSS should really be cleared/deleted for Formidable to work properly. Just my guess.
It seems like I have to get into the base CSS and delete “width: 210px” since I can’t really null it out. But, where is the base CSS? (Sorry, I’m not a WordPress or CSS master, but still learning!) Even though I prefer not to touch ANY base code, I’d be curious to know if this would solve the problem.
By the way, I was wondering why did you guys choose 210px for fields?
Just curious – I bought Formidable since you guys recommended it, but has anyone else mentioned any issues between Enfold and Formidable??
Thanks for the help!
Thanks a lot for this useful hint!
Works well…
You all doing an amazing Job!!
Hi,
When adding a contact form in the widget area I am not able to add a simple captcha as I can do when I add contact form on a contact page. Do you have any suggestions on how to solve this? Regards Eva