Forum replies created
Hello Daryl,
are you using the older Theme4Press Core plugin? if yes, this is not supported anymore with the new evolve PLus. I will prepare new Font Awesome shortcode for this in the new Component Shortcodes plugin. For now, you could use a classic HTML code like:
<i class="fas fa-music"></i>
it will work fine
Hello Noble,
do you use other plugins from us? Theme4Press Core? If yes, you need to remove it too. Let me know please. thanks
thanks for the update
I recommend try for example this plugin https://wordpress.org/plugins/advanced-excerpt/ as this customization requires extra work. Please let me know if it works
can you please try to add this code to the theme child functions.php if it does what you need:
function evolve_custom_excerpt_length( $length ) {
return 10;
}
add_filter( 'excerpt_length', 'evolve_custom_excerpt_length', 999 );
New version of evolve Plus v2.9.2 is now available for download. We added new One Page Parallax feature, 5 New Beautiful One Page demos and new shortcodes – Carousel Slider, Client Slider, Image Carousel, Image, Blog, Progress Bar, Counter Blocks
Please provide URL to the archive page. thanks
Hi, just wanted to inform you, I added the option to the shortcode, please redownload the Component Shortcodes plugin and use new parameter in the shortcode strip_html=”no”
thanks for the update 😉
Correct Additional CSS is:
.post-content {
margin-top: 1rem;
}