Hi there, I have built a site for bamboofloors.com.au using the Enfold theme, and since the wordpress update the site has had many issues, the main one is adding images to blog posts. It simply will not let me, and the whole site freezes and locks up.
Please help, great f*&^%in theme by the way.
Nathan-Australia
Hey!
Please update to WP3.6 and Enfold 1.9.1. If the issue still persists please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Best regards,
Peter
Hi!
Please read: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help – does the answer solve your problem too?
Best regards,
Peter
Hey!
Please update Enfold to v1.9.1 and update WordPress to v3.6. If the issue still persists post a link to the slider page please.
Best regards,
Peter
In the theme options (Enfold > Sidebar) select the “no sidebar” (all dropdowns). Then open up wp-contentthemesenfoldforum.php and replace
global $avia_config;
with
global $avia_config;
$avia_config['layout']['current'] = $avia_config['layout']['sidebar_right'];
$avia_config['layout']['current']['main'] = 'sidebar_right';
Then open up wp-contentthemesenfoldfunctions-enfold.php and replace
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
with
if($breadcrumb && is_bbpress()) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Hi,
Easy slider and post sliders not working after 1.9 enfold update. Easy Slider is stuck on first slide. Post slider gets stuck after one forward/backward click. here is a link for you: http://thepsychreport.com/
thanks,
evan
Hi!
Great, I’m sure it will help some users who prefer the informal version :)
Regards,
Peter
You can use the menu builder (Appearance > Menus) to create your custom menus. Add a new menu, select the pages/categories, etc. on the left side and add them as menu items to the menu. You can also rename the menu items or add custom links to your menu. Then save the menu and assign it to the right theme location (i.e. to “Enfold Main Menu”).
hi guys.
I have Enfold installed – latest version of WP 3.6.
I created pages a while ago and now the pages are still there look good in the browser (non logged in) but the content has completely disappeared from the edit page – meaning that I cant edit the pages at all anymore. i have print screens but dont know how to upload.
Cheers
Mani
Hi,
Please download the latest version of Enfold which is 1.9.1. It will fix the slider issues.
Regards,
Ismael
Hi!
The only small glitch I noticed is the volume bar position. You can fix it with following css code.
.mejs-controls div.mejs-horizontal-volume-slider {
width: 60px;
}
Best regards,
Peter
Hi, Noticed that there is no ‘Audio’ Format available in the Enfold theme for Posts.
Made these changes in the ‘functions.php’ file:
/*
* add post format options
*/
add_theme_support( ‘post-formats’, array(‘link’, ‘quote’, ‘gallery’,’video’,’image’,’audio’) );
Now I see the ‘Audio’ Format available for Posts but after choosing this format, the Post ‘Title’ looses its normal formatting. Meaning it doesn’t show in the CENTER, nor is it BOLD and doesn’t LINK to the Post; like all other Post Titles.
Here is a test post under Audio Format:
http://aumfoundation.com/test-audio-post/
Please help as I often need to post under Audio Format.
Hi,
Go to Enfold > Footer > Copyright, place [nolink].
or manually edit footer.php, find this code
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");
Regards,
Ismael
Hi,
@BizBuzzMedia:
Edit 404.php, find this code:
//get the sidebar
$avia_config['currently_viewing'] = 'page';
get_sidebar();
Replace it with:
//get the sidebar
$avia_config['currently_viewing'] = 'page';
echo '<div class="sidebar sidebar_right three alpha units"><div class="inner_sidebar extralight-border">';
dynamic_sidebar( '404' );
echo '</div></div>';
Go to Appearance > Widgets, create a custom widget and name it “404”. Supply it with widgets.
Next time, please create a new topic for your inquiry.
Thanks,
Ismael
Hi,
Please upgrade to Enfold 1.9.1. The slider issues will be fix by then.
Regards,
Ismael
Hi,
1.) The social icons use the entypo fontello font. Right now, there is no easy way of adding a social button. Please refer to this link and follow Nick’s or my instruction: https://kriesi.at/support/topic/youtube-icon
2.) You can change the arrow on css > base.css, find this code:
.image-overlay .image-overlay-inside::before{content:"E744"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}
Change the content property with another icon from entypo fontello. Refer to link for the entypo character maps: http://www.entypo.com/characters/
Example, we’ll use the phone icon(U+1F4DE):
.image-overlay .image-overlay-inside::before{content:"1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}
You can combine different icons.
Regards,
Ismael
Thank you for letting me know so I can stop looking for a solution that doesn’t exist.
:)
Hi Ismael, I need to change the side bar that is currently displaying on my 404 page. Can you tell me how to write this?
//get the sidebar
$avia_config = ‘page’;
get_sidebar();
?>
Thanks,
-David
Hmm. Well, I stand corrected. There are still some problems. Can you take a look at this one:
http://www.secondshifters.com/music/cell-division/
Aha! That did it!
I was using 1.9 from earlier today. You must have fixed it already with 1.9.1.
Good work :)
Sorry if this has been answered already – please, point me if there is an answer.
How to properly update the Enfold theme? Delete whole old folder via ftp and reinstall new version?
Thank you.
Hey!
Hey!
Are you already using the 1.9.1 version we released today? I checked the audio embed and it works fine for me :)
Best regards,
Kriesi
Gday Enfold users
When I embed a vimeo video using the advanced layout editor, the video fills the width of the #main .container (as you’d expect).
Is there any way to set params for the video size? For example, I need it to be a smaller width (approx 80px, but isn’t a size that I can use the layout divisions available).
Using CSS I resized the #main .container, but the video still poked out/overflowed the side of it.
Since I want the benefit of the responsive resizing I would like to still use the video embed of enfold.
Thanks for any help with this
cheers
Darryl
If it helps, a large part of the problem appears to be this line on line 1953 in css/shortcodes.css:
Code:
height: 100%!important;
There’s still some padding/margin issues with that turned off,but I think that should get you on the right track.
Unfortunately, embeded audio is still a problem with this release. It’s slightly better than before, but definitely not working properly. Any text I place above an audio tag is displayed properly, but any text placed below one is overlapped by the audio player. If I put several lines and paragraphs below the audio tag, the size of the player just increases in height to cover those lines.
You can reproduce this easily enough, just throw this on a page:
[audio src="https://www.secondshifters.com/podcasts/Second%20Shifters%20Podcast%20-%20Episode%2096%20(Dagnabbit).mp3"]
Test test test
Blah blah blah
blah blah blah
Anyone else still having problems with Sliders after Enfold 1.9 update?
Hey Nick,
I haven’t been able to find which version of Enfold we are using. Where is that documentation located?
As far as the issues are concerned, I have implemented the recommendation put forth by Ismael, and it is working as an acceptable workaround. Nevertheless, I would like to know what is causing the failure so as to avoid triggering it again in the future.
If more details are needed regarding the nature of the problem, please let me know.
Thanks
Hey Guys!
I noticed the easyslider problem and I am currently working on it. (If I can find the error which is unfortunately a little bit tricky an update will be out within the next few hours as well)
The layerslider was updated a few enfold versions back to 4.6.0 so it should work fine.
Best regards,
Kriesi
Devin,
Thank you! I’ll give this a shot and let you know how it goes.
Hi toonartist33,
Try installing the theme via ftp following this video: https://vimeo.com/channels/aviathemes/64927356
There could be a timeout issue on your server because of the size of the theme or something like that but installing via FTP will always get the files up there correctly.
You may also want to take this time to check that your wordpress installation has at least 96mb of php memory. You can increase it following one of the options here: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin