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
Hey!
Please add this on functions.php to hide the Enfold Theme Options on the dashboard:
function ava_remove_theme_options() {
echo '<style type="text/css">#toplevel_page_avia{display: none;}</style>';
}
add_action('admin_head', 'ava_remove_theme_options');
Cheers!
Ismael
Hi!
You can use pastebin: http://pastebin.com/ or https://gist.github.com/ to post the protocols. If you want to avoid that other users can read it please use the ” Set as private reply” checkbox.
Best regards,
Peter
This reply has been marked as private.
Hey Guys,
I’m hoping you can recommend options or potential solution. We have a store on a subdomain that isn’t part of the WP install. We need the results to show from both the main domain (Enfold installation), and the store on the shop subdomain.
How would you recommend we do this and use the existing search box or is it fairly simple to a new search box in place of the current one? I’m just not wanting to break the user experience stylistically, so I’d really like the results to be displayed in the current theme/skin.
Hoping you guys can help.
Thanks much!
Mark
Hi
Working on localhost and just did a manual update to 2.5. Everything looks ok and is working ok except for one page.
On this page I have some Icon Boxes with a redirection to some PDF files. When I click on the link I get
Forbidden
You don’t have permission to access /company/wp-content/uploads/AusTrialMembership-new.pdf” title= on this server.
The PDF file name is http://localhost/company/wp-content/uploads/AusTrialMembership-new.pdf
No other pages are creating this error. I have deleted the PDF’s and uploaded again, resaved the permalinks, tried a new Icon Box.
Any ideas?
Regards
Richard