Hallo zusammen,
in RTE im Reiter “visuell” in weiß auf weißem Hintergrund dargestellt. Kann man das beheben? Ich habe die aktuellste Version von enfold installiert. Gruß dondela
Hey generatrorassociates!
Thank you for using Enfold.
That is the Color Section with a background image applied and background attachment set to fixed. Inside is a single text block element from the advance layout builder. Below the color sections are column layouts with Image elements inside. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Cheers!
Ismael
Hi – and thanks for coming back to this.
I’m working with WP 4.0 / Enfold 2.9.2 (all in a complete fresh installation, no update-runs)
and yes: I went through the process of deactivating the plugins before I posted here.
Best regards,
Katharina
Hi heybill!
Thank you for using Enfold.
Maybe you should disable the buttons and captions on mobile device. Edit the layers then go to Attributes panel. Add a unique css class on the Classes field. Use “hide-on-mobile” for example then use this on Quick CSS or custom.css to hide them:
@media only screen and (max-width: 767px) {
.hide-on-mobile {
display: none !important;
}
}
You can also use this process to apply a different style on the layer when viewing on mobile devices or smaller screens.
Cheers!
Ismael
Hi!
@ykblue: Do you have the latest version of Enfold? Have you tried to deactivate the plugins?
Best regards,
Ismael
Hey victor!
Open up wp-content/themes/enfold/includes/helper-main-menu.php and replace:
if(!empty($nav) || apply_filters('avf_execute_avia_meta_header', false))
{
echo "<nav class='sub_menu' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
echo $nav;
do_action('avia_meta_header'); // Hook that can be used for plugins and theme extensions (currently: the wpml language selector)
echo '</nav>';
}
//phone/info text
$phone = $headerS['header_phone_active'] != "" ? $headerS['phone'] : "";
$phone_class = !empty($nav) ? "with_nav" : "";
if($phone) { echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }
with
//phone/info text
$phone = $headerS['header_phone_active'] != "" ? $headerS['phone'] : "";
$phone_class = !empty($nav) ? "with_nav" : "";
if($phone) { echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }
if(!empty($nav) || apply_filters('avf_execute_avia_meta_header', false))
{
echo "<nav class='sub_menu' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
echo $nav;
do_action('avia_meta_header'); // Hook that can be used for plugins and theme extensions (currently: the wpml language selector)
echo '</nav>';
}
Best regards,
Peter
Hi webmanu!
Thank you for using Enfold.
Have you tried using the Color Section instead of applying the background image on the wrap_all container? Maybe this will help fix the issue on safari browser:
#wrap_all {
background-image: url(images/bg.jpg);
background-position: top center;
background-attachment: fixed !important;
-webkit-background-size: 2133px 1200px;
}
Best regards,
Ismael
Hi!
If you want to remove the default theme flags you just need to insert this code into the enfold/functions.php file:
add_action('after_setup_theme','avia_remove_main_menu_flags');
function avia_remove_main_menu_flags(){
remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
}
Best regards,
Peter
Hi,
We have been putting together a web site (see link) using the Enfold theme. We have just tested it using Pingdom and Google PageSpeed. The results aren’t good. For example, Pingdom is saying our site is slower than 83% of other sites that have been tested. How can we speed up the site? For example, can we minify scripts, etc?
Hi!
@elucius25: Do you mind if we take a look at the actual page with the contact form? Make sure that you’re running Enfold 2.9.2 with WordPress 4.0.
Cheers!
Ismael
Hey goossep!
Thank you for using Enfold.
Did you specify the width on Styles panel of the layer? If this is from a dynamic content type of layer then you can’t use the word-break property. I suggest that you manually add the text instead of using the dynamic content from posts.
Regards,
Ismael
Hi Peter,
That’s a pity. Perhaps a fix for this in future releases?
Used the code snippet, remove post navigation for, from enfold document site, guess above code does the same….
Thanks,
Daniel
Hi rgbozeat!
Thank you for using Enfold.
All you need to do is to add the Widget Area element then select the widget area that you want. I’m not sure why it disappears after the update. Did you add any html code on contents on top of the Widget Area element? Make sure that you close the tags properly because it will wipe out any content below.
Cheers!
Ismael
Hi understandchristianity!
Thank you for using Enfold.
We removed the prettPhoto plugin on the latest patch of the theme. The theme is using MagnificPopUp now. Anyway, you can still use the prettyPhoto plugin but you need to disable the Lightbox Modal Window option on Enfold > Theme Options. Download and install the prettyPhoto plugin. In case you want to know how to open an inline content using MPU lightbox, please refer to this link: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/
Regards,
Ismael
Hey!
Please try this code instead – insert it at the bottom of your child theme functions.php or enfold/functions.php:
add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
function avia_category_content_filter($current_post)
{
if(!is_single())
{
global $more;
$more = 0;
$current_post['content'] = get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>');
}
return $current_post;
}
Regards,
Peter
Hi winstonsf!
Thank you for using Enfold.
I’m sorry but I’m not sure what you mean by “fade out” the images but have you tried using the Fullscreen Slider instead of the Fullwidth Slider? Using the full screen slider will ensure that every part of the image is visible.
Regards,
Ismael
Hey Sarah!
Thank you for using Enfold.
Please update the theme to Enfold 2.9.2 then upgrade WordPress to 4.0. We tested this on my end and using the Attributes panel of the layer slider should add the attributes on the link tag. A third party plugin is adding that attribute on the images. Please deactivate the plugins which you think might causing this issue then test it again.
Regards,
Ismael
Hi generatrorassociates!
Thank you for using Enfold.
How did download one dummy page? Did you hit the Import Dummy Data again? This will override all your theme settings. Do you mind if we take a look at the current website? Make sure that you’re running Enfold 2.9.2 with WordPress 4.0. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Best regards,
Ismael
Hi Manfred!
Thank you for using the Enfold theme.
You can use this:
font-size: 28px;
line-height: 1.1em;
margin-bottom: 10px;
background: #000;
filter: alpha(opacity = 80);
background: rgba(0, 0, 0, 0.5);
display: inline-block;
margin: 0 0 1px 0;
padding: 10px 15px;
text-transform: uppercase;
letter-spacing: 1px;
To make it easier, try learning about google inspector or firebug. You can then look for the appropriate style of a specific object.
Regards,
Ismael
Hey broshannon!
Thank you for using Enfold.
Please download the latest version 2.9.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
This should fix the jquery issues with WordPress 4.0.
Regards,
Ismael
Hey sadullah!
Thank you for using Enfold.
I’ll ask Yigit to take a look. If you can translate the inquiry to english, we’ll be happy to help.
Regards,
Ismael
Dear Admin,
I am using:
Enfold 2.9.2
Wordpress 4.0
Enfold Child Theme Activated
1) On the Blog Page – I am unable to display a sidebar at all. I would also like to display the Shop Sidebar on the Shop page, however, the page continues to show only a default Blog Sidebar. I have changed the options on the Main Theme Menu as well as on the internal Pages but to no avail.
2) How do I change the font of the Recent Posts Widget to the default font?
Please help me out soon!
Thank you in advance,
Chinmay
Hey nini_bacher!
Thank you for using Enfold.
Maybe this will help:
@media only screen and (max-width: 1024px) {
h4.iconlist_title { font-size: 13px; }}
Cheers!
Ismael
Hi!
Have you tried updating the theme using the Enfold > Theme Update panel? Add your themeforest username and API key. Wait for a few hours to see if there is an available update. You should probably logout then login again.
Best regards,
Ismael
Hey!
Check in Enfold > Blog Layout:

If none are selected, no share links will be shown.
Best regards,
Josue
Hi guys,
For enfold theme advanced styling it is not updating my strong text font elements:
advanced styling / edit element / strong —> change font to #f05a1a, but its not changing from #c3512f
can you have a look and tell me whats going on. thank you.
http://www.poshelp.com.au/who-we-are/
enfold 2.9.2 (editing enfold-child)
wp 4.0
cheers
Daz
Hey!
Please update the theme to the latest version (2.9.2).
Best regards,
Josue
Hello guys,
After last my experience with your support, im very pleased, so try to ask you for a help one more time.
Im doing my new site.After install of enfold and importing dummy data, i cant normally edit content, i cant swich to advanced layout editor, and cant edit permalinks? could someone login my wp-admin or ftp and see the problem with theme?
I tried to uninstall enfold and WP by its self, and to install once again, but im getting same result, so i gave up…
Thanks in advance
HI there,
The reviews on all our single product pages are not showing. We contacted WooCommerce. They suggested switching themes. We did so using TwentyTwelve and TwentyFourteen. In both cases the reviews were visible. So looks like there is some problem with ENFOLD. Please advise.
Many thanks