Hey!
Copy the original file Enfold/framework/php/class-breadcrumb.php into the root directory of enfold-child (same, where enfold-child/functions.php is).
Modify this file as described above.
In enfold-child/functions.php put the following at the end:
require_once( 'class-breadcrumb.php' );
Delete the original file. You have to delete the original file after every update of the theme.
Regards,
Günter
Hey Josue,
Thanks for your reply, I would like to have something like this:
http://russianlengths.co.uk/faq-two
or this
http://mysitemyway.com/support/topic/replacing-plusminus-images-in-accordiontoggles-with-icons (i.e. the example in the screenshot, but using more design icons, like the ones Enfold has already)
So from a strictly operational standpoint the “must” would be to have a Bold toggle title and have the existing plus icon replaced with right-down arrows (characters \ue885 and \ue883 in Enfold-icons), or with more visible black and white plus-minus icons.
Does this make sense?
Thanks again for your help.
Best,
Cerasela
Hi Ismael
Okay no problem. The website is
http://www.codecreative.uk/
The script of mine is
<script type=’text/javascript’ src=’http://www.codecreative.uk/wp-content/themes/enfold-child/scripts/script.js?ver=1.0.0′></script>
This script file allows the hanging computer monitors you can see under the navigation bar to move left and right dependent on user mouse movement.
If I de register the file avia.js it still fails to work.
But if I ftp into my account and simply rename the file from avia.js to avia.js.old then everything works fine. When the avia.js file is included it prevents this nice effect from happening. The screens actually go smaller and distorted. Is there a way to possibly combine the 2 files together?
If you require ftp access let me know
Hi indy1003!
Thank you for using our theme.
Try to put the following in Enfold -> Styling -> Quick CSS or in custom.css:
.entry-content-wrapper .post-meta-infos {
display: none !important;
}
If it does not work, please send us a link to your page.
Best regards,
Günter
Thanks Ismael!
Unforunality it does not seem to work. Or, at least, I don’t understand.
I can use the ALB on posts now but i won’t get the slider on full widt.
It seems that the lay-out of the main content from Enfold does not allows a full widt (the complete page). The default slider goes over the whole page but the plugin (in post or page) doesn’t…
Hope you can help me out!
thanks
Hi there,
I use the Enfold Theme and love it.
But I still have one problem: i want to adjust the Slider Background or Background Photos in full-screen width of 1920px.
The Slider settings are 100% width, but the Theme seems to be in a smaller width, so the Slider Background is cropped at round about 1200px?
My site:
http://www.wolfganghess.com
Reference Site for example:
http://www.interact.io/
Do you have any ideas, what I can do?
Thank you very much!
Kind regards,
Wolfgang
Hello,
I use enfold as a parent theme and created a child theme for my customisations. this works pretty nice for the styles and some coding. Somehow the language files do not overwrite the enfold language files. What should I do? I have a copy of the “lang” folder in my child theme and included the .mo file in there with my modified translations.
Thanks in advance for your support!
It’s strange because I have the version 2.9.1 of enfold. I know there is an update 2.9.2, but in my update section of wordpress it doesn’t suggest me to update theme, even in Enfold configuration :
“No Updates available. You are running the latest version! Great!”
Hi!
As long as you did not change anything in the theme files you can update without problems. Your settings made in the Enfold settings page and Quick CSS will be kept.
Best regards,
Günter
Hi venturephoto!
Thank you for using Enfold.
Do you mind if we take a look at the actual page? You can somehow remove the padding with this:
#header .avia_mega_div .units {
padding: 0;
}
You might still need to adjust the width of the mega menu units.
Cheers!
Ismael
Yes I too need use my pictures , not only standard enfold icon
Hi there,
I’m still struggling a bit with my custom blog page.
I’d like this to be the index page of my site.
Hence, I have tried to set the preferences in the WordPress Reading section to my Latest Posts instead of Static Page. But with this setting, my custom blog page won’t come up, but my first blog post instead.
I have tried to work with the Static Page setting as well, because the custom blog page, in my view is essentially a static page, but then I would have to define a Home page, as well.
In the Enfold Theme Options, I’ve left the Frontpage settings unselected, because then, the blog page should come up, but again, it won’t, just some page showing my first blog page.
Also, where can I customize the blog post template; so, that footer and socket settings will be applied in uniform with the rest of my site?
Can you help? Where am I going wrong here?
Many thanks
Hey frescova!
Thank you for using Enfold.
You can copy the whole post type link function on the child theme’s functions.php. Copy this one: http://pastebin.com/aRZjTdYT
Best regards,
Ismael
Hi paolomusic!
Thank you for using Enfold.
There are scripts errors on avia.js and shortcodes.js when I checked the site. Please override the whole theme files again via ftp. If that doesn’t work, deactivate all plugins then test it on another browser.
Best regards,
Ismael
Hey satucker!
Thank you for using Enfold.
Maybe you have category called photography. You can change the title of the photography page or change the slug of the photography category.
Cheers!
Ismael
Hey indy1003!
Thank you for using the theme.
You can’t remove the actual pages but you disable the author links on Enfold > Blog layout > Blog meta elements. Disable the Blog Post Author. You can also redirect all author links to another page. Add this on functions.php:
add_filter( 'author_link', 'my_author_link' );
function my_author_link() {
return home_url();
}
Cheers!
Ismael
Hi Peter!
Thank you for using Enfold.
I’m sorry but the screenshot is on your localhost. Please use imgur, dropbox etc for the screenshot.
Regards,
Ismael
Hey comcom77!
Thank you for using Enfold.
You might need to contact your host because this is a server configuration issue. Try to increase the wordpress php memory limit. Please refer to this link: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
Ismael
Hi khrystian!
Thank you for using Enfold.
You can add this on functions.php:
add_action('avia_meta_header', 'ava_icl_language_selector');
function ava_icl_language_selector(){
do_action('icl_language_selector');
}
Cheers!
Ismael
We are experience the exact same problem with ENFOLD theme!
Hi jlhaisma!
Thank you for using Enfold.
If you want to use the accordion slider as fullwidth then you have to enable the Advance Layout Builder for posts. Add this on functions.php:
add_theme_support('add_avia_builder_post_type_option');
add_filter('avf_builder_boxes','enable_boxes_on_posts');
function enable_boxes_on_posts($boxes) {
$boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'portfolio'), 'context'=>'normal', 'expandable'=>true );
$boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'portfolio'), 'context'=>'side', 'priority'=>'low');
$boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','portfolio'), 'context'=>'normal', 'priority'=>'high' );
return $boxes;
}
Unfortunately, there maybe some issues when using ALB on posts. You won’t have the share section and the comment section by default. You need to add it manually using the advance layout builder.
Cheers!
Ismael
Hi!
Thank you for using Enfold.
The layout box should be there by default. Do you mind if take a look at the actual website? You can also create your own shop using the advance layout builder. Insert the Product Grid element under Plugin Additions panel. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Best regards,
Ismael
Please can you help me find out why the Enfold theme does not load fontello icons that we have created.
It gives the error “Couldn’t add the font because the server didn’t respond. Please reload the page, then try again”.
Is there anything we need to do and or is there any other way to activate the customized icons?
Hi broodjekaas!
Thank you for using Enfold.
You don’t need to use a plugin if you want to use the Open Sans google font. You can set it on Enfold > General Styling > Fonts panel.
Cheers!
Ismael
Hey!
Thank you for using Enfold.
Note that we don’t usually provide support for those who want to use the ALB for posts because of issues such as this one. If you want the share section entry below the post content, you can use this:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
function avia_add_social_toolbar_template_builder($content = "")
{
if(is_single()) {
$content .= '<div class="container">';
$content .= avia_social_share_links(array(), false);
$content .= '</div>';
$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
}
return $content;
}
Cheers!
Ismael
Hi Kayzel!
Thank you for using Enfold.
You can use this for the caption title:
h2.avia-caption-title {
font-size: 50px;
}
This one for the caption content:
.avia-caption-content {
font-size: 25px;
}
Cheers!
Ismael
Hey pachanights!
Thank you for using Enfold.
You can use this on functions.php if you want to insert an extra element anywhere on the header:
function ava_extra_header_element() { ?>
ADD ANY CONTENT HERE!
<?php }
add_action('ava_main_header', 'ava_extra_header_element');
Cheers!
Ismael
Hi!
First of all, make a backup of what you have right now, then update WordPress (3.9.2) and the theme (2.9.2) to their the latest versions.
Regards,
Josue
Hey glaucofmc!
Thank you for using Enfold.
This is actually a temporary error. Please refer to this link for a possible solution: https://kriesi.at/support/topic/several-issues-2/
Best regards,
Ismael
Hi!
Thank you for the update.
What you’re referring to is the Tab shortcode. You can use html codes to add images inside the tab content. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Cheers!
Ismael