Hi Enfold team,
Great theme!
In the Enfold theme sliderWP you have some leaf images as an animation in the slider. These leaves have transparent backgrounds, which i great for use in the SliderWP. However, I have trouble finding such images online, with transparent background – the only one I can find is images that are graphical creations.
Can you help me with this one – and also send me a link, where I can buy/download the license for the leaves.image that you use in the slidersWP?
Hey!
Glad you figured it out Marcus! Let us know if you have any other questions or issues
Regards,
Yigit
This reply has been marked as private.
Hey wunderkindes!
Please see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ to create sections. Then you can add anchor to those sections in Appearance > Menus > Add New Link
Best regards,
Yigit
Hey!
Can you please give us a link to the actual website?
Best regards,
Ismael
This reply has been marked as private.
Hi,
I updated to wordpress 3.8.1 + Enfold 2.5 and it seems to have caused the portfolio grid thumbnails not to show.
It’s fine when logged in as admin and view the portfolio page but when in open public viewing logged out of admin the portfolio grid thumbnails do not show.
Please could you help.
kind regards
Hello Ismael,
like Arapla I want to resize the left sidebar, so I edit functions.php in my child theme but nothing happens.
Here my url: http://ecbiz147.inmotionhosting.com/~morepa5/?page_id=2438
Here my functions.php:
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/
/*to add or edit an Advanced Layout Builder element*/
add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.’/shortcodes/’);
return $paths;
}
/*Resize left sidebar*/
$avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘ten’, ‘sidebar’ => ‘two alpha’ ,’meta’ => ‘two alpha’, ‘entry’ => ‘nine’);
After installing WPML I get the following error whenever I click on a category link:
Fatal error: Call to undefined function icl_t() in /home/yumind/webapps/hiveblog/wp-content/themes/enfold/config-wpml/config.php on line 520
Sample link here: http://hiveblog.yumind.com/?cat=6
Site is here: http://hiveblog.yumind.com/
Categories links are located in the Enfold Main Menu location.
Besides WPML, no relevant plugins are active (just a social widget and the wordpress.org import tool).
I am using Enfold updated at the latest version (2.5.1). Everything is up to date.
Hey PlanetServizi!
You can override the theme files via FTP. Please watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
Ismael
So habe es hinbekommen.
Der Code muss folgendermaßen lauten:
class=’lightbox’ rel=’prettyPhoto[%GALLERY_NAME%]’
Auf der Seite: https://kriesi.at/support/topic/how-to-use-nextgen-gallery-with-enfold-and-other-kriesi-themes/
fehlt beim Code am Ende das ‘.
Gruß
Hello,
I have just bought enfold template (really nice) and I wonder if it is possible to make some changes:
1. how to remove the bullets (black points before each menu item) in the sidebar menus
2. how to remove in the Breadcrumb “you are in:”
3. is it possible to locate the pageheader not at the begining of the page, but under another page element
4. is it possible to change the place of the Social (now at the end of the page) for another location in the page content
thanks in advanced!
This reply has been marked as private.
This reply has been marked as private.
Ho ricevuto una email dove si dice che c’è un nuovo aggiornamento di “Enfold Theme”. Ho scaricato il file, ma in che modo posso effettuare l’aggiornamento? Devo reinstallare tutto Enfold? Su un aggiornamento precedente, lo stesso mi compariva direttamente dentro WordPress, e cliccando su aggiorna, ha fatto tutto il programma in automatico.
Ti ringrazio in anticipo.
Planetservizi.
Hello!
Sorry, my English is not so good, but I will try it and hope you understand it.
I found this page: http://www.musikzentrale.net/ and I think its made also with enfold.
If you scroll the side down you see behind “Musikuntericht an der Musikzentrale” a picture wich is fixed and the page moves over it.
Is it possible to use this effect or how is this made?
Thanks!
Hi!
I think I found the bug. We’ll correct it with the next update. For a quick fix open up enfold/config-templatebuilder/avia-shortcodes/iconbox.php and replace
$display_char_wrapper['start'] = "a href='{$linktitle}' title='".esc_attr($linktitle)."' {$blank}";
with
$display_char_wrapper['start'] = "a href='{$link}' title='".esc_attr($linktitle)."' {$blank}";
Cheers!
Peter
Hey!
I can’t view it “Error, this is a private paste. If this is your private paste, please login to Pastebin first.”.
Regards,
Peter
Hey!
It seems like Jetpack triggers a warning and this is not a theme issue. You should be able to get rid of them by deactivating the debug mode (see: http://codex.wordpress.org/Editing_wp-config.php#Debug – the “WP_DEBUG” constant in wp-config.php must be set to false) and if this doesn’t help try to insert
error_reporting(0);
at the very bottom of enfold/functions.php. If it doesn’t work please report this as a plugin bug to the Jetpack developers…
Regards,
Peter
Hey!
You could select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A
By going this way Enfold will stretch the content area of the ajax preview to 100% width and you can use the new space to build your custom layout. I.e. use the gallery shortcode to build the layout/template you requested in your post (select “Use Lighbox” – “No, don’t add a link to the images at all”).
Best regards,
Peter
Hi!
Please add this suggestion to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests/ – at the moment the layout builder doesn’t support nested columns.
Best regards,
Peter
Hi guys,
I have updated the Enfold theme and noticed very a different font setting in the icon lists. I have back-upped custom.css and header.php en overwritten it after the update. It looks terrible now: http://www.cadeaugolf.nl/trex-tour/
Do you know what’s wrong and where to change it like before the update?
Regards,
David
Hi dennisoderwald!
Thank you for noticing but I think it has been fixed on the latest update of Enfold. Please try to add this on custom.css or Quick CSS:
.avia-testimonial-wrapper {
display: table;
margin: 30px 0;
clear: both;
}
#top .avia-slider-testimonials.avia-testimonial-wrapper {
min-height: initial;
}
Best regards,
Ismael
This reply has been marked as private.
Hi!
@gmarco: The spanish translation is already included on the latest version of the theme. Please check the lang folder then look for the es_Es mo and po files.
@elmanisero; Thank you so much!
Regards,
Ismael
Is there away to modify comment.php and not have it overwritten when the Enfold theme is updated?
Hello,
Spanish translation download link seems to be broken. Anyone could re-upload it please?
Hey awsystems!
Edit config-templatebuider > avia-shortcodes > masonry_entries.php, find this code on line 529:
$items .= "<{$html_tags[0]} class='{$class_string}' $linktitle $markup>";
Replace it with:
$items .= "<{$html_tags[0]} target='_blank' class='{$class_string}' $linktitle $markup>";
Best regards,
Ismael