Forum replies created

    Roman
    Spectator
    Posts: 3147
    January 18, 2019 at 8:43 am #42195

    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

    Roman
    Spectator
    Posts: 3147
    January 18, 2019 at 8:31 am #42194

    Hello Noble,

    do you use other plugins from us? Theme4Press Core? If yes, you need to remove it too. Let me know please. thanks

    Roman
    Spectator
    Posts: 3147
    January 17, 2019 at 2:03 pm #42188

    thanks for the update

    Roman
    Spectator
    Posts: 3147
    January 17, 2019 at 12:53 pm #42186

    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

    Roman
    Spectator
    Posts: 3147
    January 17, 2019 at 11:49 am #42184

    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 );
    Roman
    Spectator
    Posts: 3147
    January 17, 2019 at 11:37 am #42183

    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

    Roman
    Spectator
    Posts: 3147
    January 17, 2019 at 10:44 am #42177

    Please provide URL to the archive page. thanks

    Roman
    Spectator
    Posts: 3147
    January 17, 2019 at 10:43 am #42176

    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”

    Roman
    Spectator
    Posts: 3147
    January 16, 2019 at 4:45 pm #42151

    thanks for the update 😉

    Roman
    Spectator
    Posts: 3147
    January 16, 2019 at 4:15 pm #42149

    Correct Additional CSS is:

    .post-content {
        margin-top: 1rem;
    }