Hi
I’m placing a google map to all the portfolio items.
I tried a few plugins for that, but they all have some issues to display the map properly, like the marker is not in the middle.
Only in internet explorer it works fine. In firefox and chrome id don’t
1. I m not sure, if this is a problem from the plugins ore from the enfold theme. ?!?
the link on my site:
http://maurilux.com/portfolio-item/beach-villa-calodine/#tab-id-4
the plugin im using:
http://wordpress.org/plugins/oppso-maps/
2. If it is a problem of the plugin, does someone know a good alternative?
By the way, i had the same problem, with the enfold map widget.
Thanks for answers
Updated the latest version of Enfold (after installing WP 3.6) but the issue of EasySlider not changing after 2nd slide still remains.
Issue update:
Have upgraded both Enfold to 1.9.1 and WP to 3.6 to see if the problem exists. Have performed a full uninstall and deleted the /enfold theme directory.
This is what I found:
Using the global background instead of per-slide background has resolved the disappearing text issue. This looks like a major bug with LayerSlider.
The demo Enfold slide uses a different image from slide 1 and slide 2, and the problem occurs still.
Obviously a global BG isn’t suitable if we’re using multiple slides.
We need a resolution soon, please!
Hi,
I’m new to the whole WordPress scene so I’m nervous about installing the latest version of Enfold because I don’t want to lose any of the work I’ve already done. Am I just supposed to upload the new version as I did with the version I purchased and everything will transfer over?
Thanks,
Erin
Hey!
1) Please update Enfold to v1.9.1
2) Deactivate all third party plugins – maybe a plugin is not compatible with wp3.6…
Best regards,
Peter
Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
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.