Hi!
No, this is not possible by default because wordpress strips html code from excerpts (to avoid invalid html code). You can try to install a plugin like: https://wordpress.org/plugins/advanced-excerpt/ but I’m not sure if it will work and we didn’t test it with Enfold.
Regards,
Peter
Hey!
We’ll fix this with the next update. If you need a quick fix replace:
$author = apply_filters('avf_author_name', get_the_author_meta('display_name', $entry->post_author), $entry->post_author);
$author = "<span class='av-magazine-author meta-color vcard author'>".__('by','avia_framework')." <span class='fn'>$author</span></span>";
with
$author_link = get_author_posts_url($entry->post_author);
$author_name = apply_filters('avf_author_name', get_the_author_meta('display_name', $entry->post_author), $entry->post_author);
$author = '<a href='.$author_link.' title="'.__('by','avia_framework').' '.$author_name.'" rel="author">'.$author_name.'</a>';
$author_output = '<span class="av-magazine-author minor-meta">'.__('by','avia_framework')." ";
$author_output .= '<span class="av-magazine-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
$author_output .= $author;
$author_output .= '</span>';
$author_output .= '</span>';
$author = $author_output;
in wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\magazine.php
Regards,
Peter
I’m thinking of installing the JetPack plugin – just wanted to see if there were any known issues before I do?
Hey Guenter!
Thank you for using the theme.
Can you please provide us a with a link to the actual website? Make sure that you’re running Enfold 2.9.1 and that the Mobile Menu > Header Mobile Menu activation is set to the second option.
Cheers!
Ismael
Hi!
Thank you for the link.
Did you update the theme recently? Please try to reconfigure the header options on Enfold > Header Layout. On Mobile Menu panel, choose the second option on the Header Mobile Menu activation .
Best regards,
Ismael
Hi!
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. Regarding the blog excerpt, you can use the Excerpt meta field or use the <!–more–> tag to specify the post summary. Change the data format on Settings > General and if you’re using the Blog Posts element, configure the number of posts on the Post Number option. If you want to show the read more link, again edit the Blog Posts element then look for Define Blog Grid layout.
Make sure that the Blog Style on Enfold > Blog Layout panel is set to “Use the advance Layout Builder”. The blog page should have the Blog Posts element included and Blog Style set to Grid Layout.
Regards,
Ismael
Hey toolme!
Thank you for using the theme.
Please reconfigure the header options including the social bookmarks on Enfold > Header Layout. Remove the social icons then create them again.
Best regards,
Ismael
Hey connectsmg!
Thank you for using the theme.
Please activate the parent theme again then go to Enfold > Export/Import panel. Click the Export Theme Settings File then save it on your computer. Activate the child theme then go to same panel. This time click Import Theme Settings File to upload the theme options settings. Save Changes.
Cheers!
Ismael
hello,
i have a site that runs the “Brightbox” theme from kriesi. i want to use “Enfold” as the new theme. will i run into issues in retaining all the current posts? or will it be no issue?
please let me know.
thank you…chris
Hey!
Alright. Please remove this code:
#transparent-section .flex_column {
background: rgba(255, 255, 255, 0.5);
}
Add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit the elements where you want to add a transparent background then Aadd a unique css selector on “Custom Css Class” field. For example, add “transparent-block”.
You can add something like this on your custom.css or Quick CSS:
.transparent-block {
background: rgba(255, 255, 255, 0.5);
}
In your case, edit the special heading element. Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/`
Cheers!
Ismael
Hi,
I have a site here: http://takecommandliveexperience.com/
Usin the enfold theme and I want to make the background of the header/menu are transparent, how do I do that?
Thank you!
Geej Mauriva
It says this, and I watched that video, this is simple stuff but it is not showing up correctly:
/*
Theme Name: Enfold
Description: A superflexible and responsive Business Theme by Kriesi – <br/> Update notifications available on twitter and facebook:<br/> Follow me on twitter<br/> – Join the Facebook Group
Version: 2.9.1
Author: Kriesi
Author URI: http://kriesi.at
License: Themeforest Split Licence
License URI: –
Theme URI: kriesi.at/themes/enfold/
So i have put peters files in the /Sensei/templates.
Then do you mean put the same “Sensei Folder” that has peters files in to the enfold folder?
Or peters empty “sensei” folder that had the files in , into Enfold?
Or move the “sensei folder” from the plug in folder called “sensei” and put that in enfold?
Thanks
Ok. I got the excerpt length handled. The code on the link you posted is for wordpress. Enfold uses a different excerpt length function that overrides the wordpress one.
So this worked to customize the excerpt length
add_filter(‘avf_postgrid_excerpt_length’,’avia_change_postgrid_excerpt_length’, 10, 1);
function avia_change_postgrid_excerpt_length($length)
{
$length = 155;
return $length;
}
Still need assistance with all the other things though…any help is appreciated!
Hi,
I updated the Enfold Theme to 2.1.9. But the problem still persists. When I fill the contact form in home page (enveconit.com) the mail is sent. but when i fill the contact form from any internal page, eg SAP page (http://enveconit.com/services/sap/), the mail is not sent. Please look into it, since this is a live website and the leads for the website are generated from the contact form.
hi, my new site http://thegallery.artistandbeer.com is too slow.
is a online art gallery what uses enfold, royal slider, justified grid, Gravity Forms and woocommerce.
the images are big but optimized with photoshop and i have a my own dedicated vps.
i like more faster, now is toooooo slow….
what combination is compatible and best with my config?
1. w3 total cache and maxcdn?
2. wp super cache and maxcdn?
3. cloudfare?
4. another.
you are experts in web sites and the best programers of the world and i like to know your opinion for found the best architecture for optimized the speed if my site ( -1sec load time)
thanks so much.
xavier.
This reply has been marked as private.
Hi satucker!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
time.av-magazine-time.updated { display: none !important; }
Cheers!
Yigit
Hi!
Please use a child theme to avoid losing the changes you make on theme files – http://kriesi.at/documentation/enfold/using-a-child-theme/
I have added the code to bottom of functions.php file. Can you please try deactivating all active plugins and check if titles get removed?
Regards,
Yigit
This reply has been marked as private.
Hi Satner!
Thank you for choosing Enfold!
Can you please post the link to your website so we can look into it?
Best regards,
Yigit
Hi!
Please try re-updating Enfold parent theme via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hi Micheal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .isotope-item {
padding-right: 5px;
padding-bottom: 5px;
}
Best regards,
Yigit
http://kriesi.at/themes/enfold/portfolio/
How can I create a small space between the portfolio posts?
Thanks!!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #cccccc !important; }
after applying the code, please flush browser cache and refresh your page a few times
Regards,
Yigit
Hey Finlando!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Hey eriatarka!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Best regards,
Yigit
Hi!
Please open style.css file of the folder you have downloaded from ThemeForest and check the theme version there. It should be version 2.9.1. If not, please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version then update via FTP ( please see video tutorial i posted in my previous post )
Regards,
Yigit
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function wpdocs_dequeue_enfold_popup() {
wp_dequeue_script( 'avia-popup' );
wp_dequeue_style( 'avia-popup-css' );
}
add_action( 'wp_print_scripts', 'wpdocs_dequeue_enfold_popup', 100 );
Cheers!
Josue