Hey squaic!
Please try to use the Quick CSS field (on the Enfold > Theme Options page) instead. Personally I recommend to create a child theme and to add your custom styling code into the child theme style.css file: http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
Peter
Hi Enfold team!
Im not sure if you can help me with this, but i seen to have an issue with the transparent menu in the Opera Browser.
When i scroll down on the home page then things get weird, i have included a screen shot of the results after scrolling.
Hi there,
at first, let me thank you for this beautiful and easy-to-handle theme.
Unfortunately I have a little bit of trouble with an embedded JavaScript Code. As you can see in screenshot 1, the style of the embedded element with enfold theme is different than the usual style (screenshot 2).
Please feel free to take a look on our website!
Thanks a lot and greetings from Germany,
Jannik
-
This topic was modified 11 years, 6 months ago by
woozulu.
Hey Gurify!
Please insert this code into the enfold/functions.php or child theme functions.php file:
add_action('init','avia_remove_yoast_filter');
function avia_remove_yoast_filter()
{
remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
}
Best regards,
Peter
Hey!
Nevermind – I noticed you memory limit is still set to 40mb although Gunter: https://kriesi.at/support/topic/enfold-theme-theme-options-not-showing-in-the-dashboard/#post-312750 provided some code to increase it to 256MB. It seems like you can’t increase the memory with wordpress and you need to contact your host or server administrator. Ask him to set the php memory to 128MB or more.
Regards,
Peter
Problem solved via FTP ;)
This reply has been marked as private.
Hi there!
I have a problem with the footer section of my website! It is too heigh! Can you please help me to resolve it?
Hi!
It’s just have white space where the Enfold menu should be and when I try to edit a page, there is just a rotating icon! What could be wrong?
I am having trouble adding content to my pages on http://www.activeremovals.com.au.
1) When I update the page the font size on one text box matches that of another (large) when it should be small.
2) Sometimes when I update, I am left with only one element and the other text boxes disappear.
I am using wordpress 3.9.2 and enfold 2.9.2
Hi Josue,
i solved the db problem but i still get the warnings and errors.
:(
It only happens with Enfold theme.
Also, thx for making such badass themes!!!
I have bought over 30 in the past 3 years.
I explore and try and tinker and really only use Enfold in the end.
Mad respect. You make my life better.
I wish to rename the enfold directory without messing up my website – how do I do this ?
Did the update on a new project, can not update ‘Enfold’ section now, get ‘TypeError: e is undefined’ if clicking ‘Upload’ for logo etc., ‘Save all’ remains gray.
Will there be an update? Or did I miss something?
Edit: Ok, my fault. Working fine with latest theme version. Sorry!
Thank you
Dom
-
This topic was modified 11 years, 7 months ago by
digiswiss.
Hi Ted!
Just once, open /wp-content/themes/enfold/functions-enfold.php and look for line 64:
if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
Replace it by:
if ((is_object($args) && $args->theme_location == 'avia2') || (is_string($args) && $args = "fallback_menu"))
Regards,
Josue
I tried following the steps above but it doesn’t work on the latest enfold theme. I already put this code in my functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Coustard'] = 'Coustard:400,900';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Coustard'] = 'Coustard:400,900';
return $fonts;
}
And added this to custom CSS:
font-weight: 900;
but it doesn’t work. In fact when I do “view page source,” I still get this:
<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Coustard|Droid+Sans' type='text/css' media='all'/>
<link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=3.9.2' type='text/css' media='all' />
How do I fix this?
Hey!
Please update the theme to the latest version (2.9.2).
Best regards,
Josue
Hello
I havejust installed WP 4 and now the Avia editor wil not open any pages for editing
I have deactivated plugins but still it will not pull up the pages
Thanks
PS Still have not resolved the updateing to Enfold
Hi Ismael,
It’s a 1080p 27″ IPS LED.
When I say resize the browser, I mean drag the window width from full widescreen to a smaller size as if it was resizing responsively. Not zooming in or out.
When you do this in Firefox, you’ll notice that the vertical orange / brown colored “body and widget separater” is glitchy. You can see this in the linked image above.
In regard to the full width image not spanning correctly, I figured it out. In Dashboard > Enfold Theme Options > General Settings > General > Custom Background Image > Repeat, I had this set to no repeat. With this setting, my 1920×1080 custom background stretched to full width perfectly in Chrome and Safari by default. However, when viewed in Firefox, there are white bars on the left and right as if the image wasn’t large enough to span the whole screen. Strange…
By changing Custom Background Image > Repeat > No Repeat, to: Stretch Fullscreen, it finally looks right in Firefox. My apologies as I completely missed this in the theme options panel.
In regard to the glitchy vertical bar, I’m still unsure about that. If you open my site in Firefox on a 27″ monitor and then drag the window width from widescreen really slowly to a smaller size, you’ll see the vertical bar glitch I’m talking about:
http://rustylionacademy.com/coaching/
Thanks for your help.
I am unable to update pages.. the avia builder just has a spinning circle …
This was happening before the 4.0 update…
I have updated wordpress to 4.0 as well as the Enfold theme update.
Website appears fine in the front end…
This is a multisite
but it was working fine just a couple of days ago..
Hey vanderburg!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
span.avia_iconbox_title {
font-family: 'Oswald', sans-serif;
font-size: 15px;
}
Add this on functions.php:
function oswald_font() { ?>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<?php }
add_action('wp_head', 'oswald_font');
Cheers!
Ismael
Hi alfincobain!
Thank you for using Enfold.
Edit functions.php, find this code on line 160:
'facebook' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8f3'),
Replace it with:
'facebook' => array( 'font' =>'entypo-fontello', 'icon' => 'ue920'),
Regards,
Ismael
Hi faterra!
Thank you for using Enfold.
You can change the line height and font size of the text with this:
body, body p {
line-height: 26px;
font-size: 15px;
}
Best regards,
Ismael
Hey Johnny!
It’s because of the size of your images, try uploading at least one image with this dimensions.
Best regards,
Josue
Hey!
Thank you for using Enfold.
Please try to deactivate the minify settings then check it again on another browser or computer. If you want to compress the theme scripts, please try this plugin: https://wordpress.org/plugins/bwp-minify/
Add this on functions.php to exclude some stylesheets:
add_filter('bwp_minify_style_ignore', 'exclude_my_css');
function exclude_my_css($excluded)
{
$excluded = array('avia-custom', 'avia-layout');
return $excluded;
}
Cheers!
Ismael
Hi Tech!
Thank you for using Enfold.
You can create a static page on another website then add an iframe to show the actual enfold site. Something like this:
<iframe src="http://www.myenfoldsite.com" width="400" height="500"></iframe>
Cheers!
Ismael
Hi snyderl!
Thank you for using Enfold.
We can’t see the comment form if we’re not logged in. Please give us a temporary account. A screenshot of the issue will help.
Cheers!
Ismael
Hi profumopuntoit!
Thank you for using Enfold.
Please go to Woocommerce > Settings > Checkout panel then set the Checkout page and its endpoints.
Regards,
Ismael
Hey Jagrav!
Thank you for using Enfold.
I’m sorry but you will have to modify the core theme files if you want to show the category image. The easiest way is to insert column layouts then add an Image element for each category. Link the category images on the category pages.
Best regards,
Ismael